https://packagecontrol.io/installationhtml
第一步:python
The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+` shortcut or the View > Show Console menu. Once open, paste the appropriate Python code for your version of Sublime Text into the console. git
import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
web
This code creates the Installed Packages folder for you (if necessary), and then downloads the Package Control.sublime-package into it. The download will be done over HTTP instead of HTTPS due to Python standard library limitations, however the file will be validated using SHA-256.redis
Warning: Please do not redistribute the install code via another website. It will change with every release. Instead, please link to this page.django
第二步:sass
进入提供的相关环境sublime Text目录,点击运行app
ctrl + shift + p install package
经常使用工具包less
AdvancedNewFile Djaneiro Emmet less sass Git Side Bar HTML/CSS/JS Prettify Python PEP8 Autoformat SublimeCodeIntel ColorPicker OmniMarkupPreviewer
经常使用包使用说明ide
AdvancedNewFile 能够建立文件,也能够连目录和文件都建立 win+alt+n
Djaneiro django一些语法快速补齐功能,参考以下 https://packagecontrol.io/packages/Djaneiro
Emmet 快速缩写html,tab补齐,
代码简写扩展神器 ul#test>li*4 Ctrl+e展开上述指令
html:5 补齐html p.foo 补齐class p#foo 补齐id > 子元素符号,表示嵌套的元素 + 同级标签符号 ^ 可使该符号前的标签提高一行
Git 集成git ctrl+shift+p 输入git
Side Bar 折叠目录树 ctrl+k ctrl+b
HTML/CSS/JS Prettify 格式化代码 鼠标右键,从里面选
Python PEP8 Autoformat 格式化python代码 ctrl+shift+r
SublimeCodeIntel 自动匹配补全代码 ctrl+f3 调到变量定义的地方
ColorPicker 屏幕拾色器 ctrl+shift+c
ConvertToUTF8 直接在菜单栏中能够转,专为中文设计