It would be nice to have a config option:
"foldLevel.alwaysFoldComments": false // default `false` for backwards compatibility
If true it would behave like normal, but would always fold block comments (those before functions, e.g. /* ... */ for js, /** ... */ for js / java, // <summary> ... </summary> for c#, etc.)
Very often I find that comments get in the way. I wish they would be folded all the time, regardless of the 1-6 level.
Thanks again for this awesome extension, it makes dealing with large files much easier! 👍
It would be nice to have a config option:
If
trueit would behave like normal, but would always fold block comments (those before functions, e.g./* ... */for js,/** ... */for js / java,// <summary> ... </summary>for c#, etc.)Very often I find that comments get in the way. I wish they would be folded all the time, regardless of the 1-6 level.
Thanks again for this awesome extension, it makes dealing with large files much easier! 👍