Is it possible to open a project in Visual Studio 2008 without opening all the files that were previously opened last time I had the project open. I have a habit of keeping many files open as I am working on them, so next time I open the project, it (very slowly) loads up a bunch of files into the editor that I may not even need open. I have searched through the settings and cannot find anything to stop this behavior.
|
|
Simply delete the .suo file. It contains the list of open files. |
||
|
|
|
|
Edit: Totally read the question wrong at first - ignore my first (now gone) answer. :) I changed the keyboard mapping for CTRL-SHIFT-C from bringing up the Class View to closing all document windows - something I use several orders of magnitude more often - and then I just clear my workspace before closing a solution. |
||
|
|
|
|
Or you can close all open document from the Window menu before closing VS. |
||
|
|
|
|
I was hoping for something a little more automatic. VS will create a new .suo file every time the project is saved. So I would have to delete that file every time I open the project. I also don't want to have to remember to close all the files before closing VS. Other IDEs that I have used have similar functionality, but also make it rather simple to turn on/off. Thanks for your help. |
||
|
|
|
|
I never realized how much that annoyed me as well! I haven't been able to find a setting, but in |
||
|
|
|
|
A bit of research turns up the fact that you can do it with a macro:
|
||
|
|
|
|
Try the following:
If you have a repository you might want to check that file in. I suggest this because I was having the reverse problem, where it wasn't opening my old files automatically, and the cause was a .suo file that had been checked into the repository and was (for some reason) not being overwritten by Studio. The file wasn't even write protected. |
||
|
|
