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

VSCode ショートカットキー

Last updated at Posted at 2023-06-22

VSCodeのショートカットキー

ファイル操作

  • 新規ファイル作成: Ctrl + N
  • ファイルを開く: Ctrl + O
  • ファイルを保存: Ctrl + S
  • ファイルを閉じる: Ctrl + W

エディタの操作

  • 行のコピー: Ctrl + C
  • 行の切り取り: Ctrl + X
  • 行の貼り付け: Ctrl + V
  • 行を上に移動: Alt + ↑
  • 行を下に移動: Alt + ↓

デバッグ

  • デバッグの開始/停止: F5
  • ステップイン: F11
  • ステップオーバー: F10
  • ステップアウト: Shift + F11

ターミナル

  • ターミナルの開閉: Ctrl + `
  • コマンドの実行: Ctrl + Shift + `
  • コマンド履歴の表示: Ctrl + ↑ or Ctrl + ↓

フォーマットと整理

  • コードの整形: Shift + Alt + F
  • 行をインデント: Ctrl + ]
  • 行をアンインデント: Ctrl + [

ナビゲーション

  • ファイル内のシンボルを検索: Ctrl + Shift + O
  • 定義にジャンプ: F12
  • 定義から戻る: Alt + ←
0
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
0
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?