Rename variables using refactor options

Often cursor tab suggests renaming a variable, but this helpful suggestion leads to breaking the code somewhere else. It would be cool if it recognized that it’s changing a variable and then proposed using the LSP renaming feature to correctly update the name everywhere.

Seconded - we heavily leverage refactor operations in our JetBrains IDE, and Cursor having to step through every adjustment dramatically slows down the speed of refactoring work. It also produces inconsistencies that need to be caught and handled separately.

Leveraging an indexed refactoring would make a ton of sense and greatly accelerate certain workflows while simultaneously making them cheaper to run.