> 前提:已經(jīng)安裝 node.js。安裝插件 `HTML-CSS-JS Prettify`,修改node路徑,即可通過單擊右鍵 `HTML-CSS-JS Prettify` 中的 `Prettify Code` 使用代碼格式化功能 #### 1. 打開命令面板 --- ![](https://img.itqaq.com/art/content/e9eccb9fbcb1990eda4178feb5246df5.png) #### 2. 搜索插件 `HTML-CSS-JS Prettify` --- ![](https://img.itqaq.com/art/content/1948d31f0cacb36bbf7d973fd8cdddbd.png) #### 3. `node路徑錯誤` 的解決 --- **(1)單擊右鍵,點擊 `Pretty Code`** ![](https://img.itqaq.com/art/content/39ec11e092b2368a2c87c71b26f55692.png) **(2)出現(xiàn)以下提示就是需要配置`node.js`的路徑** ![](https://img.itqaq.com/art/content/772056df9dd1a4b05a0070a2c5b77dec.png) **(3)復(fù)制默認(rèn)插件配置文件,到用戶插件配置文件** ![](https://img.itqaq.com/art/content/2687158161f61f5c55cc5f66385b9498.png) **(4)打開用戶插件配置文件`Plugin Options - User`** a. 此時需要將 `node的安裝路徑`修改為正確的路徑 ![](https://img.itqaq.com/art/content/4b57391103fd9bc0f769e9e80eb248d6.png) b. `node.js`,打開命令窗口查看node路徑 ![](https://img.itqaq.com/art/content/c3e7ac3c564541f528a06442f25dc2c2.png) c. 路徑復(fù)制過去,并將路徑中的反斜線`\` 改為正斜線 `/` ![](https://img.itqaq.com/art/content/b07f9a4114b2b45674584e5eb2e30514.png) d. 此時就可以正常使用格式化功能了 ![](https://img.itqaq.com/art/content/8ccb58c4229b987f6f9609eafa1bed80.png)