0
0

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.

いらないコメントを一括削除する方法

Last updated at Posted at 2020-11-17

これを覚えると時間の節約になるのでおすすめです。

前提として、環境はMacでエディターはVSCodeです。(Atomでや他のエディターでも同様のコマンドで可能かと思います)

###Railsでテストアプリを作っている時などによく出る長文のコメント結構邪魔ですよね。
スクリーンショット 2020-11-17 23.19.03.png
そんな時は 

  • command+Fで任意のページで検索して
.*# .*\n
  • このコマンドを打ちますと(今回はVScode使ってます)

スクリーンショット 2020-11-17 23.27.46.png

  • 結果はありませんとなってしまいましたが、正規表現を表す

スクリーンショット 2020-11-17 23.31.44.png
↑こちらのボタンを押すと25個ヒットしました!

スクリーンショット 2020-11-17 23.29.24.png

  • 全て置換すると

スクリーンショット 2020-11-17 23.33.52(2).png

コメントが一気に消えます。

スクリーンショット 2020-11-17 23.41.40.png

ちなみにバックスラッシュの打ち方は日本語キーボードですと

Option + ¥  = \

です。

是非試してみてくださいね。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?