Window
Shortcut | Description |
---|---|
Ctrl Shift F11 | full screen |
Alt 0 | show site bar |
Alt <- | go back |
Ctrl Tab | next window |
Ctrl Shift Tab | previous window |
Locate
Shortcut | Description |
---|---|
Ctrl K | locate |
F4 | switch between source/header |
F2 | follow symbol under cursor |
Shift F2 | switch between declaration/definition |
Ctrl Shift U | find usage |
Ctrl Shift R | rename symbol under cursor |
Bookmarks
Shortcut | Description |
---|---|
Ctrl M | toogle bookmark |
Ctrl . | next bookmark |
Ctrl , | previous bookmark |
Git
Shortcut | Description |
---|---|
Alt G Alt D | diff current file |
Alt G Alt L | log current file |
Alt G Alt B | blame current file |
Alt G Alt Shift D | diff project |
Alt G Alt K | log project |
Alt G Alt C | commit |
Debug
Shortcut | Description |
---|---|
F5 | start debugging/continue |
F10 | step over |
F11 | step into |
F9 | toggle breakpoint |
Build
Shortcut | Description |
---|---|
Ctrl B | build project |
Ctrl R | run |
Edit
Shortcut | Description |
---|---|
Ctrl F | find/replace |
Ctrl / | toggle comment selection |
Ctrl L | go to line |
Alt U | uppercase |
Alt Shift U | lowercase |
Ctrl < | fold |
Ctrl > | unfold |