LoginSignup
0
0

More than 3 years have passed since last update.

【備忘録】忘れがちなVSCodeのショートカットキー

Last updated at Posted at 2020-09-09

自分がちょっと忘れがちなVSCodeのショーカットをまとめます。

表記について
  • [A] + [B] : A、Bキーを同時に入力
  • [B] → [B] : Aキーを入力後、Bキーを入力

Markdownのプレビュー

  • プレビューをサイドエディターに表示: [command] + [k] → [v]
  • プレビューを同一エディターに表示: [command] + [shift] → [v]

いずれのコマンドもmdファイルを開いている状態で入力します。
そのmdファイルのプレビューが表示されます。

一括コメントアウト、コメント解除

  • 選択行をコメントアウト: [command] + [k] → [command] + [c]
  • 選択行のコメント解除: [command] + [k] → [command] + [u]

コマンドパレッド開く

  • [command] + [shift] + [p]

あとは好きなコマンドを探して実行するだけです。

ちなみに入力フォームの>を削除するとコマンド検索ではなく、ファイル検索ができます。

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