How to set highlighting in vscode?
After opening vscode, click the extension icon on the left.
Related recommendations: "vscode Usage Tutorial"
After opening, enter the extension you want to search for in the input box above.
For example, if we want to install a highlight display supported by react code, we can enter the react keyword to search, and we can see many related plug-ins. Click to open one.
Then click the install button here on the right to install.
#Or install a cjsx plug-in, which also highlights react code.
After installation, when we open the react-related code, it will be highlighted.
vscode supports many languages, and there are many corresponding plug-ins that can be downloaded and installed, such as php, sql, etc. You can download and install plug-ins to highlight the code.
The above is the detailed content of How to set highlighting in vscode. For more information, please follow other related articles on the PHP Chinese website!