#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 …
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
#VS2010 has several enhancements in and around the Intellisense features. This short 3 minute video will walk you through using them, and specifically talking about camelCase filtering, intellisense with” “Suggest” vs. “Force” mode, and using undeclared types. http://scottcate.looplogic.com/dev315-intellisense
Do you recognize this sequence? Home. Shift. Up or Down. [CTRL]+[X] or [Delete] There are many better ways to cut or delete your current line of code/markeup/css/xaml/whatever. This Video Trick shows you how. This work is licensed under a Creative Commons license.
On the topic of outlining, there is a tiny sliver of space taken up in your left margin to show the outlining. This video shows you how to turn that on or off. Personally I don’t see a reason to turn it off – BUT – I’m sure there is one. LIke maybe certain editor…
Sometimes scrolling to the right for long lines of text hides other text that you want to see at the beginning of the line. Using word wrap allows you to see all text on a line, one the screen at once. Some like it, some don’t – but that’s why it’s an option 🙂
After the past several weeks of Find tips (i knew i would have a few tips, just not nearly a month’s worth!), let’s change things up a bit and talk about the command window. Press Ctrl+Alt+A to open the command window. Check the keybinding for View.CommandWindow if your keybindings are different. Also available from the…