Answers for "vs code short cuts"

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

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

Browse Popular Code Answers by Language