Home > Article > Development Tools > How does notepad++ format js code
Sometimes when we open a js file, it will be displayed in this way (recommended learning: notepad )
This is obviously not conducive to our viewing and learning. Fortunately, Notepad provides us with a plug-in that can format js files. The steps are as follows:
Step 1:
Open Notepad, select the plug-in----->Plugin Manager -----> Show Plugin Manager, as shown in the figure
Second step:
Select JSTool and click Install
Finally select the JSTool plug-in installed before, Click JSFormat to format the js file.
The above is the detailed content of How does notepad++ format js code. For more information, please follow other related articles on the PHP Chinese website!