(Day 68 of 100) VSCode Hotkeys
1 min readApr 2, 2019
- Hotkey references
https://code.visualstudio.com/docs/getstarted/keybindings
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
- Hot keys I frequently use
//command palette: ctrl+shift+p//emmet html boilerplate: ! and then tab//comment and uncomment: shift+alt+a//select next occurrence of the selected word:
//ctrl+D or ctrl+alt+down or ctrl+alt+up//shrink/expand selection
//shift+alt+left and shift+alt+right