Home  >  Article  >  Software Tutorial  >  What to do if the file saved by Vscode is automatically formatted_How to solve the problem of automatic formatting of the file saved by Vscode

What to do if the file saved by Vscode is automatically formatted_How to solve the problem of automatic formatting of the file saved by Vscode

王林
王林forward
2024-04-02 14:34:14505browse

The editor of php will take you to learn how to implement automatic formatting of Vscode retained files. In daily programming, keeping the code style clean has always been the goal pursued by developers. Vscode is a powerful code editor that provides automatic code formatting. But how to achieve automatic formatting when saving files? This problem can be easily solved by setting the relevant configuration options of Vscode. Next, we will introduce in detail how to configure Vscode to achieve the function of retaining automatic file formatting.

1. First open the installed Vscode and click the extension icon on the left. As shown in the picture.

What to do if the file saved by Vscode is automatically formatted_How to solve the problem of automatic formatting of the file saved by Vscode

2. Then enter a js in the extension input field, then find the installed js-css-html-formatter, and then disable the extension. As shown in the picture.

What to do if the file saved by Vscode is automatically formatted_How to solve the problem of automatic formatting of the file saved by Vscode

3. Finally, js-css-html-formatter will become disabled. Re-save the file and you will see that the code is not automatically formatted. As shown in the picture.

What to do if the file saved by Vscode is automatically formatted_How to solve the problem of automatic formatting of the file saved by Vscode

The above is the detailed content of What to do if the file saved by Vscode is automatically formatted_How to solve the problem of automatic formatting of the file saved by Vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:zol.com.cn. If there is any infringement, please contact admin@php.cn delete