Is there any way to badge rename things? I have an...
# intellij
p
Is there any way to badge rename things? I have an enum where I want it to rename all entries from SCREAMING_CASE to PascalCase
m
Did you mean "batch" or is badge renaming a thing ? I guess that'd work with some regex magic
w
Within single file String Manipulation plugin would do the job. If you need actual refactoring though, then I’m not sure, perhaps a macro?