Sublime Text Anaconda 设置 代码工具

package settings - anaconda - settings-User:

[
//{ "keys": ["f8"], "command": "build", "args": {"variant": "Run"} },
{ "keys": ["ctrl+alt+d"], "command": "delete_trailing_spaces" },//delete redundant spaces
{
	"keys":["f8"],
	"caption": "SublimeREPL: Python - RUN current file",
	"command": "run_existing_window_command", "args":
	{"id": "repl_python_run","file": "config/Python/Main.sublime-menu"}//run with SublimeREPL: Python - RUN current file
},
{ "keys": ["ctrl+shift+c"], "command": "cancel_build" },//kill current process
{ "keys": ["ctrl+alt+f"], "command": "alignment" },//align code

{ "keys": ["ctrl+alt+x"], "command": "autoprefixer" },//auto CSS prefix

]

posted @ 2021-09-09 11:14  __TRIX  阅读(62)  评论(0)    收藏  举报