1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

作業効率を飛躍的にアップさせるVS codeショートカット集

Last updated at Posted at 2020-01-02

概要

ショートカットの中でも特に使用回数が多く、
覚えておくと作業効率が格段に上がりそうなものをピックアップしました。

環境

  • OS: Windows

基本操作

キー入力 説明
[ctrl]+[shift]+[p] コマンドパレット表示
[ctrl]+[,] ユーザー設定を表示

エディタ基本操作

キー入力 説明
[ctrl]+[x] 行のカット
[ctrl]+[Enter] 行下に改行を追加(+カーソルを移動)
[ctrl]+[Shift]+[Enter] 行上に改行を追加(+カーソルを移動)
[Home] / [End] 行の先頭/末尾に移動
[Ctrl] + [Home]/[End] ファイルの先頭/末尾に移動

範囲選択

キー入力 説明
[ctrl]+[d] 単語を選択
[ctrl]+[d]<連続> 同じ単語をマルチ選択

検索

キー入力 説明
[ctrl]+[shift]+[o] シンボルを検索/移動
[ctrl]+[g] 行を指定して移動

ウィンドウ操作

キー入力 説明
[ctrl]+[@] ターミナルに移動
[ctrl]+[b] サイドバーの表示切替

ファイル操作

キー入力 説明
[ctrl]+[s] ファイルの保存
[ctrl]+[k] -> [s] 全てのファイルを保存
[ctrl]+[k] -> [w] 全てのファイルを閉じる

その他

キー入力 説明
[ctrl]+[/] コメント行の追加
[ctrl]+マウスクリック 定義にジャンプ
[alt]+[shift]+[f] ファイルのフォーマット(整形)
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?