问题
I'm using multiple machines to profile and run one solution, with data synchronization done via DropBox (brilliant, btw!). Unfortunately, changes in one machine cause all other machines' VS instances to ask me whether I want to reload which is... annoying, because the answer is always Yes.
So my question is: can I get VS to assume that the answer is always Yes?
回答1:
Go to
Options -> Environment -> Documents
Then check the boxes:
- "Detect when file is changed outside the environment"
- "Auto-load changes, if saved"
Tip: You're missing a trick not using proper source control.
来源:https://stackoverflow.com/questions/4408906/how-can-i-get-visual-studio-to-always-reload-changed-solutions-projects-and-fil