Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tips:vsc [2017/11/30 21:13] – [VSC] scipio | tips:vsc [2021/10/08 10:05] (current) – removed scipio | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== VSC ====== | ||
| - | Visual Studio Code Editor | ||
| - | |||
| - | < | ||
| - | sudo apt install fonts-firacode | ||
| - | </ | ||
| - | |||
| - | <file json settings.json> | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | code --install-extension Angular.ng-template | ||
| - | code --install-extension alefragnani.Bookmarks | ||
| - | code --install-extension dbaeumer.vscode-eslint | ||
| - | code --install-extension donjayamanne.githistory | ||
| - | code --install-extension doublefint.pgsql | ||
| - | code --install-extension eg2.tslint | ||
| - | code --install-extension ms-python.python | ||
| - | </ | ||
| - | ===== keyboard ===== | ||
| - | |||
| - | * https:// | ||
| - | * http:// | ||
| - | |||
| - | * ctrl-b: side bar toggle | ||
| - | * ctrl-1 2 3: switch to 1,2 or 3 editor window | ||
| - | * ctrl-\: split window | ||
| - | * ctrl-w: close window | ||
| - | * ctrl-click file: open file in new editor | ||
| - | * ctrl-p: open file | ||
| - | * ctrl-shift-f: | ||
| - | * ctrl-shift-e: | ||
| - | * F1: command palette | ||
| - | * Ctrl+Alt+- and Ctrl+Shift+-: | ||
| - | * ctrl-tab: history file | ||
| - | * ctrl-k and right: move editor to right | ||
| - | |||
| - | * ctrl+shift+i: | ||
| - | |||
| - | * F12: go to declaration | ||
| - | * shift-F12: find all references | ||
| - | * OPTION F12: show declaration | ||
| - | * ctrl-F12: show refrences and change all them with multi cursor | ||
| - | * click+OPTION: | ||
| - | * ctrl-shit-p: | ||
| - | * ctrl-F2: add cursor to each occurrence of current word | ||
| - | * ctrl-g: go to line | ||