Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Collapsing sections of code with out commenting...

is there a way to do this so I can just tidy up my code a bit so only the comments are shown and pertaining code collapsed. Would save me lots of time when wading waist deep looking for portions. I know you can use the section commenting /* */ but... I still want the code to work... this is just for my sanity when reviewing my own code.
1403782676
The Aaron
Roll20 Production Team
API Scripter
There is a little arrow next to the line number in the editor you can click to collapse a block of code. Is that what you're looking for?
I know that, but the arrow only lets you collapse code if it is in between /* */ or { }; It isn't a big deal, I am just trying to make it so I don't have to fight the damn editor so much because the edit window is so tiny at my resolution.