F1 | help
(put the cursor just after the method/property name and type F1 to have help on it) |
F2 | view Object Browser |
F7 | view Code Window |
F4 | view Properties Window |
CtrlR | view Project Window |
CtrlL | view call stack |
CtrlG | view Immediate Window |
AltF11 | switch to originating application |
edit window
CtrlSpace | complete word |
CtrlJ | after foo , list the properties/methods beginning by foo
after foo. , list the properties/methods of foo |
Tab | indent |
ShiftTab | outdent |
ShiftF2 | go to definition of identifier below cursor |
CtrlF | find text |
F3 | find next occurrence of text |
ShiftF3 | find previous occurrence of text |
CtrlH | replace text |
watch window
Del | delete selected watch |
debug
F8 | step into |
ShiftF8 | step over |
CtrlShiftF8 | step out |
F5 | continue |
F9
left click in margin | set/remove breakpoint |
ShiftF9 | watch selected variable |
misc.
-
enable access to routines or classes defined in a DLL