简捷轻爽,代码自动补齐。很好用。
python3
{ "shell_cmd": "python3 -u "$file"", "file_regex": "^[ ]*File "(...*?)", line ([0-9]*)", "selector": "source.python", "env": {"PYTHONIOENCODING": "utf-8"}, "variants": [ { "name": "Syntax Check", "shell_cmd": "python3 -m py_compile "${file}"", } ] }