今天在使用sublime編寫前端文件時要使用js髓迎,無奈小白,對js語法不太通,所以安裝了sublimeCodeIntel 號稱前端編寫神器狮杨,含有js代碼等功能提示
然而安裝完成以后重啟sublime3以后,輸入任意字符就會導(dǎo)致sublime崩潰
崩潰提示如下
"Could not import subprocess32 module, falling back to subprocess module"
error: plugin_host has exited unexpectedly, plugin functionality won't be available until Sublime Text has been restarted
緊接著會出現(xiàn)彈窗
687474703a2f2f74696e7975726c2e636f6d2f7a3874396c6b34.png
解決辦法:
卸載掉sublimeCodeIntel 安裝新版本Code Complice
安裝方法跟安裝其他插件一樣
Open command pallet (default: ctrl+shift+p)
Type package control install and select command Package Control: Install Package
Type complice and select "CodeComplice"
附上GitHub地址
https://github.com/spectacles/CodeComplice