#39 Middle button support in the Visual Studio Editor
Middle Button support in Visual Studio. What does it so? Watch this …
Middle Button support in Visual Studio. What does it so? Watch this …
This is a quick trick that I’ve started using the move my cursor to the last place, making a selection along the way. It’s kind of weird to explain in text without a 100 images. Video rules!!! [CTRL]+[=] = Select from current cursor position to last Go Back marker. This work is licensed under…
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
Let’s say you are searching for some text and you already know about F3 and Shift+F3, so you want the [CTRL]+[F] Quick Find or the [CTRL]+[H] Quick Replace window to disappear after the first search. Go to Tools | Options | Environment | Find and Replace page, and check the Hide Find and Replace window…
Selecting the current work is usually done with by double clicking the mouse on a current selection. This works for words, but not for whitespace. This video shows you the trick to select from the keyboard. [CTRL]+[SHIFT][W] – Select Current Word or Whitespace Block
We have had block select in Visual Studio for a long time. The idea of block select is simple, sometimes you want to select columns and rows (in a block) instead of the normal line by line select you get with normal drag-n-drop selection, or [SHIFT]+[ARROW] selection. We talked about this for older versions of…
Do the horizontal and|or vertical scroll bars drive you nuts? Are they in the way? Taking up to much space? None of the above? All of the above? If you have ever had the need to make them dissapear this video trick #38 shows you how. This work is licensed under a Creative Commons…