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
Visual Studio Professional and Enterprise: Paid Versions and FeaturesVisual Studio Professional and Enterprise: Paid Versions and FeaturesMay 10, 2025 am 12:20 AM

The difference between VisualStudioProfessional and Enterprise is in the functionality and target user groups. The Professional version is suitable for professional developers and provides functions such as code analysis; the Enterprise version is for large teams and has added advanced tools such as test management.

Choosing Between Visual Studio and VS Code: The Right Tool for YouChoosing Between Visual Studio and VS Code: The Right Tool for YouMay 09, 2025 am 12:21 AM

VisualStudio is suitable for large projects, VSCode is suitable for projects of all sizes. 1. VisualStudio provides comprehensive IDE functions, supports multiple languages, integrated debugging and testing tools. 2.VSCode is a lightweight editor that supports multiple languages ​​through extension, has a simple interface and fast startup.

Visual Studio: A Powerful Tool for DevelopersVisual Studio: A Powerful Tool for DevelopersMay 08, 2025 am 12:19 AM

VisualStudio is a powerful IDE developed by Microsoft, supporting multiple programming languages ​​and platforms. Its core advantages include: 1. Intelligent code prompts and debugging functions, 2. Integrated development, debugging, testing and version control, 3. Extended functions through plug-ins, 4. Provide performance optimization and best practice tools to help developers improve efficiency and code quality.

Visual Studio vs. VS Code: Pricing, Licensing, and AvailabilityVisual Studio vs. VS Code: Pricing, Licensing, and AvailabilityMay 07, 2025 am 12:11 AM

The differences in pricing, licensing and availability of VisualStudio and VSCode are as follows: 1. Pricing: VSCode is completely free, while VisualStudio offers free community and paid enterprise versions. 2. License: VSCode uses a flexible MIT license, and the license of VisualStudio varies according to the version. 3. Usability: VSCode is supported across platforms, while VisualStudio performs best on Windows.

Visual Studio: From Code to ProductionVisual Studio: From Code to ProductionMay 06, 2025 am 12:10 AM

VisualStudio supports the entire process from code writing to production deployment. 1) Code writing: Provides intelligent code completion and reconstruction functions. 2) Debugging and testing: Integrate powerful debugging tools and unit testing framework. 3) Version control: seamlessly integrate with Git to simplify code management. 4) Deployment and Release: Supports multiple deployment options to simplify the application release process.

Visual Studio: A Look at the Licensing LandscapeVisual Studio: A Look at the Licensing LandscapeMay 05, 2025 am 12:17 AM

VisualStudio offers three license types: Community, Professional and Enterprise. The Community Edition is free, suitable for individual developers and small teams; the Professional Edition is annually subscribed, suitable for professional developers who need more functions; the Enterprise Edition is the highest price, suitable for large teams and enterprises. When selecting a license, project size, budget and teamwork needs should be considered.

The Ultimate Showdown: Visual Studio vs. VS CodeThe Ultimate Showdown: Visual Studio vs. VS CodeMay 04, 2025 am 12:01 AM

VisualStudio is suitable for large-scale project development, while VSCode is suitable for projects of all sizes. 1. VisualStudio provides comprehensive development tools, such as integrated debugger, version control and testing tools. 2.VSCode is known for its scalability, cross-platform and fast launch, and is suitable for fast editing and small project development.

Visual Studio vs. VS Code: Comparing the Two IDEsVisual Studio vs. VS Code: Comparing the Two IDEsMay 03, 2025 am 12:04 AM

VisualStudio is suitable for large projects and Windows development, while VSCode is suitable for cross-platform and small projects. 1. VisualStudio provides a full-featured IDE, supports .NET framework and powerful debugging tools. 2.VSCode is a lightweight editor that emphasizes flexibility and extensibility, and is suitable for various development scenarios.

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor