使用Atom開發React,一些實用的插件:
安裝:
點擊右側"install a package",出現左側搜索框,輸入要安裝的插件名,點擊"Packages"即可搜索插件
開發React 推薦安裝如下插件:
1.atom-ternjs JS語法提示
2.atom-beautify 用於格式化代碼
3.emmet 高效編碼
4.file-icons 文件彩色圖標
5.highlight-line 代碼行高亮
6.highlight-select 高亮選擇,雙擊選擇的內容,會自動高亮全篇中的該內容
使用命令行安裝插件,
輸入 apm install atom-ternjs
如果apm不能識別請用 npm install atom-ternjs