Is there a way to automatically collapse the Script Documents section in solution explorer?
visual-studio-2013
Solution
Right click the projects you are interested in working on and click on 'Scope to this'. This will hide everything (Including the scripts folder) except those projects you selected.
Problem
While in debug mode, the solution explorer has a Script Documents section. It is expanded by default. As the debugger runs, new `ScriptDocumentxxx poll.txt` files are added to this section. As I am navigating the explorer files, the adding of these new line items causes the entire contents of the explorer to shift downward. This is quite annoying if I am trying to find a file or trying to click something. I can collapse the section manually, but I'd rather not have to do this all of the time.