Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 250
Jordan Avatar asked May 24 '11 15:05

Jordan


1 Answers

Try the VSCommands extension

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

like image 189
kenwarner Avatar answered Oct 12 '22 02:10

kenwarner