Rob's Wiki
Search…
Welcome
AWS
Terminal
Design
Haskell
Javascript
CSS
Mac
Python
Scala
Rust
VSCode
Keyboard Shortcuts
Powered By
GitBook
VSCode
Add
code
to terminal
See
this page
for adding the
code
command so VSCode can be launched from terminal:
1
code some_directory
Copied!
Choose tab
1
Control + [Tab number]
Copied!
Go to definition
Usually you can Cmd + Click or use
F12
Go back from defintion
Preferences > Keyboard Shortcut > workbench.action.navigateBack:
1
Cntrl + -
Copied!
List all functions in a script
Preferences > Keyboard Shortcut > workbench.action.gotoSymbol:
1
Cmd + Shift + O
2
(optionally then type ':')
Copied!
Previous
Rust
Next
Keyboard Shortcuts
Last modified
2yr ago
Copy link
Contents
Add code to terminal
Choose tab
Go to definition
Go back from defintion
List all functions in a script