1. Ctrl+shift+p >> Install Package Control
    2. Ctrl+shift+J >> 格式化json
    3. Ctrl+Alt+K, B >> 打开左侧目录栏
    4. Ctrl+Alt+R, W >> 按照sft.json远程目录(自定义)

    自定义设置

    1. [
    2. { "keys": ["ctrl+t"], "command": "open_terminal" },
    3. { "keys": ["ctrl+shift+alt+t"], "command": "open_terminal_project_folder" },
    4. { "keys": ["ctrl+alt+j"], "command": "pretty_json" },
    5. { "keys": ["f4"], "command": "toggle_setting", "args": { "setting": "word_wrap" }}
    6. ]