Jordan
Jordan

Reputation: 9901

Visual Studio 2010's Solution Explorer is too sensitive

If I click on something (that is click and let go) in the solution explorer and move the mouse too quickly on two quickly or click on something else too soon, Visual Studio interpretes that as a move. I'm hooked up to Visual Source Safe, so most of the time it asks me if I'm sure. But every once in a while it doesn't, and I have no idea the file has been moved/copied. As a result I get compiler errors (or worse runtime issues) that are nearly impossible to track down. Is there a fix to this? Any suggestions? It is very annoying.

Upvotes: 6

Views: 350

Answers (1)

kenwarner
kenwarner

Reputation: 29120

Try the VSCommands extension

They have a "Prevent accidental Drag & Drop in Solution Explorer" feature

Upvotes: 7

Related Questions