In Eclipse you can search for a file in the project by pressing CTRL-SHIFT-R.
Is there a way to do this in Visual Studio?
In Eclipse you can search for a file in the project by pressing CTRL-SHIFT-R.
Is there a way to do this in Visual Studio?
I use usysware DPack: http://www.usysware.com/dpack/
Then I just press ALT-U start typing the filename and choose the correct file. DPack also has other nice features. Will not work in Express editons of Visual Studio since they don't allow plugins.
In the search dropdown on the standard toolbar, you can use the "open file" macro, >of, to find files. Click in said dropdown (or hit Ctrl-D) then start typing (minus the quotes) ">of CoreEdit.cs", and you'll get a dynamic list that narrows as you type.
Since you mention ReSharper in a comment:
You can do this in ReSharper by using the "Goto File..." option (Ctrl-Shift-N or ReSharper -> Go To -> File...) in my key mappings.
Visual Assist:
Install, load solution, press Shift+Alt+O, search for files in solution by substring. Try also Shift+Alt+S, for the equivalent for symbols. This addin has a bunch of completion popup and syntax colouring stuff in it that aren't to all tastes, but the code browsing features are done well and seem uncontroversial.
Judging by comments on the forums, compatibility with Resharper is something they pay attention to.
For free, try also Nifty Solution:
http://code.google.com/p/niftyplugins/
I haven't used this myself, but I use the author's Nifty Perforce plugin, and that is pretty tidy.