Monday, May 16, 2005

Shortcuts in VS.NET 2003

I wanted to put down some of the useful shortcuts not known to many developers so here goes

[CTRL] + [TAB] Toggles betwen the open tabbed documents

[CTRL] + G Pops up the goto line window, useful in going to that specific line shown in the stack trace

[CTRL] + - Go to the last cursor position (same as in VB6)

[CTRL] + [SHIFT] + - Go to the next position (useful after the 'Last Position' command)

[CTRL] + + highlights the region of text between the previous and current cursor positions

[CTRL] + I Incremental search of a variables/function name in the code file the first occurence of which is highlighted as you type the letters on the keyboard

[SHIFT] + [DELETE] Deletes the current line

0 Comments:

Post a Comment

<< Home