Hi all,
So, I’ve noticed in the last year something changed in sublime text and C# code folding has broken ( or changed) to the point that it only seems to work with wrapping methods directly.
I became accustomed to code folding #region code as well as custom “/// —>” lines which really helped to clean up my code. This has become second nature to me after working with sublime text for many years and I would like to get them working again. BTW: the old code-folding approaches actually still work if I set the file type from C# to “Plain Text” in the bottom right of the sublime text window, but then I obviously lose color syntax which is even worse.
So the short question is, is there any way to use C# color syntax with the code-folding functionality of “Plain Text” ( as that seems to work fine ).
Any help would be much appreciated!
Thanks!
EDIT: Replaced “Code-wrapping” to “code-folding”.