Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drag File Warning Extension VS 2010?

I am wondering if anyone knows an extension that pops up a warning if you drag a file to another folder through VS 2010 solution explorer. Many times I will be on a file and my computer may lag for a second and all of a sudden the file is now in some other folder and I may not even notice it.

like image 728
chobo2 Avatar asked Feb 29 '12 21:02

chobo2


People also ask

How do I show warnings in Visual Studio?

To display the Error List, choose View > Error List, or press Ctrl+\+E.

Does Visual Studio have drag and drop?

You can add handlers for drag-and-drop events to your DSL, so that users can drag items onto your diagram from other diagrams or from other parts of Visual Studio. You can also add handlers for events such as double-clicks. Together, drag-and-drop and double-click handlers are known as gesture handlers.

How do I get rid of errors in Visual Studio?

You can change this behavior by going to Tools -> Options -> Projects and Solutions -> General and deselecting the "Always show Error List if build finishes with errors".


1 Answers

There is a Visual Studio extension available called VSCommands 2010 which has a feature Prevent accidental Drag & Drop in Solution Explorer.

enter image description here

Edit The feature is part of the Pro package which is not free.

like image 101
shamp00 Avatar answered Oct 13 '22 01:10

shamp00