foldcomments
foldcomments copied to clipboard
Sublime Text 2/3 plugin for folding (hiding) comments
Selected comment folding, "ctrl+alt+c", can now be used to just fold comments that are currently selected (either the cursor is within the comment or a portion of the comment is...
If possible please add feature to fold comments in a specific function only. Thanks
## Feature Request ### slight change to current option ``` "fold_single_line_comments": true This must act only on lines that act on one complete line. --- Example --- #This is a...
Hey, Thanks for your work. First time using it, installed with Package Control in Sublime Text 4169. In Windows, when using Ctrl+Shift+C : ``` key evt: shift+ctrl+c command: toggle_fold_comments Traceback...