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

王林
Release: 2024-04-02 14:34:14
forward
538 people have browsed it

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!

source:zol.com.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template