关于Sublime Text 3

Sublime Text 3 绝对神器
https://github.com/jikeytang/sublime-text

关于Emmet:
http://www.w3cplus.com/tools/using-emmet-speed-front-end-web-development.html
http://www.yunxiu.org/blog/article/5490.htm
http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/
在sublime中已经自建了格式化按钮:

Edit  ->  Line  ->  Reindent 

只是sublime并没有给他赋予快捷键,所以只需加上快捷键即可

Preference  ->  Key Bindings -user
中 括号内添加(比如添加:ctrl + alt + f)
{ "keys": ["ctrl+alt+f"], "command": "reindent" }

via http://blog.csdn.net/vic___/article/details/12615089

你可能感兴趣的:(Sublime Text)