hexor
2013-03-29 12:40:47 +08:00
我来搬个砖好了 非原创 貌似上面有位提到了链接里的东西
Sublime Text 2 中的方式 key-bindings User中 加入
{ "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 }
]
}
实现的效果就是 Enter可以跳出括号了
另外 如果同时出现了自动补全的状况 请用Tab键 选择候选词