SlideShare a Scribd company logo
1 of 4
Download to read offline
Vs Code Cheat Sheet
Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux
and macOS.
by lam
󰅂General
Show
Command
Palette
Ctrl+Shif
t+P, F1
Quick Open,
Go to File… 
Ctrl+P
New
window/instance 
Ctrl+Shif
t+N
Close
window/instance 
Ctrl+Shif
t+W
Keyboard
Shortcuts
Ctrl+K Ct
rl+S
User Settings  Ctrl+,
󰅂Search and replace
Find Ctrl+F
Replace Ctrl+H
Find
next/previous 
F3 / Shif
t+F3
Select all
occurences of
Find match 
Alt+Enter
Add selection
to next Find
match 
Ctrl+D
Move last
selection to
next Find
match 
Ctrl+K Ct
rl+D
Toggle case-
sensitive /
regex / whole
word
Alt+C /
R / W
󰅂
Multi-cursor and
selection
Insert cursor  Alt+Click
Insert cursor
above /
below 
Ctrl+Alt
+ ↑ / ↓
Undo last
cursor
operation 
Ctrl+U
Insert cursor
at end of each
line selected 
Shift+Alt
+I
 Select
current line 
Ctrl+L
 Select all
occurrences
of current
selection
Ctrl+Shif
t+L
 Select all
occurrences
of current
word 
Ctrl+F2
 Expand
selection 
Shift+Alt
+→
 Shrink
selection 
Shift+Alt
+←
 Column (box)
selection 
Shift+Al
t + (dra
g mouse)
 Column (box)
selection 
Ctrl+Shif
t+Alt +
(arrow ke
y)
Column (box)
selection
page
Ctrl+Shif
t+Alt +Pg
Up/PgDn
󰅂File management
New File  Ctrl+N
Open File...  Ctrl+O
Save  Ctrl+S
Save As... Ctrl+Shif
t+S
Save All  Ctrl+K S
Close  Ctrl+F4
Close All  Ctrl+K Ct
rl+W
Reopen
closed editor
Ctrl+Shif
t+T
Enter Keep
preview
Ctrl+K
󰅂Display
Toggle full
screen 
F11
Toggle editor
layout
(horizontal/vertical) 
Shift+Alt
+0
Zoom in/out  Ctrl+ =
/ -
Toggle
Sidebar
visibility 
Ctrl+B
Show
Explorer /
Toggle focus 
Ctrl+Shif
t+E
Show Search  Ctrl+Shif
t+F
󰏪
󰅢
up/downmode editor
open 
Open next  Ctrl+Tab
Open
previous 
Ctrl+Shif
t+Tab
Copy path of
active le
Ctrl+K P
Reveal active
le in
Explorer 
Ctrl+K R
Show active
le in new
window/instance
Ctrl+K O
Show Source
Control 
Ctrl+Shif
t+G
Show Debug  Ctrl+Shif
t+D
Show
Extensions 
Ctrl+Shif
t+X
Replace in
les 
Ctrl+Shif
t+H
Toggle Search
details 
Ctrl+Shif
t+J
Show Output
panel 
Ctrl+Shif
t+U
Open
Markdown
preview 
Ctrl+Shif
t+V
Open
Markdown
preview to
the side 
Ctrl+K V
Zen Mode
(Esc Esc to
exit)
Ctrl+K Z
󰅂
Rich languages
editing
Trigger
suggestion 
Ctrl+Spac
e
Trigger
parameter
hints 
Ctrl+Shif
t+Space
Format
document 
Shift+Alt
+F
Format
selection 
Ctrl+K Ct
rl+F
Go to
De nition 
F12
Peek
De nition 
Alt+F12
Open
De nition to
the side 
Ctrl+K F1
2
Quick Fix  Ctrl+.
Show
References 
Shift+F1
2
Rename
Symbol 
F2
Trim trailing
whitespace 
Ctrl+K Ct
rl+X
Change le
language
Ctrl+K M
󰅂Editor management
Close editor  Ctrl+F4,
Ctrl+W
Close folder  Ctrl+K F
Split editor  Ctrl+
Focus into 1
st, 2nd or 3rd
editor group 
Ctrl+ 1
/ 2 / 3
Focus into
previous/next
editor group 
Ctrl+K Ct
rl+ ←/→
Move editor
left/right 
Ctrl+Shif
t+PgUp /
PgDn
Move active
editor group
Ctrl+K ←
/ →
󰅂Debug
Toggle
breakpoint 
F9
Start/Continue  F5
Stop Shift+F5
Step into/out  F11 / Shi
ft+F11
Step over  F10
Show hover Ctrl+K Ct
rl+I
󰅂Integrated terminal
Show
integrated
terminal 
Ctrl+`
Create new
terminal 
Ctrl+Shif
t+`
Copy
selection 
Ctrl+C
Paste into
active
terminal 
Ctrl+V
Scroll
up/down 
Ctrl+↑ /
↓
󰅂Navigation
Show all
Symbols 
Ctrl+T
Go to Line...  Ctrl+G
Go to File...  Ctrl+P
Go to
Symbol... 
Ctrl+Shif
t+O
Show Ctrl+Shif
󰅂Basic editing
Ctrl+X Cut
line (empty
selection) 
Ctrl+C Copy
󰏪
󰅢
Scroll page
up/down 
Shift+PgU
p / PgDn
Scroll to
top/bottom
Ctrl+Hom
e / End
Problems
panel 
t+M
Go to next
error or
warning 
F8
Go to
previous
error or
warning 
Shift+F8
Navigate
editor group
history 
Ctrl+Shif
t+Tab
Go back /
forward
Alt+ ← /
→
line (empty
selection) 
Move line
up/down 
Alt+ ↑ /
↓
Copy line
up/down 
Shift+Al
t + ↓ /
↑
Delete line  Ctrl+Shif
t+K
Insert line
below 
Ctrl+Ente
r
Insert line
above 
Ctrl+Shif
t+Enter
Jump to
matching
bracket 
Ctrl+Shif
t+
Indent/outdent
line 
Ctrl+] /
[
Go to
beginning/end
of line 
Home / En
d
Go to
beginning of
le 
Ctrl+Hom
e
Go to end of
le 
Ctrl+End
Scroll line
up/down 
Ctrl+↑ /
↓
Scroll page
up/down 
Alt+PgUp
/ PgDn
Fold
(collapse)
region 
Ctrl+Shif
t+[
Unfold
(uncollapse)
region 
Ctrl+Shif
t+]
Fold
(collapse) all
subregions 
Ctrl+K Ct
rl+[
Unfold
(uncollapse)
all
Ctrl+K Ct
rl+]
󰏪
󰅢
CheatSheetMaker.com SimpleCheatSheet.com
subregions 
Fold
(collapse) all
regions 
Ctrl+K Ct
rl+0
Unfold
(uncollapse)
all regions 
Ctrl+K Ct
rl+J
Add line
comment 
Ctrl+K Ct
rl+C
Remove line
comment 
Ctrl+K Ct
rl+U
Toggle line
comment 
Ctrl+/
Toggle block
comment 
Shift+Alt
+A
Toggle word
wrap
Alt+Z
󰏪
󰅢

More Related Content

What's hot

Recursion tree method
Recursion tree methodRecursion tree method
Recursion tree methodRajendran
 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agentsMegha Sharma
 
[Mmlab seminar 2016] deep learning for human pose estimation
[Mmlab seminar 2016] deep learning for human pose estimation[Mmlab seminar 2016] deep learning for human pose estimation
[Mmlab seminar 2016] deep learning for human pose estimationWei Yang
 
Conditional statement c++
Conditional statement c++Conditional statement c++
Conditional statement c++amber chaudary
 
Theory of Computation
Theory of ComputationTheory of Computation
Theory of ComputationShiraz316
 
Limits and continuity powerpoint
Limits and continuity powerpointLimits and continuity powerpoint
Limits and continuity powerpointcanalculus
 
First order logic in knowledge representation
First order logic in knowledge representationFirst order logic in knowledge representation
First order logic in knowledge representationSabaragamuwa University
 
CS8451 - Design and Analysis of Algorithms
CS8451 - Design and Analysis of AlgorithmsCS8451 - Design and Analysis of Algorithms
CS8451 - Design and Analysis of AlgorithmsKrishnan MuthuManickam
 
Asymptotic Notation and Complexity
Asymptotic Notation and ComplexityAsymptotic Notation and Complexity
Asymptotic Notation and ComplexityRajandeep Gill
 
Introduction to Algorithms and Asymptotic Notation
Introduction to Algorithms and Asymptotic NotationIntroduction to Algorithms and Asymptotic Notation
Introduction to Algorithms and Asymptotic NotationAmrinder Arora
 
Automata
AutomataAutomata
AutomataGaditek
 
Lesson 10: Derivatives of Trigonometric Functions
Lesson 10: Derivatives of Trigonometric FunctionsLesson 10: Derivatives of Trigonometric Functions
Lesson 10: Derivatives of Trigonometric FunctionsMatthew Leingang
 
Differentiation using First Principle - By Mohd Noor Abdul Hamid
Differentiation using First Principle  - By Mohd Noor Abdul HamidDifferentiation using First Principle  - By Mohd Noor Abdul Hamid
Differentiation using First Principle - By Mohd Noor Abdul HamidMohd. Noor Abdul Hamid
 
Operators in Python
Operators in PythonOperators in Python
Operators in PythonAnusuya123
 
Turing machine Introduction
Turing machine IntroductionTuring machine Introduction
Turing machine IntroductionAram Rafeq
 

What's hot (20)

Tic tac toe simple ai game
Tic tac toe simple ai gameTic tac toe simple ai game
Tic tac toe simple ai game
 
Recursion tree method
Recursion tree methodRecursion tree method
Recursion tree method
 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agents
 
[Mmlab seminar 2016] deep learning for human pose estimation
[Mmlab seminar 2016] deep learning for human pose estimation[Mmlab seminar 2016] deep learning for human pose estimation
[Mmlab seminar 2016] deep learning for human pose estimation
 
Conditional statement c++
Conditional statement c++Conditional statement c++
Conditional statement c++
 
Theory of Computation
Theory of ComputationTheory of Computation
Theory of Computation
 
Rules of derivative
Rules of derivativeRules of derivative
Rules of derivative
 
Limits and continuity powerpoint
Limits and continuity powerpointLimits and continuity powerpoint
Limits and continuity powerpoint
 
First order logic in knowledge representation
First order logic in knowledge representationFirst order logic in knowledge representation
First order logic in knowledge representation
 
Uninformed search
Uninformed searchUninformed search
Uninformed search
 
CS8451 - Design and Analysis of Algorithms
CS8451 - Design and Analysis of AlgorithmsCS8451 - Design and Analysis of Algorithms
CS8451 - Design and Analysis of Algorithms
 
Asymptotic Notation and Complexity
Asymptotic Notation and ComplexityAsymptotic Notation and Complexity
Asymptotic Notation and Complexity
 
AI 5 | Local Search
AI 5 | Local SearchAI 5 | Local Search
AI 5 | Local Search
 
Introduction to Algorithms and Asymptotic Notation
Introduction to Algorithms and Asymptotic NotationIntroduction to Algorithms and Asymptotic Notation
Introduction to Algorithms and Asymptotic Notation
 
LR Parsing
LR ParsingLR Parsing
LR Parsing
 
Automata
AutomataAutomata
Automata
 
Lesson 10: Derivatives of Trigonometric Functions
Lesson 10: Derivatives of Trigonometric FunctionsLesson 10: Derivatives of Trigonometric Functions
Lesson 10: Derivatives of Trigonometric Functions
 
Differentiation using First Principle - By Mohd Noor Abdul Hamid
Differentiation using First Principle  - By Mohd Noor Abdul HamidDifferentiation using First Principle  - By Mohd Noor Abdul Hamid
Differentiation using First Principle - By Mohd Noor Abdul Hamid
 
Operators in Python
Operators in PythonOperators in Python
Operators in Python
 
Turing machine Introduction
Turing machine IntroductionTuring machine Introduction
Turing machine Introduction
 

Similar to VS Code cheat sheet

VS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdfVS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdfStraad
 
Vs Code - Keyboard-Shortcuts-Windows.pdf
Vs Code - Keyboard-Shortcuts-Windows.pdfVs Code - Keyboard-Shortcuts-Windows.pdf
Vs Code - Keyboard-Shortcuts-Windows.pdfYUSRA FERNANDO
 
VSCode-shortcuts-linux.pdf
VSCode-shortcuts-linux.pdfVSCode-shortcuts-linux.pdf
VSCode-shortcuts-linux.pdfDavidBeaulieu19
 
Using eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingUsing eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingParikshit Kumar Singh
 
IntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfIntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfDvrIsis2
 
Computer shortcut keys
Computer shortcut keysComputer shortcut keys
Computer shortcut keysLorraine Pinto
 
Computer shortcuts
Computer shortcutsComputer shortcuts
Computer shortcutsOmar Jacalne
 
Computer shortcuts
Computer shortcuts Computer shortcuts
Computer shortcuts gguptapooja9
 
Computer Keyboard shortcut keys by Aamir Khan
Computer Keyboard shortcut keys by Aamir KhanComputer Keyboard shortcut keys by Aamir Khan
Computer Keyboard shortcut keys by Aamir KhanAamir Rajput Khan
 
Computer shortcuts3
Computer shortcuts3Computer shortcuts3
Computer shortcuts3Aneel Ahmad
 
Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Siddiq Abu Bakkar
 

Similar to VS Code cheat sheet (20)

Asp key shortcut
Asp key shortcutAsp key shortcut
Asp key shortcut
 
Asp key shortcut
Asp key shortcutAsp key shortcut
Asp key shortcut
 
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdfVS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
 
Vs Code - Keyboard-Shortcuts-Windows.pdf
Vs Code - Keyboard-Shortcuts-Windows.pdfVs Code - Keyboard-Shortcuts-Windows.pdf
Vs Code - Keyboard-Shortcuts-Windows.pdf
 
VSCode-shortcuts-linux.pdf
VSCode-shortcuts-linux.pdfVSCode-shortcuts-linux.pdf
VSCode-shortcuts-linux.pdf
 
Using eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingUsing eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-coding
 
IntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfIntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdf
 
COMPUTER-SHORTCUTS-1.pdf
COMPUTER-SHORTCUTS-1.pdfCOMPUTER-SHORTCUTS-1.pdf
COMPUTER-SHORTCUTS-1.pdf
 
Computer shortcut keys
Computer shortcut keysComputer shortcut keys
Computer shortcut keys
 
Computer shortcuts (qt)[1]
Computer shortcuts (qt)[1]Computer shortcuts (qt)[1]
Computer shortcuts (qt)[1]
 
Computer shortcuts
Computer shortcutsComputer shortcuts
Computer shortcuts
 
Computer shortcuts
Computer shortcutsComputer shortcuts
Computer shortcuts
 
Computer shortcuts
Computer shortcuts Computer shortcuts
Computer shortcuts
 
Computer shortcuts
Computer shortcuts Computer shortcuts
Computer shortcuts
 
Computer shortcut pdf ( for more book www.gktrickhindi.com )
Computer shortcut pdf ( for more book   www.gktrickhindi.com )Computer shortcut pdf ( for more book   www.gktrickhindi.com )
Computer shortcut pdf ( for more book www.gktrickhindi.com )
 
Computer Keyboard shortcut keys by Aamir Khan
Computer Keyboard shortcut keys by Aamir KhanComputer Keyboard shortcut keys by Aamir Khan
Computer Keyboard shortcut keys by Aamir Khan
 
Computer shortcuts3
Computer shortcuts3Computer shortcuts3
Computer shortcuts3
 
Ms office shortcuts
Ms office shortcutsMs office shortcuts
Ms office shortcuts
 
Shortcut keys
Shortcut keysShortcut keys
Shortcut keys
 
Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]
 

More from Lam Hoang

Py spark cheat sheet by cheatsheetmaker.com
Py spark cheat sheet by cheatsheetmaker.comPy spark cheat sheet by cheatsheetmaker.com
Py spark cheat sheet by cheatsheetmaker.comLam Hoang
 
PostgreSql cheat sheet
PostgreSql cheat sheetPostgreSql cheat sheet
PostgreSql cheat sheetLam Hoang
 
Nginx cheat sheet
Nginx cheat sheetNginx cheat sheet
Nginx cheat sheetLam Hoang
 
MySql cheat sheet
MySql cheat sheetMySql cheat sheet
MySql cheat sheetLam Hoang
 
Html cheat sheet
Html cheat sheetHtml cheat sheet
Html cheat sheetLam Hoang
 
Git cheat sheet
Git cheat sheetGit cheat sheet
Git cheat sheetLam Hoang
 
Django cheat sheet
Django cheat sheetDjango cheat sheet
Django cheat sheetLam Hoang
 
Css cheat sheet
Css cheat sheetCss cheat sheet
Css cheat sheetLam Hoang
 
Apache cheat sheet
Apache cheat sheetApache cheat sheet
Apache cheat sheetLam Hoang
 
Battle chatter minecraft 1.4.7 mod
Battle chatter minecraft 1.4.7 modBattle chatter minecraft 1.4.7 mod
Battle chatter minecraft 1.4.7 modLam Hoang
 
On thi dai_hoc_mon_van_2010 (1)
On thi dai_hoc_mon_van_2010 (1)On thi dai_hoc_mon_van_2010 (1)
On thi dai_hoc_mon_van_2010 (1)Lam Hoang
 
ôn thi môn văn
ôn thi môn vănôn thi môn văn
ôn thi môn vănLam Hoang
 
On thi dai_hoc_mon_van_2010
On thi dai_hoc_mon_van_2010On thi dai_hoc_mon_van_2010
On thi dai_hoc_mon_van_2010Lam Hoang
 
giáo trình c căn bản
giáo trình c căn bảngiáo trình c căn bản
giáo trình c căn bảnLam Hoang
 

More from Lam Hoang (14)

Py spark cheat sheet by cheatsheetmaker.com
Py spark cheat sheet by cheatsheetmaker.comPy spark cheat sheet by cheatsheetmaker.com
Py spark cheat sheet by cheatsheetmaker.com
 
PostgreSql cheat sheet
PostgreSql cheat sheetPostgreSql cheat sheet
PostgreSql cheat sheet
 
Nginx cheat sheet
Nginx cheat sheetNginx cheat sheet
Nginx cheat sheet
 
MySql cheat sheet
MySql cheat sheetMySql cheat sheet
MySql cheat sheet
 
Html cheat sheet
Html cheat sheetHtml cheat sheet
Html cheat sheet
 
Git cheat sheet
Git cheat sheetGit cheat sheet
Git cheat sheet
 
Django cheat sheet
Django cheat sheetDjango cheat sheet
Django cheat sheet
 
Css cheat sheet
Css cheat sheetCss cheat sheet
Css cheat sheet
 
Apache cheat sheet
Apache cheat sheetApache cheat sheet
Apache cheat sheet
 
Battle chatter minecraft 1.4.7 mod
Battle chatter minecraft 1.4.7 modBattle chatter minecraft 1.4.7 mod
Battle chatter minecraft 1.4.7 mod
 
On thi dai_hoc_mon_van_2010 (1)
On thi dai_hoc_mon_van_2010 (1)On thi dai_hoc_mon_van_2010 (1)
On thi dai_hoc_mon_van_2010 (1)
 
ôn thi môn văn
ôn thi môn vănôn thi môn văn
ôn thi môn văn
 
On thi dai_hoc_mon_van_2010
On thi dai_hoc_mon_van_2010On thi dai_hoc_mon_van_2010
On thi dai_hoc_mon_van_2010
 
giáo trình c căn bản
giáo trình c căn bảngiáo trình c căn bản
giáo trình c căn bản
 

Recently uploaded

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

VS Code cheat sheet

  • 1. Vs Code Cheat Sheet Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux and macOS. by lam 󰅂General Show Command Palette Ctrl+Shif t+P, F1 Quick Open, Go to File…  Ctrl+P New window/instance  Ctrl+Shif t+N Close window/instance  Ctrl+Shif t+W Keyboard Shortcuts Ctrl+K Ct rl+S User Settings  Ctrl+, 󰅂Search and replace Find Ctrl+F Replace Ctrl+H Find next/previous  F3 / Shif t+F3 Select all occurences of Find match  Alt+Enter Add selection to next Find match  Ctrl+D Move last selection to next Find match  Ctrl+K Ct rl+D Toggle case- sensitive / regex / whole word Alt+C / R / W 󰅂 Multi-cursor and selection Insert cursor  Alt+Click Insert cursor above / below  Ctrl+Alt + ↑ / ↓ Undo last cursor operation  Ctrl+U Insert cursor at end of each line selected  Shift+Alt +I  Select current line  Ctrl+L  Select all occurrences of current selection Ctrl+Shif t+L  Select all occurrences of current word  Ctrl+F2  Expand selection  Shift+Alt +→  Shrink selection  Shift+Alt +←  Column (box) selection  Shift+Al t + (dra g mouse)  Column (box) selection  Ctrl+Shif t+Alt + (arrow ke y) Column (box) selection page Ctrl+Shif t+Alt +Pg Up/PgDn 󰅂File management New File  Ctrl+N Open File...  Ctrl+O Save  Ctrl+S Save As... Ctrl+Shif t+S Save All  Ctrl+K S Close  Ctrl+F4 Close All  Ctrl+K Ct rl+W Reopen closed editor Ctrl+Shif t+T Enter Keep preview Ctrl+K 󰅂Display Toggle full screen  F11 Toggle editor layout (horizontal/vertical)  Shift+Alt +0 Zoom in/out  Ctrl+ = / - Toggle Sidebar visibility  Ctrl+B Show Explorer / Toggle focus  Ctrl+Shif t+E Show Search  Ctrl+Shif t+F 󰏪 󰅢
  • 2. up/downmode editor open  Open next  Ctrl+Tab Open previous  Ctrl+Shif t+Tab Copy path of active le Ctrl+K P Reveal active le in Explorer  Ctrl+K R Show active le in new window/instance Ctrl+K O Show Source Control  Ctrl+Shif t+G Show Debug  Ctrl+Shif t+D Show Extensions  Ctrl+Shif t+X Replace in les  Ctrl+Shif t+H Toggle Search details  Ctrl+Shif t+J Show Output panel  Ctrl+Shif t+U Open Markdown preview  Ctrl+Shif t+V Open Markdown preview to the side  Ctrl+K V Zen Mode (Esc Esc to exit) Ctrl+K Z 󰅂 Rich languages editing Trigger suggestion  Ctrl+Spac e Trigger parameter hints  Ctrl+Shif t+Space Format document  Shift+Alt +F Format selection  Ctrl+K Ct rl+F Go to De nition  F12 Peek De nition  Alt+F12 Open De nition to the side  Ctrl+K F1 2 Quick Fix  Ctrl+. Show References  Shift+F1 2 Rename Symbol  F2 Trim trailing whitespace  Ctrl+K Ct rl+X Change le language Ctrl+K M 󰅂Editor management Close editor  Ctrl+F4, Ctrl+W Close folder  Ctrl+K F Split editor  Ctrl+ Focus into 1 st, 2nd or 3rd editor group  Ctrl+ 1 / 2 / 3 Focus into previous/next editor group  Ctrl+K Ct rl+ ←/→ Move editor left/right  Ctrl+Shif t+PgUp / PgDn Move active editor group Ctrl+K ← / → 󰅂Debug Toggle breakpoint  F9 Start/Continue  F5 Stop Shift+F5 Step into/out  F11 / Shi ft+F11 Step over  F10 Show hover Ctrl+K Ct rl+I 󰅂Integrated terminal Show integrated terminal  Ctrl+` Create new terminal  Ctrl+Shif t+` Copy selection  Ctrl+C Paste into active terminal  Ctrl+V Scroll up/down  Ctrl+↑ / ↓ 󰅂Navigation Show all Symbols  Ctrl+T Go to Line...  Ctrl+G Go to File...  Ctrl+P Go to Symbol...  Ctrl+Shif t+O Show Ctrl+Shif 󰅂Basic editing Ctrl+X Cut line (empty selection)  Ctrl+C Copy 󰏪 󰅢
  • 3. Scroll page up/down  Shift+PgU p / PgDn Scroll to top/bottom Ctrl+Hom e / End Problems panel  t+M Go to next error or warning  F8 Go to previous error or warning  Shift+F8 Navigate editor group history  Ctrl+Shif t+Tab Go back / forward Alt+ ← / → line (empty selection)  Move line up/down  Alt+ ↑ / ↓ Copy line up/down  Shift+Al t + ↓ / ↑ Delete line  Ctrl+Shif t+K Insert line below  Ctrl+Ente r Insert line above  Ctrl+Shif t+Enter Jump to matching bracket  Ctrl+Shif t+ Indent/outdent line  Ctrl+] / [ Go to beginning/end of line  Home / En d Go to beginning of le  Ctrl+Hom e Go to end of le  Ctrl+End Scroll line up/down  Ctrl+↑ / ↓ Scroll page up/down  Alt+PgUp / PgDn Fold (collapse) region  Ctrl+Shif t+[ Unfold (uncollapse) region  Ctrl+Shif t+] Fold (collapse) all subregions  Ctrl+K Ct rl+[ Unfold (uncollapse) all Ctrl+K Ct rl+] 󰏪 󰅢
  • 4. CheatSheetMaker.com SimpleCheatSheet.com subregions  Fold (collapse) all regions  Ctrl+K Ct rl+0 Unfold (uncollapse) all regions  Ctrl+K Ct rl+J Add line comment  Ctrl+K Ct rl+C Remove line comment  Ctrl+K Ct rl+U Toggle line comment  Ctrl+/ Toggle block comment  Shift+Alt +A Toggle word wrap Alt+Z 󰏪 󰅢