.NET Zone is brought to you in partnership with:

I’ve been a Windows developer since 3.0 and caught the Visual Basic wave early with v1. I’ve released a “production” application in every version of VB since then (except VB for DOS). Focusing on enterprise, line-of-business development I’ve built Call Center Applications, Mortgage finance systems, Customer Relationship Management tools and more recently I’ve been in the Litigation Support/Electronic Data Discovery/Electronically Stored Information space. Greg is a DZone MVB and is not an employee of DZone and has posted 271 posts at DZone. You can read more from them at their website. View Full User Profile

How-To Solution Files With VSFileNav

07.20.2012
| 1148 views |
  • submit to reddit

CodePlex - VSFileNav

Description

A simple visual studio tool to allow rapid navigation and finding of files within a Solution via a number of search patterns.

Features & Benefits

  • Name Search - Searches based upon the name of a file by simply using mixed-case search string.
  • Wildcard Search - Use standard windows wildcards : ? (any character) or * (number of any characters).
  • Camel Case Search - Use uppercase strings to do Camel case searching on file names.
  • Highlighting - Filtering as you type with match highlighting.
  • Explore To - Use Alt+E to explore to a result.

The extension can be found in the Edit->Find and Replace menu. It only loads when first used so it won't touch your Visual Studio performance. It may take a couple of seconds for large solutions to cache all the file information when used for the first time.

...

image

..."

This is not a code search but an extension to make finding specific files quick and easy. This is something I need to use all the time...Installed (And if you just want the vsix, you can get it via the Visual Studio Gallery here, VSFileNav)

Published at DZone with permission of Greg Duncan, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)