Is there anyway to tell Visual Studio not to open all the documents when I load solution?

后端 未结 7 2353
你的背包
你的背包 2021-02-18 16:05

When you open a solution in Visual Studio 2008 (or ealier versions for that matter), it opens all the documents that you did not close before you closed Visual Studio. Is there

7条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-18 17:00

    I dont think there is an option for this (or I couldnt find one) but you could probably write a macro to do this for you on project open.

    This link has some code to close open files which you could adapt: http://blogs.msdn.com/djpark/

    I couldnt find the answer to this particular question but a good link for ide tips and tricks is: http://blogs.msdn.com/saraford/default.aspx

提交回复
热议问题