0

Code Folding -> Fold Level 2 [Sublime Text 3 3047]

Assaf Koss 10 lat temu zaktualizowano 10 lat temu 0
The following code will not fold properly (it will fold from "var bob = {" instead), if either function code or detailed comment text are empty (without these placeholders):

var bob = {
// comment
'blah': function () {
// code
}
/* detailed comment
 * text
 */
};
The code is properly tabbed in the original example. ><" Try it and see.