Disabling visual studio reload message
I use emacs to edit source code, and use visual studio ide to compile. However, I see the following message in visual studio when the so开发者_如何学运维urce is modified.
http://img201.imageshack.us/img201/7264/reload.jpg
Can I disable this message with the default action of reloading?
Yes: "Tools" - "Options" - "Environment" - "Documents" - "Auto-load changes when saved" (VS2008)
After your build, before you switch to emacs, close the files. This prompt only occurs for open files. You can use the "close all" command to do so quickly.
精彩评论