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 source is modified.
Can I disable this message with the default action of reloading?
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 source is modified.
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.