什麼編輯器適合寫Vue?

時間 2021-05-31 11:32:36

1樓:wxy

webstorm卡的難受,vscode功能性不如webstorm(可能是還有些不大會),求推薦真的好用的。vscode勉勉強強再用,感覺不是太得勁。以前用webtorm一點點也不卡,現在專案也才600M記憶體16只能跑1個專案。

2樓:an wang

當仁不讓的必須是HBuilderX啊。

對vue支援更完善的開發工具,無需外掛程式,ide的底層直接支援,其功能也遠非其他外掛程式開發者能做到的。

具體參考:文件 - DCloud問答

3樓:

所有支援Language Server Protocol的編輯器都適合Vue

理由是 vuejs/vetur 已經抽離出 Vue Language Server, npm install vue-language-server -g ,提供了全域性的命令 vls, 供編輯器使用

4樓:大樹

新版本webstorm已支援VUE指令。經過多個EAP版本,目前已公升級到2017.1 RC

RC:What's new in WebStorm 2017.1

原EAP:WebStorm EAP - WebStorm - Confluence

官方介紹:

Vue.js support

Vue.jssupport comes to WebStorm!

Enjoycoding assistancefor Vue template language and the language of your choice in thescript and style blocks of a .vue file. The IDE automaticallycompletesVue components andadds required importsfor them.

And we』re just getting started!

5樓:鍾東

我想知道websotrm寫vue檔案中的style...用sass寫,新增lang=sass不支援,求大神教我怎麼設定後支援sass的格式?

6樓:

1.8的vscode

---下個版本的vscode,如果不跳票

[html] CSS and JS autocomplete not working inside style and script tags respectively in html file · Issue #8928 · Microsoft/vscode · GitHub

7樓:ppppp

都沒人提atom,那我來個atom的吧

用的外掛程式是這個

btw:其實說實話vue的ide有那麼重要嗎,我原來沒安裝外掛程式的情況下,用個html format也感覺沒啥問題啊!

8樓:回到過去

編輯器的話就算了,我用ide webstorm這是截圖鏈結http://www.

什麼樣的 Python 編輯器比較適合新手?

劉永輝 對於完全沒有基礎的人,當然是用這個 新手或者寫爬蟲不建議sublime text,雖然介面好看,但是遇到漢字會報錯,不支援中文輸出,不能input,一直被坑到現在 Gloria Gao Sublime Text2 沒辦法執行raw input 報錯 EOFError EOF when rea...

python中有什麼編輯器和pycharm功能差不多但速度快一點,pycharm開啟速度實在是太慢了

永不言棄 asdfasfas 的回答確實有效,我補充一下原理。開啟pycharm的安裝目錄 C Program Files x86 JetBrains PyCharm 2016.2.3 bin下檔案pycharm.exe.vmoptions 修改預設 版本2016.2 的 server Xms128...

c語言編輯器哪個好用

不要在網上bb賴賴 Visual c 就算了,現在VS2019也可以,但是比較大,小巧一點的有Dev C 或者codeblocks。當然visual studio code也是乙個很好的選擇,顏值高,外掛程式多。 null 大一的時候學C語言用的是Sublime text和GCC,目前用VS Cod...