0

Make javascript fold in expected ways

Eric_B 6 aastat tagasi 0

Because basic JS is not indent based the code folding shouldn't be assuming that your code is perfectly indented and it shouldn't break the code folding when it's not perfectly indented. I also think comments shouldn't break code folding. In my case I wasn't to clean up the code, but I cannot fold the functions and rely on it working properly.