Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plug-in for Visual Studio for quick-searching files in solution

I want to write an Add-In for Visual Studio that provides instant search for the solution explorer. So you press a key combination and while you are typing a list first containing all files of the solution explorer gets narrowed down.

But how can I get access to the solution explorer using C#? Does anyone have some good resources?


Edit: I edited the title, so that it more relates to the content, since all of you posted already made plug-ins.

like image 428
Sebastian Hoitz Avatar asked Nov 08 '08 11:11

Sebastian Hoitz


1 Answers

Sonic File Finder it's free

When you hit the shortcut you have a search box with autocomplete: alt text http://jens-schaller.de/files/images/SonicFileFinder/sonicFileFinderToolWindow.png

like image 88
Patrick Desjardins Avatar answered Sep 18 '22 17:09

Patrick Desjardins