扫码关注官方订阅号
我是按照这个配置的https://github.com/sergeche/emmet-sublime#tab-key-handler
http://ued.fanxing.com/emmet/终于解决了,PyV8必须要和Emmet同目录
set syntax 使用 babel
Ctrl + E 可以补全
Ctrl + E
https://gist.github.com/jerryshew/3659091b82af3aae49df
// add to Preferences > Key Bindings - User // see http://stackoverflow.com/a/26619524 for context { "keys": ["tab"], "command": "expand_abbreviation_by_tab", "context": [ { "operand": "source.js", "operator": "equal", "match_all": true, "key": "selector" }, { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true } ] }, { "keys": ["tab"], "command": "next_field", "context": [ { "key": "has_next_field", "operator": "equal", "operand": true } ] }
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
http://ued.fanxing.com/emmet/
终于解决了,PyV8必须要和Emmet同目录
set syntax 使用 babel
Ctrl + E可以补全https://gist.github.com/jerryshew/3659091b82af3aae49df