0

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

Assaf Koss 10 year бұрын жаңартылды 10 year бұрын 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
 */
};