0
0

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 1 year has passed since last update.

VSCODEで使用頻度高いショートカットをまとめました。

Posted at

VS CODEで使用頻度高いショートカットをまとめました。

新しいファイルを開く: Ctrl + N
ファイルを開く: Ctrl + O
ファイルを保存: Ctrl + S
ファイルを閉じる: Ctrl + W
ファイルのすべてを閉じる: Ctrl + K Ctrl + W
ファイル内で検索/置換: Ctrl + F(検索), Ctrl + H(置換)
最近開いたファイルを表示: Ctrl + R
ファイルを元に戻す: Ctrl + Z
ファイルの元に戻すをやり直す: Ctrl + Y
行の先頭に移動: Home
行の末尾に移動: End
カーソルを上に移動: Alt + ↑
カーソルを下に移動: Alt + ↓
単語の先頭に移動: Ctrl + ←
単語の末尾に移動: Ctrl + →
カーソル位置の行全体を削除: Ctrl + Shift + K
選択したテキストをコメントアウト: Ctrl + /
インデントを増やす: Ctrl + ]
インデントを減らす: Ctrl + [
サイドバーを開く/閉じる: Ctrl + B
ターミナルを開く: Ctrl +
エディターの分割: Ctrl + \(バッククオートキー)`
ファイル内のシンボル(関数、クラス、変数)を検索: Ctrl + P(ファイル名を入力後、@を付けてシンボル検索)
コードをフォーマット: Shift + Alt + F
コードの自動補完をトリガー: Ctrl + Space
コードスニペットを挿入: Ctrl + Space
関数やメソッドの定義元にジャンプ: F12
定義元に戻る: Alt + ←
ファイル内でシンボル(関数、クラス、変数)を検索: Ctrl + T
エディターの拡大縮小: Ctrl + +(拡大), Ctrl + -(縮小)

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?