Does Visual Studio 2010 have a built-in way to quickly find/open files, similar to the Ctrl+Shift+O function in Eclipse?
Edit: Or does Resharper offer this functionality?
|
Does Visual Studio 2010 have a built-in way to quickly find/open files, similar to the Ctrl+Shift+O function in Eclipse? Edit: Or does Resharper offer this functionality? |
|||||||
|
|
Ctrl+, I'm surprised no one gave the right answer:
CTRL+COMMA is your friend. |
|||||||||||||||||||
|
|
Ctrl + Alt + A opens the command window, type "open" then start typing file names and it will dynamically autocomplete by available solution file name. |
||||
|
I use Ctrl + / to jump to the command bar (same as the search box, but with a > prefixed in the text). I then type "of" (for "open file") and start typing the name of the file to open. Possibly matches are automatically displayed by VS. I also found that when using ReSharper, the familiar Eclipse shortcut for Open Type (Ctrl + Shift + T) is mapped to ReSharper's GotoFile command. |
|||||||
|
|
this addin will very usefule to quickly open files from visual studio by pressong CTRL + K + O http://visualstudiogallery.msdn.microsoft.com/en-us/3eb2f230-2728-4d5f-b448-4c0b64154da7 |
|||||||
|
|
|
|||||||||||
|
|
VSFileNav - An extension that I created that allow rapid file searching. It's basically got all the ReSharper functionality that was disabled in the express version of VS2010 (I used to really like this). It's also free :) |
|||
|
|
|
For file name search I use the Visual Studio Productivity Power tools: http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/ It adds a tab to Solution Explorer called "Solution Navigator". It shows all the solution files in a tree and has a search bar at the top. To search for text in all your solution files, use Entrian's Source Search: http://stackoverflow.com/a/9994522/24267 |
|||
|
|
|
There is also another way to find files in the Visual Studio 2010 might be useful for someone. In the command box in visual studio toolbar type ">of " and start typing the file name it will prompt list. Note: This will only find the class not the pages try it for yourself.
|
|||||
|
|
Visual Assist comes with something like this. You will have to pay for the plugin (and I don't think you can use plugins in the express versions). (If you're doing C++ and you don't plan to buy Visual Assist, be sure to never install the trial. It's that addictive.) |
|||
|
|
|
Unfortunately, VS doesn't offer this search-as-you-type functionality (and lots more). |
|||||||
|
|
A free extension that does something similar to CTRL+COMMA is Sonic File Finder... http://www.jens-schaller.de/sonic-tools/sonicfilefinder/overview/overview.htm |
|||
|
|
|
In Eclipse, Ctrl+Shift+O = "Organize Imports"... which I am not sure what this is. But it is not the Ctrl+Shift+F = Find in Files that is in Visual Studio. |
|||
|
|