Answers for "vs code shortcut keys"

6

vs code shortcuts

following are the links for some VS code shortcuts :

Linux: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf

Window: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf

macOS: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
Posted by: Guest on May-13-2022
1

vscode shortcuts

Cool shortcuts for VSCODE:

1. Ctrl+Shift+P = Command Pallete
2. Alt+(Down key or Up key) = Move a line of text down or up
3. Type html:5 to create a basic html outline

These were the very basic though very practical tips and tricks.
Hope you will use them!

By AstroBlade
Posted by: Guest on March-10-2022
-1

vs code shortcuts

WINDOWS

CODE:
ALT + SHIFT + (up/down) ==>Duplication Up/Down
ALT + CTRL + (up/down) ==>Write in line Up/Down too
ALT + (up/down) ==> Move line Up/Down
CTRL + F ==> Search all occurences in File
CTRL + SHIFT + F ==> Search all occurences across whole Project
CTRL + H ==> Replace
CTRL + K + O (Press O after CTRL + K) ==> Open current file on another window

Interface:
CTRL + B ==> Toggle File explorer
CTRL + ` ==> Toggle Terminal
CTRL + SHIFT + P ==> Toggle Command Palette
Posted by: Guest on May-12-2022

Code answers related to "vs code shortcut keys"

Browse Popular Code Answers by Language