30
19

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

Visual Studio Codeで複数の行を処理する方法

Last updated at Posted at 2017-11-18

##はじめに
Visual Studio Codeでコードを書いていて、複数の行を操作したいときに使えるtipsです。

##具体例
こういうコードがあったとして、
複数の行を処理するには、
スクリーンショット 2017-11-18 22.53.26.png

以下のキーで選択できます。
MAC : command + option + カーソル(上 or 下)
Windows : Ctrl + Alt + カーソル(上 or 下)

スクリーンショット 2017-11-18 22.54.16.png

選択できたらそのまま入力すると、選択した行全てに入力が反映されます。
例)tab キー
スクリーンショット 2017-11-18 22.55.12.png

##おわりに
複数行のインデントを下げたいときなんかに使えると思います。
以上、ありがとうございました。

30
19
1

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
30
19

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?