Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable drag and drop into Visual Studio 2008 from Windows Explorer

Is there some way to enable Visual Studio 2008 to accept dropped files from Windows explorer?

I can't count the number of times I've instinctively dragged a file into VS just to be reminded of this obvious feature than seems to be missing.

Surely there has to be some way to do this.


EDIT

I did find the VS Explorer addin while searching for an answer to this. I like it, but it would still be nice to have drag and drop from explorer.


EDIT II

To clarify I would like to be able to open projects/solutions and individual files (xml,.c,.cpp,etc) by dropping them. Like right now, I have this XML file I want to take a look at in VS. I have my project open, but I can't drag the XML file into VS to open it. I have to File...Open...

like image 973
TWA Avatar asked Jun 20 '09 18:06

TWA


1 Answers

This works out of the box.

However, if you are running Visual Studio as Administrator or as another user (diferent user from your currently logged in Windows user) Windows doesn't allow this kind of operation.

like image 196
Fabio Gomes Avatar answered Nov 10 '22 23:11

Fabio Gomes