How-To Geek

Mimic the Eclipse "Open Resource" Feature in Visual Studio

Ever since my friend Daniel educated me on the great “Open Resource” feature in Eclipse, I decided I needed the same feature in Visual Studio as well. After browsing around, I finally found a comparable plugin called VSFileFinder that will work in Visual Studio. It’s not quite as good, but it’s pretty decent.

 

For those of you that haven’t seen it, here’s what the Eclipse Open Resource dialog looks like.

image

And here’s a screenshot of VSFileFinder in action. You’ll notice that it’s very similar, but it doesn’t show open files first.

The first thing you’ll need to do is download and install it from the CodeProject site (registration required). 

Next to set a shortcut key for it, you’ll want to open Tools \ Options and then browse down to Environment \ Keyboard

Now you can set the same keyboard shortcut by typing “vsfile” into the “Show commands” box, clicking on the “VSFileFinder.Connect.ShowVSFileFinder” entry in the list.

Add in the shortcut key you want, and click the Assign button.

Now you have a comparable feature attached to a hotkey. Personally, I docked the window on the side and set it to auto-hide so it works similarly. 

Don't show again X

Subscribe

Daily Email Updates

You can get our how-to articles in your inbox each day for free. Just enter your email below:


Email:

Comments (5)

  1. OJ

    There’s also a plugin for VS called VisualAssist by WholeTomato software which has this file searching feature in it. It’s excellent, but it’s not free.

  2. The Geek

    Yeah, the entire VisualAssist toolkit is very nice… but I prefer to promote and use open source software whenever possible.

    And yes, I see the irony of promoting an open source plugin for a closed-source, commercial IDE on a closed-source, commercial OS =)

  3. Alex Le

    I’ve updated VSFileFinder2005 a little bit to allow partial filename matching, which is more developer-friendly. See it at http://alexle.net/archives/219
    -Alex

  4. Andrew J. Leer

    I noticed this functionality seems to be missing in (at least my) installation of Visual Studio.

  5. Andrew J. Leer

    (I’m running 2010)

Comments are closed on this post.

If you'd like to continue the discussion on this topic, you can do so at our forum.


Go to the Forum