sublime text2 安装了 emmet
sublime text2 安装了 emmet 后 html:4s 加TAB不管用,感觉emmet这个插件就没有安装成功!困扰了有一晚上了,
求帮忙
注:
我在是unbuntu 12.04 下面安装的
enhin
9 years, 6 months ago
Answers
我刚才试了试 html:5可以展开
还有,html5之前的不是html4...
安装完这个之后 会要装pyv8引擎的,可以手动下载,具体在哪找你自行google或者baidu
更详细的教程
http://www.w3cplus.com/tools/emmet-cheat-sheet.html
THE YAN
answered 9 years, 6 months ago
问题原因:
PyV8没有安装好
修复步骤:
1. 升级python3.3
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.3
2. 去
https://github.com/emmetio/pyv8-binaries#readme
下载PyV8对应的版本
3. 把下载下来的 解压到:.config/sublime-text3/Installed Packages/PyV8/
如果PyV8目录没有,请创建
注意:此方法仅仅在Sublime Text 3上面验证过
幻or面orQ
answered 9 years, 6 months ago