multiple renames
Answered
it would be an interesting feature to be able to rename several files/classes at once.
the rename refactor would let you edit only the common part of the multiple selection. so if you had these classes:
ResourceFactory
Resource
ResourceFinder
and you selected all three and did a rename refactor, you'd see a dialog like:
----------------------------
[ Resource ] <--- edit box where you can rename only the common part of the selected files
ResourceFactory <--- list of selected files which changes as you alter the common part
Resource
ResourceFinder
----------------------------
what do people think?
jon
Please sign in to leave a comment.
Hello,
Please follow the issue covering your case: https://youtrack.jetbrains.com/issue/IDEA-108264
Thank you