Updated: 2017-04-13 21:11:01 CST +08

Visual Studio Code

Extension

  • Go
  • Vim
  • Git History (git log)

Preference

// 將您的設定放入此檔案中以覆寫預設值
{
    "window.zoomLevel": 1,
    "vim.useCtrlKeys": false,
    "terminal.integrated.shell.windows":     "C:\\Program Files\\Git\\bin\\bash.exe"
}

KeyBinding

// Place your key bindings in this file to overwrite the defaults
[
    { "key": "shift+space",            "command": "editor.action.triggerSuggest",
                                     "when": "editorHasCompletionItemProvider && editorTextFocus && !editorReadonly" }
]

Reference