Close all files in visual studio on exit

◇◆丶佛笑我妖孽 提交于 2019-12-11 02:52:04

问题


Is there any way to close all files in Visual Studio on exit? Alternatively if that isn't possible is it possible to delete the user project file visual studio creates on exit?


回答1:


Windows->Close All Documents
File->Exit

or manually delete the .sou file after the project is close
You can probably write a VB script macro that does either of these.



来源:https://stackoverflow.com/questions/648803/close-all-files-in-visual-studio-on-exit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!