I am learning .Net after many years of Java programming. In Eclipse we have Ctrl Shift R to open any resource in the project. Is there a similar keystroke in Visual Studio 2008 or is the best to use the Find in Files? Thanks, Tom
Ctrl+F... like anything else on your PC :)
EDIT You can also use the Solution Explorer and just pin it to the side of your screen: Ctrl + Alt + L
There appears to be an article describing how to mimic that functionality in VS.
Actually, I'm not sure exactly what you're trying to do, since I don't use Eclipse, but what's been described looks like ctrl-D(Edit.GotoFindCombo) followed by
> of myfilename
of
is the shortcut for openfile
.
Note that ctrl-D+> can be used for any visual studio command, including macros.
An easier solution if your prepared to pay a small sum of money is to use ReSharper. It is based on IntelliJ IDEA and has all the same features you would expect from Eclipse (navigation, refactoring etc), but with slightly different key mappings.
If you use the IntelliJ IDEA key mappings you can achieve what you are looking for using this shortcut.
Ctrl + Shift + N