Similar Posts
#001 Incremental Search [CTRL]+[I]
Incremental search can also be thought of as live search. The cursor highlights the first finding as you’re typing the search term. [CTRL]+[I] = Incremental Search [CTRL]+[SHIFT]+[I] (Back Search) [F3] – Find Next [SHIFT]+[F3] – Find Previous
#62 Display parameter info for a function
Intellisense is great – probably the greatest thing ever invented to help developers productivity. But ListMembers isn’t always what you want. If you have CTRL+Space embedded in your brain telling Visual Studio to “Show my what I can put here” you’re getting a ListMembers popup. What you sometimes want is a ListParameters Tooltip, and this…
#006 Resize Tool Windows Using the keyboard
Resizing internal floating windows in Visual Studio? Easy with the mouse right. Just a simple drag-n-drop. But for you keyboard fanatics, did you know you can resize floating windows from using keyboard shortcuts? This one will win bets in a Best of Visual Studio contest. [ALT], [SPACE] = Context menu for floating window
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…
#003 Show/Hide White Space in Visual Studio
Show and Hide White Space in documents. [CTRL]+[R] + [CTRL]+[W] = Toggle Show|Hide White Space [Footnote] Jan 8th, 8:15pm Sorry for my voice in today’s video’s – I’m currently befriending a bottle of Vitamin C to try and keep this sore throat in check. But I’m already behind on my new years resolution. There are…
#007 Keyboard Navigation to Tool Window Toolbars
Visual Studio has many toolbars. The toolbars inside Tool Windows can be access from the keyboard. This video trick will show you how to move focus from the Tool Window, up onto the Toolbar, and select a specif icon. [SHIFT]+[ALT] = Jump to Toolbar inside a focused Tool window. [ALT]+[SHIFT] = Does not work, because…



