Tagged Questions

15
votes
4answers
8k views

how to implement regions/code collapse in javascript

How can you implement regions a.k.a. code collapse for JavaScript in Visual Studio? If there are hundreds of lines in javascript, it'll be more understandable using code folding with regions as in ...
0
votes
1answer
63 views

Need help with a macros for Visual Studio to cancel outlining at file open

As you can guess from the title, the outlining with regions finally made me sick. I remember reading in comments somewhere that it is possible to have a macros to perform this task. Since I haven't ...