安装
配置
js
{
"always_show_minimap_viewport": true,
"enable_tab_scrolling": false,
"font_face": "Courier New",
"font_size": 18,
"show_encoding": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".Trash", ".Trash-*", "node_modules"],
"index_exclude_patterns": ["*.log", "node_modules/**", "vendor/**"],
"binary_file_patterns": [
"*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip",
"node_modules/**", "vendor/**"
],
"ignored_packages":
[
"Vintage",
]
}
常用插件
- ConvertToUTF8
- Dockerfile Syntax Highlighting
- EditorConfig
- Emmet
- Generic Config
- Gitignore
- GoSublime,配置参考如下:
js
{
"fmt_enabled": true
}
- JsFormat,配置参考如下:
js
{
"brace_style": "collapse-preserve-inline"
}
- LESS
- Pretty JSON,配置参考如下:
js
{
"brace_newline": false,
"bracket_newline": false
}
配置快捷键绑定:
js
[
{ "keys": ["super+ctrl+j"], "command": "pretty_json" }
]
- SCSS