+39

Code folding of one line functions

L0u1s 12 lat temu Ostatnio zmodyfikowane przez Adrian Forte 7 lat temu 5
You are now able to fold functions when there's more then 1 line of code.
It would be nice to also fold on-lined functions
+6

agreed. code folding: good. not being able to fold 1 line functions or xml nodes with 1 child: not so good

-7

You can use the Ctrl+k, Ctrl+<n> (<n> being a number) to fold the whole code until level n (0 to unfold).


As an alternative, that is.

+1

I completely agree. I was able to find the comment folding package but nothing that would allow me to properly fold by levels regardless of number of lines..

Bump. Very frustrating indeed.

You can fold functions in any language that uses some kind of single-character container for a function. For example the {} in JavaScript, BUT to do this, you need to tab out the closing container character: