vscode (Visual Studio Code) is a free and open source modern lightweight code editor that supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, and code snippets for almost all mainstream development languages. , code comparison Diff, GIT and other features, supports plug-in extensions, and is optimized for web development and cloud application development.
#How to install plug-ins for vscode?
1. First open our VS Code software, and then we need to click "Extension" on the left side of the VS Code software, or hold down the Ctrl shift I key on the keyboard at the same time to enter the "Extension" interface
#2. Enter the plug-in you want to install in the search box of the "Extensions" interface, and click the "Install" button to install it.
Example: Enter C/C and install the C/C plug-in
Related recommendations:vscode tutorial
The above is the detailed content of How to install plug-ins for vscode?. For more information, please follow other related articles on the PHP Chinese website!