Using [Refactor -> Rename] on a file should optionally let users auto-replace the path in string constants
Open
enhancement
ux
- Dominant language
- Java
- Stars
- 7.4k
- Forks
- 538
- PR merge metrics
- No merged PRs in 30d
Description
Similar to how IntelliJ works when renaming resources. If no paths in the string constants are found, no prompt is needed. But if a match is found, users should be notified of this behavior and be allowed to:
- Apply the rename and update strings with the path
- Apply the rename and do not modify strings
- Cancel the rename
Contributor guide
Assessment
This issue has not been assessed yet.