search
HomeDevelopment ToolsVSCodeMemorize these VSCode shortcut keys to improve your development efficiency!

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. If there is any infringement, please contact admin@php.cn delete
Using Visual Studio: Developing Software Across PlatformsUsing Visual Studio: Developing Software Across PlatformsApr 17, 2025 am 12:13 AM

Cross-platform development with VisualStudio is feasible, and by supporting frameworks like .NETCore and Xamarin, developers can write code at once and run on multiple operating systems. 1) Create .NETCore projects and use their cross-platform capabilities, 2) Use Xamarin for mobile application development, 3) Use asynchronous programming and code reuse to optimize performance to ensure efficient operation and maintainability of applications.

How to format json with vscodeHow to format json with vscodeApr 16, 2025 am 07:54 AM

The ways to format JSON in VS Code are: 1. Use shortcut keys (Windows/Linux: Ctrl Shift I; macOS: Cmd Shift I); 2. Go through the menu ("Edit" > "Format Document"); 3. Install JSON formatter extensions (such as Prettier); 4. Format manually (use shortcut keys to indent/extract blocks or add braces and semicolons); 5. Use external tools (such as JSONLint and JSON Formatter).

How to compile vscodeHow to compile vscodeApr 16, 2025 am 07:51 AM

Compiling code in VSCode is divided into 5 steps: Install the C extension; create the "main.cpp" file in the project folder; configure the compiler (such as MinGW); compile the code with the shortcut key ("Ctrl Shift B") or the "Build" button; run the compiled program with the shortcut key ("F5") or the "Run" button.

How to install vscodeHow to install vscodeApr 16, 2025 am 07:48 AM

To install Visual Studio Code, please follow the following steps: Visit the official website https://code.visualstudio.com/; download the installer according to the operating system; run the installer; accept the license agreement and select the installation path; VSCode will start automatically after the installation is completed.

How to enlarge fonts with vscodeHow to enlarge fonts with vscodeApr 16, 2025 am 07:45 AM

The methods to enlarge fonts in Visual Studio Code are: open the settings panel (Ctrl, or Cmd,). Search and adjust "Font Size". Choose "Font Family" with the right size. Install or select a theme that provides the right size. Use keyboard shortcuts (Ctrl or Cmd) to enlarge the font.

How to connect to a remote server with vscodeHow to connect to a remote server with vscodeApr 16, 2025 am 07:42 AM

How to connect to a remote server through VSCode? Install Remote - SSH Extended Configuration SSH Create a Connection in VSCode Enter connection information: Host, Username, Port, SSH Key Double-click the saved connection in Remote Explorer

How to run vue with vscodeHow to run vue with vscodeApr 16, 2025 am 07:39 AM

Running a Vue project in VSCode requires the following steps: 1. Install the Vue CLI; 2. Create a Vue project; 3. Switch to the project directory; 4. Install project dependencies; 5. Run the development server; 6. Open the browser to visit http://localhost:8080.

How to compare two files with vscodeHow to compare two files with vscodeApr 16, 2025 am 07:36 AM

How to compare files in VSCode: 1. Open two files, 2. Enable the Differences view (View menu), 3. View the Differences (Add green, delete red, modify purple), 4. Use the arrow keys to navigate, 5. Accept or reject changes. Additional features include merging changes, copying changes, viewing details, and editing differences.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)