关于Sublime Text 3

[size=medium][url=http://www.cnblogs.com/bananaplan/p/Sublime-Text-3-Powerful.html]Sublime Text 3 绝对神器[/url]
[url]https://github.com/jikeytang/sublime-text[/url]

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

Edit -> Line -> Reindent

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

Preference -> Key Bindings -user
中 括号内添加(比如添加:ctrl + alt + f)
[b]{ "keys": ["ctrl+alt+f"], "command": "reindent" }[/b]
[/size]
via http://blog.csdn.net/vic___/article/details/12615089

你可能感兴趣的:(Web前端)