How can I get Visual Studio to always reload changed solutions, projects and files?
Asked Answered
S

1

18

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?

Sheatfish answered 10/12, 2010 at 12:41 Comment(0)
B
22

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.

Beamon answered 10/12, 2010 at 12:46 Comment(5)
Does this also apply to solutions and projects??Trapeziform
I don't know. I don't use it, but spotted it the other day trying to find something else.Beamon
I'm using proper source control as well, but I need something that can be updated instantly. Unless I am indeed missing something.Sheatfish
This does not apply to projects/solutions.Mccray
Anybody has an idea on how to apply this to projects/solutions ?Dorthadorthea

© 2022 - 2024 — McMap. All rights reserved.