1 Sublimecodeintel(代码提示插件,可根据是python、java等自动代码提示)
2 https://github.com/titoBouzout/SideBarEnhancements (侧边栏,需要打开文件夹或者拉入文件夹,侧边栏才会出现)
3 pylinter (Python基本主题,通过下图选中安装的插件以及使用后的样式如下)
4 Python代码运行插件
SublimeRPEL快捷键设置,"首选项"→"按键绑定 - 用户",添加以下内容,按下F5就可以运行了
[ { "keys": ["f7"], "command": "toggle_setting", "args": { "setting": "word_wrap"} }, { "keys":["f5"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args":{ "id": "repl_python_run","file": "config/Python/Main.sublime-menu"}}]复制代码