Development Tools
VSCode
[Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks)[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)](https://img.php.cn/upload/article/000/000/024/62fa2dff56621435.jpg?x-oss-process=image/resize,p_40)
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 entershell 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) [Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks)](https://img.php.cn/upload/article/000/000/024/f0da999c4a3fee9331dd7f27a7b9ea89-1.gif?x-oss-process=image/resize,p_40)
100 times in the code, it will obviously be very troublesome to manually modify it one by one.
Use the shortcut keyshift cmd l to select all the names that appear in the code and rename them in batches.
Multiple selection mode
Multi-line editing is supported in many development tools because it has many application scenarios , and very efficient.
![[Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks) [Compilation and Sharing] Commonly used and efficient tips in VSCode (wonderful skills and tricks)](https://img.php.cn/upload/article/000/000/024/d5a69d0d5c51455b060272dd02b113ad-2.gif?x-oss-process=image/resize,p_40)
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.
shift cmd P will bring up the command panel, giving you access to all the features of VS Code.
- 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.
Navigation shortcut keys
-
shift cmd FSearch -
shift ctrl GSource code management -
cmd shift DRun panel cmd shift Properties- cmd j
Use the terminal, question, output, debug console to switch the bottom panel that opens Common shortcut keys-
alt ZToggle 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 right
Move the cursor to the end of the current linealt left/ - alt right
Move the cursor word by wordctrl -/ - ctrl shift -
Back and forwardshift ctrl cmd left/ - shift ctrl cmd right
Expand or shrink block selectionF12/ - cmd click
Jump to definitionEditing shortcut key -
cmd ##/shift up
alt down
/- alt up
- Move up and down one line
- /
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!
Visual Studio vs. VS Code: Which is Better for Your Project?Apr 14, 2025 am 12:03 AMVisualStudio 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 OptionsApr 13, 2025 am 12:03 AMVisual 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 BenefitsApr 12, 2025 am 12:06 AMVisualStudio 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?Apr 10, 2025 am 09:44 AMFree 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?Apr 09, 2025 am 12:19 AMThe 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?Apr 08, 2025 am 12:16 AMVSCode 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?Apr 07, 2025 am 12:09 AMTo 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?Apr 06, 2025 am 12:13 AMYes,VSCodeiscompatiblewithWindows8.1)DownloadtheinstallerfromtheVSCodewebsiteandensurethelatest.NETFrameworkisinstalled.2)Installextensionsusingthecommandline,notingsomemayloadslower.3)Manageperformancebyclosingunnecessaryextensions,usinglightweightt


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

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
Powerful PHP integrated development environment

Atom editor mac version download
The most popular open source editor

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Mac version
God-level code editing software (SublimeText3)





