如何在VSCode安裝semistandard

1.首先安裝npm(Node.js)

請參考這個頁面https://www.runoob.com/nodejs/nodejs-install-setup.html

 

2.安裝SemiStandard

在powershell中運行

npm install semistandard

如果提示無法連接請參考這篇文章設置淘寶鏡像:https://blog.csdn.net/qq_39706570/article/details/96427371

3.在VSCode中安裝JavaScript Standard Style

直接在插件裏搜索即可:

4.打開設置

5.啓用插件

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章