sublime Python 完美配置

来源:互联网 发布:二建做题软件哪个好 编辑:程序博客网 时间:2024/05/22 20:27


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 }
        ]
    }
]

0 0
原创粉丝点击