For me the feature only sounds nice, all my attemp...
# intellij
c
For me the feature only sounds nice, all my attempts to use it required so much research time and convoluted configuration that in each case manually doing that turned out to be faster. Basically all of them required IntelliJ PSI knowledge and writing groovy scripts
r
That's also my experience so far - regular search and replace with Regex can get you incredibly far if you know how to use them
2
c
Yup, I also use that, sometimes it's a real saviour 🙂 Especially with regex groups in replacement.
t
@robin You're right, search and replace can get you far, but I'm more interested in writing inspection rules without having to use external tools like detekt.
👍 1