Daan Timmer
Daan Timmer

Reputation: 15047

Initially fold certain(code) blocks in phpstorm?

I know phpstorm supports certain PHPDOC annotations to perform certain parser operations for example for the code inspection to not inspect certain areas.

Now I wonder is there such an annotation (correct word even?) to fold certain blocks of code (or classes/methods/functions even) to always initially fold that block upon loading the file?

Upvotes: 0

Views: 878

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401877

Custom code folding regions were introduced in PhpStorm 4.0.

Upvotes: 1

Related Questions