LoginSignup
0
0

More than 5 years have passed since last update.

vscodeのkeybindins.jsonメモ

Last updated at Posted at 2017-11-18

随時追加

ctrl+shift+dで現在行を複製

Contextual DuplicateなどのDuplicate拡張をインストールしたあと、

 { "key": "ctrl+shift+d", "command": "lafe.duplicateCode" },

選択した範囲にマッチする次の範囲に移動

eclipseのctrl+k と同じ挙動

  { "key": "alt+n", "command": "editor.action.moveSelectionToNextFindMatch" },

Dash

Dash拡張を入れた後に

  {
    "key": "ctrl+shift+r",
    "command": "extension.dash.specific",
    "when": "editorTextFocus"
  },
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0