Home  >  Article  >  Development Tools  >  Memorize these VSCode shortcut keys to improve your development efficiency!

Memorize these VSCode shortcut keys to improve your development efficiency!

青灯夜游
青灯夜游forward
2021-03-31 10:39:1211211browse

This article will share with you vscode shortcut keys to improve development efficiency. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

Memorize these VSCode shortcut keys to improve your development efficiency!

In daily development, using VsCode shortcut keys can improve development efficiency!

Commonly used General

Press Function
Ctrl Shift P, F1 Show Command Palette
Ctrl P Quick Open
Ctrl Shift N New window/instance
Ctrl Shift W Close window /InstanceClose window/instance

Basic editing

##Ctrl XCut line (empty selection)Ctrl CCopy line (empty selection)Alt ↑ / ↓Up /Move line up/down##Shift Alt ↓ / ↑Ctrl Shift KCtrl EnterCtrl Shift EnterCtrl Shift \Ctrl ] / [##HomeGo to beginning of lineEndGo to end of lineCtrl HomeGo to the beginning of fileCtrl EndGo to the end of fileCtrl ↑ / ↓Scroll line up/downAlt PgUp / PgDownScroll page up/downCtrl Shift [Fold (collapse) regionCtrl Shift ]Unfold (uncollapse) region Fold (collapse) all subregionsUnfold (uncollapse) all subregions Fold (collapse) all regionsUnfold (uncollapse) all regionsAdd line comment Add line commentRemove line commentToggle line commentToggle line commentToggle block commentToggle word wrap
Press Function
Copy line up/down
Delete line
Insert line below
Insert line above
Jump to matching brackets Jump to matching bracket
Indent/outdent line
##Ctrl K Ctrl [
Ctrl K Ctrl ]
Ctrl K Ctrl 0
Ctrl K Ctrl J
Ctrl K Ctrl C
Ctrl K Ctrl U
Ctrl /
Shift Alt A
Alt Z

Recommended learning: "vscode tutorial"

Navigation

##Ctrl Shift TabNavigation editor group HistoryNavigate editor group historyAlt ←/→Go back / forwardCtrl MToggle Tab moves focus
Press Press Function
Ctrl T Show all Symbols
Ctrl G Go to Line...
Ctrl P Go to File...
Ctrl Shift O Go to Symbol...
Ctrl Shift M Show Problems panel
F8 Go to next error or warning
Shift F8 Go to previous error or warning

Search and replace

##Press##Ctrl FFindCtrl HReplaceF3 / Shift F3Find next/previousAlt EnterSelect all occurences of Find matchCtrl Dwill select Add selection to next Find matchCtrl K Ctrl DMove last selection to next Find matchAlt C / R / WToggle case-sensitive / regex / whole wordMulti-cursor and selection
Function

PressFunction Alt ClickInsert cursorCtrl Alt ↑/↓Insert cursor above / belowUndo last cursor operationInsert cursor at end of each line selectedSelect current line##Ctrl Shift LSelect all occurrences of current selectionCtrl F2Select all occurrences of current wordShift Alt →Expand selectionShift Alt ←Shrink selectionShift Alt (drag the mouse)Column (box) selectionColumn (box) selection
##Ctrl U
Shift Alt I
Ctrl I
##Ctrl Shift Alt (arrow key) Column (box) selectionColumn (box) selection
Ctrl Shift Alt PgUp / PgDown Column (box) selection page up/down

Rich languages ​​editing

##Ctrl Shift SpaceTrigger parameter hintsTabEmmet expand abbreviationShift Alt FFormat documentCtrl K Ctrl FFormat selectionF12Go to definitionGo to DefinitionAlt F12Peek DefinitionCtrl K F12Open definition to edge Open Definition to the sideCtrl .Quick FixShift F12Display ReferenceShow ReferencesF2Rename SymbolRename Symbol##Ctrl Shift ./,Ctrl K Ctrl XCtrl K M##Editor managementEditor management
Press Function
Ctrl Space Trigger suggestionTrigger suggestion
Replace with next/previous value
Trim trailing whitespace
Change file language

PressFunction##Ctrl F4, Ctrl WClose the editor Close editorClose folderClose folderSplit edit Split editorFocus into 1st, 2nd or 3rd editor groupFocus into previous/next editor groupMove editor left/right##Ctrl K ← / →Move Move active editor groupFile managementFile management
Ctrl K F
Ctrl \
Ctrl 1 / 2 / 3
Ctrl K Ctrl ←/→
Ctrl Shift PgUp / PgDown

Press

FunctionNew FileNew File
##Ctrl N
Ctrl O Open File...
Ctrl S SaveSave
Ctrl Shift S Save As... Save As...
Ctrl K S Save AllSave All
Ctrl F4 Close
Ctrl K Ctrl W Close allClose All
Ctrl Shift T Reopen closed editor
Ctrl K Enter Keep Open
Ctrl Tab Open nextOpen next
Ctrl Shift Tab Open previous Open previous
Ctrl K P Copy path of active file
Ctrl K R Reveal active file in Explorer
Ctrl K O Show active file in new window/instance

Display

##Ctrl BToggle Sidebar visibility Toggle Sidebar visibility Ctrl Shift EShow Explorer / Toggle focusCtrl Shift FShow SearchShow SearchCtrl Shift G Show Git Show GitCtrl Shift DShow DebugShow DebugCtrl Shift XShow extensionsShow ExtensionsCtrl Shift HReplace files Replace in filesCtrl Shift JToggle Search detailsCtrl Shift C Open new command prompt/terminalCtrl Shift UShow Output panelCtrl Shift VToggle Markdown previewToggle Markdown previewCtrl K VOpen Markdown preview to the side
Press Function
F11 Toggle full screenToggle full screen
Shift Alt 1 Toggle editor layoutToggle editor layout
Ctrl = / - Zoom in/outZoom in/out

DebugDebug

##PressF9F5Shift F5F11 / Shift F11F10Ctrl K Ctrl I
Function
Toggle breakpoint
Start/ContinueStart/ Continue
Stop
Next/Previous step Step into/out
SKIPStep over
Display HoverShow hover
Integrated terminalIntegrated terminal

PressCtrl `Ctrl Shift `Ctrl Shift C Ctrl Shift VCtrl ↑ / ↓Shift PgUp / PgDownCtrl Home / EndFor more programming-related knowledge, please visit:
Function
Show integrated terminal
Create new terminal
Copy selectionCopy selection
Paste into active terminal
Scroll up/down
Scroll page up/down
Scroll to top/bottom
Programming Video

! !

The above is the detailed content of Memorize these VSCode shortcut keys to improve your development efficiency!. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete