I want to insert another line after each occurrence of a searched line. Like, I have 50+ JSON files with lines like:
(\s)+Line1\n
I want to replace it with same indentation like:
(\s)+Line1\n
(\s)+Line2\n
How to do it in Intellij community version?(2019.2)