Sunday, June 21, 2009

Visual Studio shortcuts

The following are my frequently used keyboard shortcuts in Visual Studio.

Ctrl+}
- Match braces back and forth
Ctrl+-
- Go back to the last location
Ctrl+l
- Delete line
Ctrl+g
- Go to line number
Shift+Alt+Enter
- Maximize Code Editor

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...