I have some code like:
testVar = { a: 1 }; testVariable1 = 2; var c = testVar.a + testVariable2; var d = testVar;
I want to rename \"testVa
Just use Ctrl+K, Ctrl+D.
(for OS X: Cmd+K, Cmd+D)
Needs a bit of practice, but gets the job done!