#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 …
The results of a Find Symbol or a Quick Find Symbol will appear in the Find Symbol results. Similar to the Find Results window (when searching for text), you can press Ctrl+Alt+F12 to bring up the Find Symbols Results window (View.FindSymbolResults) press F8 (Edit.GoToNextLocation) to navigate to the next result, and Shift+F8 (Edit.GoToPreviousLocation) to navigate…
As you know from reading the original tips/tricks series, my goal when starting to record the series was to put video to Sara Fords original Tips and Tricks. She has about 380 at last count. I’ve been wondering what to do with the tips/tricks after I’m done recording her series, and I’ve decided to just…
Weather you are trying to copy/paste some code into an IM for a friend to look at, or want to better align your source code, you will want to start by removing he white space at the beginning of the line. This quick trick shows you how. [CTRL]+K, [CTRL]+\ = Remove all white space at…
Working with a colleague? Doing a screen share? Have Visual Studio running on a projector? Get an error message that contains a line number? All these situations make your life tough if you have to watch the status bar to check your line numbers. This video shows you how to display the line numbers on…
Wanna get to the top of your screen, but you know PgUp is too far? How about the bottom? This is a cool trick that I find myself using all the time. It saves 100’s of ups and downs a day, because you can always get to the place you’re interested in faster than up,up,up,up,up,up,up,up….
You can record your command window session via the log command. Just run log -on <filename> and start recording. To finish logging, it’s just log -off There is also an option to overwrite the existing file; otherwise it will append. Note that both dash and forward slash will work for command arguments.