Changes between Version 2 and Version 3 of code/Codebasictips
- Timestamp:
- Apr 12, 2017, 10:14:37 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/Codebasictips
v2 v3 10 10 easier by providing tools to jump around in a project. A few important shortcuts are 11 11 presented below: 12 - '''Ctrl- LeftClick''' on anything: takes you to where it was defined.13 - '''Ctrl-Hover''': More advanced version of Ctrl- LeftClick, lets you choose to go to12 - '''Ctrl-!LeftClick''' on anything: takes you to where it was defined. 13 - '''Ctrl-Hover''': More advanced version of Ctrl-!LeftClick, lets you choose to go to 14 14 implementation, declaration or super-declaration (not the same as super sayans :D) 15 - '''Alt-Left''': go back to where you came from after doing '''Ctrl- LeftClick''' on something15 - '''Alt-Left''': go back to where you came from after doing '''Ctrl-!LeftClick''' on something 16 16 - '''Ctrl-H''': (Choose the 'File Search' tab): Search for text across the project 17 17 - '''Ctrl-Spacebar''': Completion of functions, arguments etc