search
HomeDevelopment ToolsVSCode[Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks)

VSCodeHow to use? What are some weird tricks? In order to give everyone a clearer understanding of VSCode, this article will share with you some of its efficient uses (weird tricks). I hope it will be helpful to you!

[Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks)

Different development tools can capture their own group of loyal users and supporters.

VS Code, Eclipse, IDEA, atom... which development tool is better? There has always been such a debate.

VS Code has become a popular development tool in recent years and has gradually been welcomed by more developers.

The reason why it is so popular is inseparable from its continuous innovation and breakthroughs.

Even so, many users still find VS Code difficult to use.

This is not difficult to understand. If a student who has used tool A suddenly migrates to tool B, even if it is already perfect, he can still find a lot of faulty points.

One of the reasons is due to usage habits, and the other is that developers don’t know enough about this new tool.

But one thing should be clear. As a popular development tool at the moment, VS Code also supports many excellent functions that other development tools have.

In order to let everyone understand VS Code more clearly, today I will introduce to you some of its efficient usage. [Recommended learning: "vscode introductory tutorial"]

Integrated terminal


In VS Code, Able to open the terminal directly. This eliminates the need to switch windows and avoid wasting time whether you are debugging code or executing terminal command line tools.

To use the VS Code terminal, you need to install it first. The installation steps are very simple and only require the following steps:

  • Start VS Code
  • shift cmd pOpen the command panel and enter shell command
  • Click to confirm

In this way, the development of the VS Code integrated terminal is completed.

Batch renaming


[Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks)

##Names play a vital role in the development process status. Function names, class names, variable names... In the process of writing code, we often deal with various names.

Renaming will be often used at this time. If a variable name appears

100 times in the code, it will obviously be very troublesome to manually modify it one by one.

Use the shortcut key

shift cmd l to select all the names that appear in the code and rename them in batches.

Based on the fact that it takes 5 seconds to rename once, this operation can take about 8 minutes.

Multiple selection mode


Multi-line editing is supported in many development tools because it has many application scenarios , and very efficient.


If there are multiple similar lines, this function is very practical. It can modify the content of multiple lines and multiple locations at the same time to avoid duplication of work.

[Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks)

alt click Each click will add a new cursor.

alt cmd down or alt cmd up will insert the cursor below or above respectively.

Command Panel


The Command Panel for VS Code makes VS Code fully accessible with just the keyboard.


Typing

shift cmd P will bring up the command panel, giving you access to all the features of VS Code.

Here are shortcuts for some of the most useful commands:

  • cmd P will allow you to navigate to any file or symbol by entering its name Symbol
  • ctrl tab will take you to the last set of files opened
  • shift cmd P will take you directly to the editor command
  • shift cmd O will allow you to navigate to a specific symbol in the file
  • ctrl g will allow you to navigate to a specific line in the file

Shortcut keys


Shortcut keys often put a burden on the user’s memory, but if they are used frequently, integrate them into For your own habits, the next step is to improve efficiency.


Next, let’s introduce some useful shortcut keys for VS Code. You don’t need to remember them all, just remember some that fit your usage scenario.

Navigation shortcut keys

  • shift cmd F Search
  • shift ctrl G Source code management
  • cmd shift D Run panel
  • cmd shift Properties
  • cmd j Use the terminal, question, output, debug console to switch the bottom panel that opens
  • Common shortcut keys
  • alt Z
  • Toggle automatic line wrapping. If the lines in the file are long and you need to see everything without formatting each line.

cmd F Search the current file

  • alt shift left/alt shift right
  • Select by word
  • cmd D
  • Find and select the next occurrence of the currently selected word.
  • cmd down/cmd up
  • Move the cursor to the end/beginning of the current file
  • cmd left
  • /
  • cmd rightMove the cursor to the end of the current linealt left
  • /
  • alt rightMove the cursor word by word ctrl -
  • /
  • ctrl shift - Back and forwardshift ctrl cmd left
  • /
  • shift ctrl cmd rightExpand or shrink block selection F12
  • /
  • cmd clickJump to definition
  • Editing shortcut key
  • cmd ##/
  • shift up
Move selection up and down

alt down

/
    alt up
  • Move up and down one line
  • shift alt down
  • /shift alt upCopy the row or selection and paste below or above the row or selection
  • Conclusion
  • If you remember these efficient ways to use VS Code, you will find that it is much more efficient than the operations you were accustomed to before.
  • No one can reach a thousand miles without taking small steps. Perhaps for a small amount of operations, the changes it brings cannot be felt. However, if in the development process of a large project, the changes brought by a tool The impact will be highlighted.
  • Through these efficient operations, VS Code allows you to focus on the coding itself without being affected by tool-level obstacles that affect development efficiency. The above is all the content shared this time. If you think the article is not bad, welcome to follow the official account: Python Programming Learning Circle
  • , share daily useful information, and you can get it by sending "J" A large number of learning materials, covering Python e-books, tutorials, database programming, Django, crawlers, cloud computing, etc. Or go to the Programming Learning Network to learn more about programming technology.

For more knowledge about VSCode, please visit: vscode tutorial!

The above is the detailed content of [Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks). For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:segmentfault. If there is any infringement, please contact admin@php.cn delete
Visual Studio vs. VS Code: Which is Better for Your Project?Visual Studio vs. VS Code: Which is Better for Your Project?Apr 14, 2025 am 12:03 AM

VisualStudio is suitable for large projects and development scenarios that require strong debugging capabilities, while VSCode is suitable for scenarios that require flexibility and cross-platform development. VisualStudio provides a comprehensive development environment, supports .NET development, and integrates debugging tools and project management functions. VSCode is known for its lightweight and extensibility. It supports multiple programming languages ​​and enhances functions through plug-in systems, and is suitable for modern development processes.

Visual Studio: Exploring Pricing and Licensing OptionsVisual Studio: Exploring Pricing and Licensing OptionsApr 13, 2025 am 12:03 AM

Visual Studio is available in three versions: Community Free Edition is for individuals and small teams, Professional Paid Edition is for professional developers and small and medium teams, and Enterprise Ultimate Edition is for large enterprises and complex projects.

Visual Studio's Value: Weighing the Cost Against Its BenefitsVisual Studio's Value: Weighing the Cost Against Its BenefitsApr 12, 2025 am 12:06 AM

VisualStudio is highly valuable in .NET development because it is powerful and comprehensive. Despite the high cost and resource consumption, the efficiency improvement and development experience it brings is significant. Community is ideal for individual developers and small teams; large enterprises are suitable for Professional or Enterprise.

Visual Studio's Availability: Which Editions Are Free?Visual Studio's Availability: Which Editions Are Free?Apr 10, 2025 am 09:44 AM

Free versions of VisualStudio include VisualStudioCommunity and VisualStudioCode. 1. VisualStudioCommunity is suitable for individual developers, open source projects and small teams. It is powerful and suitable for individual projects and learning programming. 2. VisualStudioCode is a lightweight code editor that supports multiple programming languages ​​and extensions. It has a fast startup speed and low resource usage, making it suitable for developers who need flexibility and scalability.

How to install Visual Studio for Windows 8?How to install Visual Studio for Windows 8?Apr 09, 2025 am 12:19 AM

The steps to install VisualStudio on Windows 8 are as follows: 1. Download the VisualStudioCommunity2019 installation package from the official Microsoft website. 2. Run the installer and select the required components. 3. It can be used after installation is completed. Be careful to select Windows 8-compatible components and make sure there is sufficient disk space and administrator rights.

Can my computer run VS Code?Can my computer run VS Code?Apr 08, 2025 am 12:16 AM

VSCode can run on most modern computers as long as the basic system requirements are met: 1. Operating system: Windows 7 and above, macOS 10.9 and above, Linux; 2. Processor: 1.6GHz or faster; 3. Memory: at least 2GB RAM (4GB or higher recommended); 4. Storage space: at least 200MB of available space. By optimizing settings and reducing extended usage, you can get a smooth user experience on low-configuration computers.

How do I make a program compatible with Windows 8?How do I make a program compatible with Windows 8?Apr 07, 2025 am 12:09 AM

To make the program run smoothly on Windows 8, the following steps are required: 1. Use compatibility mode, detect and enable this mode through code. 2. Adjust API calls and select the appropriate API according to the Windows version. 3. Perform performance optimization, try to avoid using compatibility mode, optimize API calls and use general controls.

Does VS Code work on Windows 8?Does VS Code work on Windows 8?Apr 06, 2025 am 12:13 AM

Yes,VSCodeiscompatiblewithWindows8.1)DownloadtheinstallerfromtheVSCodewebsiteandensurethelatest.NETFrameworkisinstalled.2)Installextensionsusingthecommandline,notingsomemayloadslower.3)Manageperformancebyclosingunnecessaryextensions,usinglightweightt

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)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)