Sublime 必知必会(持续更新)

1.格式化代码

Edit - Line - Reindent(中文路径则是:编辑 - 行 - 再次缩进)

2.分屏显示

view-layout-Columns:2(中文路径则是:查看 - 布局 - 列:2)

3.生成HTML文档头部

安装emmet

1)Ctrl + Shift + P

2)在弹出来的输入框中输入install package

3)在第二次弹出来的输入框中输入emmet

4)重启Sublime

5)新建一个空白HTML文档,在文档中输入英文   !    按   Tab   键

4.Sublime支持检测javascript代码

安装sublimeLinter-jshint

Before this plugin will activate, you *must* follow the installation
instructions here:

https://github.com/SublimeLinter/SublimeLinter-jsxhint

原文地址:https://www.cnblogs.com/wangshuyi/p/6677141.html