sublime text各种版本下载:http://sublimetext.iaixue.com/dl/
1、安装Package Control
快捷键: ctrl+`
粘贴内容后Enter:
import urllib.request,os,hashlib; h = 'eb2297e1a458f27d836c04bb0cbaf282' + 'd0e7a3098092775ccb37ca9d6b2e4b7d'; 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)
手动安装:
2、前端常用插件:
Emmet:自动补全功能
SublimeLinter : 高亮提示用户编写的代码中存在的不规范和错误的写法
HTML/CSS/JS Prettify : 对页面进行排版
ColorPicker: 调色板
css snippets: css 补全功能
AutoFileName: 文件或路径自动填充。
GutterColor: 颜色代码转化成颜色显示,安装方法: http://www.dbpoo.com/sublime-text3-gutter-color-install/
sass: css预处理器。安装方法:http://www.w3cplus.com/sassguide/install.html http://blog.dimpurr.com/sublime-sass/
alignment: 排版工具。
HTML5 : html标签。
3、php常用插件:
ConvertToUTF8: 支持 GBK, BIG5, EUC-KR, EUC-JP, Shift_JIS 等编码的插件
Bracket Highlighter :匹配括号,高亮显示
SideBar: 显示文件位置
SublimeCodeIntel:代码智能提示功能
DocBlockr:方便生成js、php、C++等语言注释。
SublimeLinter-php 语法检测 具体操作方法:http://my.oschina.net/cxz001/blog/204592
SublimeLinter-cppcheck 语法检测 http://www.yalewoo.com/cpp_sublimelinter.html SublimeLinter-jshint 语法检测 http://www.wiibil.com/website/sublimelinter-jshint-csslint.html
4、js常用插件:
jquery: jquery API提示功能
JsFormat : javascript的内容格式化。
Prefixr:为css3提供一些前缀
jslint: 只能检测js
eslint: 检测JSX、js、es6
5、boostrap插件
bootstrap 3 snippets
sublime text 官方插件排行榜:https://packagecontrol.io/browse/popular
其它插件介绍:http://blog.jobbole.com/79326/
6、记录编码时间插件:
sublime text快捷键:
Ctrl+Shift+ ↑↓ 光标所在一行上下移动
ALT+O 头文件与源文件切换
7、安装livereload 实现页面的自动刷新
参考链接:http://blog.csdn.net/chenhebing/article/details/50384314 其中第一步不用安装
8、codelf 变量命名匹配, 需要*, 官网介绍: https://github.com/unbug/codelf