自动保存
CTRL+shift+p
添加这个一行
"save_on_focus_lost": true,
- "首选项"——>"设置-默认"
- 找到上面的字段,将false改成true
回车换行
"首选项"——>"按键绑定——用户",粘贴下面代码
{ "keys": ["enter"], "command": "auto_indent_tag", "context":
[
{ "key": "setting.auto_indent", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "punctuation.definition.tag.begin", "match_all": true },
{ "key": "preceding_text", "operator": "regex_contains", "operand": ">$", "match_all": true },
{ "key": "following_text", "operator": "regex_contains", "operand": "^</", "match_all": true },
]
}
添加svn
- CTRL+shift+p
- install package
- 输入“TortoiseSVN”