25
28

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 3 years have passed since last update.

Visual Studio Code 選択行を全てコメントアウトしよう

Posted at

目的

  • コード内の一括コメントアウトを行いう方法をまとめる

MacでVisual Studio Codeを使用している方

  • コメントアウトをしたい行を全て選択する。
  • 「Shift」+「Option」+「A」を同時に押下する。
  • コメントアウトとコメントアウト解除が上記のキーで実行できる。

WindowsでVisual Studio Codeを使用している方

  • コメントアウトをしたい行を全て選択する。
  • 「Shift」+「Alt」+「A」を同時に押下する。
  • コメントアウトとコメントアウト解除が上記のキーで実行できる。
25
28
2

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
25
28

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?