插件

ayu
A File Icon
FileIcons 更全
autojs
Anaconda 关闭白框 {"anaconda_linting": false}
Babel
Babel Snippets
Baobab React ES6 Snippets
ChinsesLocalizations
ChineseLoremlpsum
Compare Side-By-Side
Color Highlighter
Dart
Emmet
ESLint
ESLint-Formatter
FileHeader 添加头部信息 mac失效
FuzzyFilePath
GoSublime
HTML Snippets
HTMLBeautify
Intent XML
JavaScript Snippets
Kotlin
LiveReload
LSP
Markdown相关
  • MarkdownPreview
{ "enable_autoreload": true }
  • LiveLoad: Enable ‘Simple Load’
Materialize
Pretty Json
PyTest
Pytest Snippets
PackageResourceViewer
React Development Snippets rcc不提示
React IDE
React Templates
react-native-snippets
RobotFrameworkAssistant
Sass
SASS Snippets
Sublime ES7 React Redux ReactNative JS snippets rcc提示
SublimeLinter-jsxhint
SublimeREPL
SublimeLinter
Sublimerge Pro
SideBarEnhancements 增强右键菜单文件操作功能
Terminal Open terminal in current file path
Terminus
  • 修改字体需修改terminus配置字体
    • { "view_settings": { "font_face": "Meslo LG M Regular for Powerline", "font_size": 16 } }
  • Alt-Left/Right to move between words (Unix)
Toggle Dark Mode 切换深色浅色模式
TypeScript
TypeScript Syntax
TypescriptCompletion
URLEncode
zzz A File Icon zzz

快捷键

[ { "keys": ["ctrl+t"], "command": "toggle_terminus_panel" }, //在底部打开Terminus { "keys": ["ctrl+shift+t"], "command": "terminus_open" }, // 在新窗口打开Terminus { "keys": ["ctrl+w"], "command": "terminus_close" }, // 关闭Terminus { "keys": ["ctrl+shift+s"], "command": "toggle_terminus_panel", "args": { "cmd": "yarn", "cwd": "prettier --parser=typescript --write" } }, // 使用Terminus运行Prettier美化ts代码 { "keys": ["ctrl+l"], "command": "toggle_dark_mode" }, // Dark mode { "keys": ["ctrl+j"], "command": "pretty_json" }, // pretty json { "keys": ["ctrl+x"], "command": "indent_xml" }, // pretty xml { "keys": ["ctrl+s"], "command": "toggle_side_bar" }, // 开启/关闭侧边栏 { "keys": ["f11"], "command": "reveal_in_side_bar" }, // 在侧边栏中显示 { "keys": ["ctrl+0"], "command": "opened_files", "args": { "focus": true, } } // opened_files ]
badge