二话不说,先上图
首先肯定是配置文件
{
"detect_indentation": false,
"font_size": 8,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"*/node_modules/*"
],
"tab_size": 4,
"translate_tabs_to_spaces": true
}
这个node_modules不注释的话,cpu占用贼高。
[
{
"keys":["alt+a"],
"caption": "SublimeREPL: Shell",
"command": "run_existing_window_command", "args":
{
"id": "repl_shell",
"file": "config/Shell/Main.sublime-menu"
}
}
]
这东西唯一的缺点就是没有tab补全,哭唧唧。
使用的插件有
- Anaconda 用于检测和补全Python语法
- SublimeTextTrans 用于窗口透明
- Localization 用于汉化界面