python IDE之sublime真是个好东东

简捷轻爽,代码自动补齐。很好用。

 

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}\"",
        }
    ]
}

 

posted @ 2017-09-03 22:01  金明爱python  阅读(454)  评论(0编辑  收藏  举报