For renaming things: I have much more confidence in "traditional" IDE intellisense than LLMs, since they know exactly which ones to change, and never hallucinate and change irrelevant ones (worst cases are variables that have the same name, but point to different variables aka different addresses due to scoping/different functions).