The languages I use the IDE literally does this for you, perfectly, deterministically.
And instantly, certainly when compared to AI.
The languages I use the IDE literally does this for you, perfectly, deterministically.
And instantly, certainly when compared to AI.
Which languages, just out of interest?
Java has very good refactor support. I use jdt.ls which is eclipse based, but I've heard intellij is even better. I've wished for similar refactor actions in other langs.
That should be most? Unless you do very weird stuff like using strings in JS to call functions, or reflection in C# and similar very special cases, any IDE can handle that.