+ 2
Comman shortcuts for VScode.
Ctrl+Shift+P, F1 Show Command Palette Ctrl+P Quick Open, Go to File... Ctrl+Shift+N New window/instance Ctrl+W Close window/instance Ctrl+, User Settings Ctrl+K Ctrl+S Keyboard Shortcuts Basic editing Ctrl+X Cut line (empty selection) Ctrl+C Copy line (empty selection) Alt+ â / â Move line down/up Ctrl+Shift+K Delete line Ctrl+Enter / Ctrl+Shift+Enter Insert line below/ above Ctrl+Shift+\ Jump to matching bracket Ctrl+] / Ctrl+[ Indent/Outdent line Home / End Go to beginning/end
1 Answer
+ 2
Thanks for the info