Shortcut Key of Visual Studio Code
ctrl + c
ctrl + v
duplicate line
shift + alt + down key
for dupilcate line
shift + alt + mouse selection
multitag change in rectangle box
Alt + Click
multitag and line change with one click
Ctrl + D
For Select Variable
Ctrl + D
Ctrl + F
For count Variable how many times writen, check number occurance of word
Ctrl + D
Repeat to select multiple occurnace
Ctrl + Shift + L
to Select all occurance and change
Ctrl + F2
to Select all occurance and change
Ctrl + K + F
Format Beautify Code
ALT + Shift + F
Format Beautify All Code
Alt + Up Down Key
Move Code Line Up or Down. for multiple lines select multiple code then up down arrows key
Ctrl + U
Move Curser where Last Edit
Ctrl + K + T
Change Theme Option
Ctrl + Shift + F
To Search any word from your project
Ctrl + J
Open Terminal
F1
Ctrl + Shift + P
Open Command Panel
Ctrl + K + C
Comment Add
==========================================
Command CMD of Visual Studio Code
Command CMD
1. code
open visual studio code
2. code -r
Open Visual Studio Code Last project file
3. code -n
Open New window New File
4. code --list-extension
List Installed Extension
5. code --list-extension --show-versions
Installed Extension Version
6. code --help
Show Possible Commands for Visual Studio Code
7. code --version
Show Visual Studio Code Version
-------------------------------------------------------
0 Comments