jamalsenouci / sublimetext-syntaxfold

Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
MIT License
40 stars 6 forks source link

Improvement: Reduce visible text when collapsed #32

Open crispconcepts opened 6 years ago

crispconcepts commented 6 years ago

When collapsing a "region" you shouldn't see the "//region" or "//endregion" anymore. You should just see a highlighted chunk of text. Not sure if this is possible or not, but it would be a big improvement and reduce the visible clutter when looking at a document with a ton of folded regions.

image