News

It works perfectly for block comments in JavaScript (/* */ style), but it does support single line comments (// style). So, is it possible to support multi line single line comment folding for python ...
JavaScript's jsDoc multi-line comment, I want it to be unfolded so I can see the structure of the overall code. I'm used to using shortcuts to fold code at the specified level, but jsDoc and function ...