您的位置:首页 > 编程语言 > Python开发

sublime Python 完美配置

2016-09-18 09:39 274 查看
1. tab -> 4space

preferences->setting->user

"tab_size": 4,
"translate_tabs_to_spaces": true

2.beauty theme

material theme

3.SFTP

active code

{

    "email": "xiaosong@xiaosong.me",

    "product_key": "d419f6-de89e9-0aae59-2acea1-07f92a"

}

4.jump out comma

[

    {"keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":

        [

            { "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"\\ %>\\}\\;\\,]", "match_all": true },

            { "key": "preceding_text", "operator": "not_regex_match", "operand": "^.*\\{$", "match_all": true  },

            { "key": "auto_complete_visible", "operator": "equal", "operand": false }

        ]

    }

]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: