introductionIt is okay to add or not add a semicolon at the end of a js code sentence. Generally, when developing a team, a unified standard is required, either adding a semicolon or not. However, sometimes we can remember to add a semicolon, and sometimes we can't remember to add it. This will cause some of our codes to have semicolons and some not, which will be messy. To solve this problem, we can use a formatter to help us automatically add or remove semicolons at the end of sentences. The specific operation method is to type some js code first, and then use it to see the effect. If you have downloaded a lot of plug-ins and have a bunch of js formatters, then you need to configure the default formatter. Select Configure Default Formatter Select the js formatter that comes with VSCode Open Settings Open the settings json file Add a This attribute has three values. The first type "javascript.format.semicolons": "ignore", This is the default value of this property. When formatting, do not delete or add semicolons. It does not matter what happens. It is the same as when there is no configuration. I will not demonstrate it. The second "javascript.format.semicolons": "insert", When formatting, add a semicolon at the end of the sentence, the effect is as follows: The third type "javascript.format.semicolons": "remove", When formatting, no semicolon is added at the end of the sentence, and the effect is as follows: If you need other code formatting related configurations, you can send me a private message in the comment area. I may write a few more articles about formatting configuration in the future. This is the end of this article about how to automatically add or remove semicolons in VSCode formatted JS. For more information about VSCode formatted JS, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Docker executes a command in a container outside the container
>>: Using HTML web page examples to explain the meaning of the head area code
function 0. Display current time Command: select ...
Preface Recently, I encountered such a problem wh...
Automatic backup of MySQL database using shell sc...
The following installations all use the ~/ direct...
Table of contents 1. Introduction: 2. Prototype c...
Innodb includes the following components 1. innod...
The order in which the browser loads and renders H...
It took me half an hour to write the code, and th...
This tutorial shares the installation tutorial of...
1. getBoundingClientRect() Analysis The getBoundi...
Without further ado, I will post the code for you...
Configure tomcat 1. Click run configuration 2. Se...
Unicode is a character encoding scheme developed ...
Mysql commonly used display commands 1. Display t...
1. Installation process MySQL version: 5.7.18 1. ...