sublime3

今天在使用sublime编写前端文件时要使用js,无奈小白,对js语法不太通,所以安装了sublimeCodeIntel 号称前端编写神器,含有js代码等功能提示

然而安装完成以后重启sublime3以后,输入任意字符就会导致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
紧接着会出现弹窗

sublime3_第1张图片
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

你可能感兴趣的:(sublime3)