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.
#Where to open the vscode configuration file?
Steps:
1. Open the vscode software
2. Key combination: cmd shift p, then search for Open Raw Default Settings and press Enter to open the default vscode configuration file.
Tips
If you want to update the contents of the settings to the default settings, open the settings: cmd shift p, search for setting , add this line in it: "workbench.settings.useSplitJSON": true, and then restart vscode
Related recommendations:vscode introductory tutorial
The above is the detailed content of Where to open the vscode configuration file?. For more information, please follow other related articles on the PHP Chinese website!