Visual Studio Support Multiple Monitors? This video shows you how. Peel out windows, like the Solution Explorer, dock them to you second monitor, and the best part is, the window position persists across VS2010 restarts. Very Nice! Check out the video – it’s only 3 Minutes.
-
TechEd Dev315 VSTricks – Multiple Monitor Support
-
TechEd Dev315 VSTricks – Editor Tricks
If you’re a developer like me, you live 90% of your work life at your computer, inside Visual Studio. These tips and tricks will help you inside the editor. New VS2010 Features like Call Hierarchy, find all references, go to definition, the new Code Definition Window, Navigating Highlighted words and references, Multi-Line Edit, and Zoom. All these tricks are also explained with their keyboard shorts.
-
TechEd Dev315 VSTricks – Start Page
-
TechEd DEV315 VSTricks - Intellisense
-
TechEd 2010 Visual Studio Tips and Tricks
Over the last 24 months or so, I have joined a small group of folks who are passionate about sharing Visual Studio Tips and Tricks. I have now done talks, books, blogs, vlogs and classes around the world on better using Visual Studio. This year for TechEd North America I have done something special. I decided to pre-record and video blog my talk demos, slide by slide. And I’ll be releasing these series over the next week. So when my TechEd talk starts, all of the content will be online. Below is a list of the slides, and as I publish the video segment, I’ll move the slide above the “To be Published” double red line. Enjoy!
You can see the links in the slides – but they will not be made available until the video is released.
-
#80 Stop a “Find in Files” Search
Press the keyboard chord [ALT]+[F3],[S] (bound to Edit.StopSearch) to stop a background search, also known as a Find in Files. You can also press the Stops a background Find toolbar button on the Find Results window.
-
#505 Search within your Find Results
-
#79 Use F8 to Navigate the Find Results window
You've probably noticed that doing a Find in Files returns all the hits in a Find Results tool window. Did you know, you can use [F8] (with focus either in the Find Results window or in the editor) to navigate to the next result or [SHIFT]+[F8] to the previous result. (Edit.GoToNextLocation and Edit.GoToPrevLocation) The video is pretty helpful for the visual – but this is a trick you’ll want to remember, I use it 100’s of times a day.
-
#78 Customize Find in files, Location and Search Type
With the Find in Files window showing, you can change the Look In: combo box to anything except for open docs and current docs. This will enable the Look at these file types: option to select what files to search for.
-
#77 Use Visual Studio to Find in Files - Any disk location
And yet another way of searching code (or any text really) in Visual Studio... it's called Find in Files. It is the most comprehensive way to do a search. Even if you’re not looking for code, this can search any text string, in any set of files. We’re not talking about files linked in a project or solution, this is a disk search, say searching a directory and all child directories (or a group of directories).




