Sublime Forum

Code folding BETWEEN comments

#1

Don’t know if its just me but i frequently separate my code with comments such as:

/* ==================
code part 1
==================== /
some code
/
==================
code part 2
==================== */
some other code

Would be nice if there was a way to fold code between comments. For example you click (+ shortcut key) inside comment 1 and it folds the code underneath until the next comment so it becomes like such:

/* ==================
code part 1
==================== /
/
==================
code part 2
==================== */
some other code

Just a thought. When I have a bit more time I’ll try to create this plugin myself but was wondering if there is something similar out there.

Cheers.

0 Likes