Sublime Forum

Commenting

#1

This may be possible already but I’m not sure where the option is. I’d like the ability to comment out sections not by toggle but by increasing and decreasing the comment depth.

e.g:

#Hello world
print(“Hello world”)

becomes

##Hello World
#print(“Hello world”)

which removed the print command. This can then be undone, maintaining the original code comment.

Presently the functionality is to toggle the comments which would break the code.

Thanks!

0 Likes

#2

I’ll fix this for the next beta

0 Likes