php-foldexpr.vim
php-foldexpr.vim copied to clipboard
Is there a way to disable certain folding: { blocks } and [blocks] ?
While these are useful, I often find they're a bit of overkill, esp. if a function has lots of if {} logic in it, I spend a lot of time opening folds (I know about zO)?
Is there an option to only fold classes, methods, functions, but not the lower level stuff?
Brilliant plug in anyway, thanks.
There is not, at the moment. Shouldn't be too hard to add such a feature, though.
I'll try to take a look at it, but it might be a few days.