shagabutdinov / sublime-local-variable

Extract/detach/rename variable refactoring
Other
9 stars 2 forks source link

ES6 variable types support? #3

Closed monovertex closed 2 years ago

monovertex commented 6 years ago

ES6 introduces other variable variants for JavaScript: const and let. Could we configure the default JavaScript variable keyword in any way?

shagabutdinov commented 6 years ago

There is no way to do that currently, but you can open a pull request, I'll be glad to review and merge it.

monovertex commented 2 years ago

I no longer need this as I switched to VSCode.