
5.09.2002
IDE Tricks
A few more tricks to remember -- from article at DevX "20 cool Visual Studio .NET IDE Features"
- <ctrl>+R, <ctrl>+R to toggle word wrap setting on the fly
- Paste from the clipboard ring (skipping over last copy) with SHIFT+CTRL+V
- Incremental search -- <ctrl>+I then start typing. F3 or <ctrl>+I to find next. F3 or <ctrl>+I one more time to get out of search mode.
- "Go Back" to previous editing spots with <ctrl>+ - (ctrl+hypen)
- Box selection with shift+ctrl+<drag mouse>
- Syntax coloring is preserved on print somehow (where's the setting?)
Comments:
Post a Comment