sublime Text使用技巧及常用插件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sublime Text使用技巧及常用插件相关的知识,希望对你有一定的参考价值。

语法:

http://docs.emmet.io/cheat-sheet/

http://www.iteye.com/news/27580

http://www.w3cplus.com/tools/emmet-cheat-sheet.html

//安装Packgae Control:
//Ctrl+`  :
import urllib.request,os; pf = ‘Package Control.sublime-package‘; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), ‘wb‘).write(urllib.request.urlopen( ‘http://sublime.wbond.net/‘ + pf.replace(‘ ‘,‘%20‘)).read())
//快捷键映射
[
    {"keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
        [
            { "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\‘\\\"\\ %>\\}\\;\\,]", "match_all": true },
            { "key": "preceding_text", "operator": "not_regex_match", "operand": "^.*\\{$", "match_all": true  },
            { "key": "auto_complete_visible", "operator": "equal", "operand": false }
        ]
    },
  //以下为Trailing Space插件 一键删除多余空格 { "keys":["ctrl+alt+d"], "command":"delete_trailing_spaces"}, { "keys":["ctrl+alt+o"], "command":"toggle_trailing_spaces"} ]
//Setting-user
//class名含有减号时可以一起选择 "word_separators":"./\\()\"‘:,.;<>[email protected]#$%^&*|+=[]{}`~?"
Wrap with Abbreviation文本编辑技巧
//常用插件
Emmet Theme - SoDaReloaded//代码风格 { "theme": "SoDaReloaded Dark.sublime-theme" } SideBarEnhancements//侧栏右键功能增强 SublimeTmpl //快速创建文件类型 autoFileName// 自动提示url Html-css-javascript-prettify //格式化代码 AlignTab //对齐 AutoFileName //自动补全url Bracket HighLighter //括号高亮显示 Trailing Space //高亮显示多余空格 Goto-CSS-Declaration //定位到css定义

以上是关于sublime Text使用技巧及常用插件的主要内容,如果未能解决你的问题,请参考以下文章

Sublime TEXT3安装及常用插件

Sublime TEXT3安装及常用插件

sublime text3 高效插件及常用快捷键

常用的sublime text 3插件(很爽哦)

常用的sublime text 3插件(很爽哦)

sublime Text使用技巧及常用插件