You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, there is no plugin that supports comments folding for major filetypes. Those that I found are deprecated, or really limited.
Most of the plugins dedicated to syntax and filetypes don't offer it either.
I currently use custom fold expressions for Unix-like comments, like the one found here:
I would help facilitate a PR if somebody wanted to contribute this as a new feature. I would suggest in needs to be behind a default-off feature flag so as to not mess up other fold expression enabled plugins, and we need some way to derive the expression to use for all block/multiline comments. Preferably we wouldn't be matching inline or even single line comments.
Apparently, there is no plugin that supports comments folding for major filetypes. Those that I found are deprecated, or really limited.
Most of the plugins dedicated to syntax and filetypes don't offer it either.
I currently use custom fold expressions for Unix-like comments, like the one found here:
Would nerdcommenter be a good place to add such a functionality?
The text was updated successfully, but these errors were encountered: