4

By far the best safest way to refactor a variable name that I've found is in an IDE like IntelliJ. It's ability to change a member variable and resolve any naming conflicts in Java between member variables and local variables is beyond the scope of any simple renaming script that I or someone else could write.

Is there an existing way in IntelliJ / IntelliJ plugin to refactor Hungarian Notation out of a project / source set?

spierce7
  • 14,797
  • 13
  • 65
  • 106
  • Have you tested this [HungarianInspection](https://plugins.jetbrains.com/plugin/7818-hungarianinspection)? – behkod Jan 24 '20 at 12:38

0 Answers0