0
Code Folding -> Fold Level 2 [Sublime Text 3 3047]
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 = {
var bob = {
// comment
'blah': function () {
// code
}
/* detailed comment
* text
*/
};0
Assaf Koss 11 years ago
The code is properly tabbed in the original example. ><" Try it and see.
Customer support service by UserEcho