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?

VSCodeショートカット集

Last updated at Posted at 2025-06-07

自分用のvscodeショートカット集

移動系

Widnows標準 vscode限定 description
ctrl+ ← - 単語単位で右に移動
ctrl+ → - 単語単位で左へ移動
home - 行頭に移動
end - 行末に移動
- shift+ctrl+|カッコの移動

選択系

Widnows標準 vscode限定 description
- ctrl+d - 単語の選択
shit+ctrl+→ - 単語の選択
shit+ctrl+← - 単語の選択
- ctrl+l 行単位の選択 ※LineのLと覚える
ctrl+a - 全選択

削除系

Widnows標準 vscode限定 description
ctrl+Del - カーソルより後ろ(右側)を単語単位で削除
ctrl+BS - カーソルより前(左側)を単語単位で削除
shit+end -> Del - カーソルより後ろ(右側)を全削除(選択して削除)
shift+home -> Del - カーソルより後ろ(右側)を全削除(選択して削除)

その他系

Widnows標準 vscode限定 description
- ctrl+] インデント追加
- ctrl+[ インデント削除

ウィンドゥ操作

Widnows標準 vscode限定 description
- ctrl+; 拡大
- ctrl+- 縮小
- ctrl+w 表示中のエディタタブを閉じる
- ctrl+b サイドバーの表示・非表示切り替え
- 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?