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のショートカット集

Last updated at Posted at 2022-11-30

はじめに

よく使うVSCodeのショートカット集です。
すこしVSCodeから離れるとすぐに忘れてしまうので。

動作環境

Windows

プログラム実行

コマンド 説明
実行(デバッグ F5
Terminalウィンドウを開く Ctrl + @
外部ターミナル起動 Ctrl + Shift + C

コーディング関連

内容 コマンド
補完 Ctrl + Space
選択中の複数行のtabインデント変更 選択中に tab or shift + tab
選択中の複数行のコメントアウト・コメントイン 選択中に ctrl + /
フォーマット Ctrl + Alt + F
タブを閉じる Ctrl + W
新しいVSCodeを開く Ctrl + Shift + N
1行削除 Ctrl + Shift + K
行移動 Alt + ↑、 Alt + ↓
行複製 Alt + Shift + ↑、 Alt + Shift + ↓
リファクタリング-リネーム F2
宣言にジャンプ F12
ケース変更 変更したい文字列を選び、Ctrl + Shift + P で コマンドパレットを開き、"upper"と入れると、「Transform to Upper case」が候補に出てくるので、これを選ぶ。ヘッダのifndef書くときとか。

さいごに

Macだとoption + command⌘ + Tで現在選択中のタブ以外を閉じることができるらしい。
タブ開きすぎでごちゃつきがちなのでWindowsでもできるようにしてほしい。

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?