26
13

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で複数行のタブを一括で削除する方法

Posted at

はじめに

 Visual Studio Codeを使っていて、字下げの反対(字上げ?)の方法を調べた時のメモ。

方法

 結論から言うと範囲指定して「Shift + Tab」で出来ました。

使い所

 例えば関数の中身だけを取り出したい時。
hello_tab.JPG

 範囲を選択し、
hello_tab2.JPG

 Shift + Tabを押します。
hello_tab3.JPG

 一括で削除できました。

おわりに

 初投稿でした。これからも記事を投稿していきたいと思います。
 ご覧いただきありがとうございます。

参考URL

26
13
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
26
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?