js-emacs / js2-refactor.el

A JavaScript refactoring library for emacs
GNU General Public License v3.0
373 stars 47 forks source link

`js2r-rename-var`: don't move cursor to the start of the symbol #122

Closed nbfalcon closed 3 years ago

nbfalcon commented 3 years ago
function xy|zq() {} // | = cursor

js2r-rename-var then moves the cursor to the start of the symbol, i.e. before xy. I think it would be better not to move it.