3 回答

TA貢獻(xiàn)1815條經(jīng)驗(yàn) 獲得超13個(gè)贊
webstorm修改注釋顏色 file -> settings -> Editor ->Colors&Fonts -> HTML -> Comment -> 取消Use inherited attributes 的勾選 file -> settings -> Editor ->Colors&Fonts -> JavaScript -> Comment -> 取消Use inherited attributes 的勾選

TA貢獻(xiàn)1824條經(jīng)驗(yàn) 獲得超5個(gè)贊
WebStorm是一款前端開發(fā)IDE,是JS編輯神器,具有許多優(yōu)點(diǎn):瀏覽器支持細(xì)節(jié)提示、智能的代碼導(dǎo)航和搜索提示、支持Node.js、JavaScript單元測(cè)試、集成版本控制系統(tǒng)等。
工具/原料WebStorm
方法/步驟點(diǎn)擊工具欄中的“設(shè)置”圖標(biāo);點(diǎn)擊JavaScript-->Libraries選項(xiàng);點(diǎn)擊“Download”按鈕;彈出新的窗口,顯示“Fetching a list of libraries…”,等待加載完成;加載完成后,結(jié)果如下所示;選擇一個(gè)想要下載的文件后,點(diǎn)擊“download and install”,等待完成即可。如果在“Official libraries”中沒有找到想要的文件,可以切換到“TypeScript community stubs”,就會(huì)加載很長(zhǎng)的列表。然后,選擇一個(gè)想要下載的文件,點(diǎn)擊“download and install”,等待完成即可。END
添加回答
舉報(bào)