js-refactor
js-refactor copied to clipboard
Refactoring support for JavaScript in Atom.
``` for (var test = 0; test < 666; test++){ //rename the test variable test = ++test; } ```
I'm not sure if the issue is in js-refactor or refactor, but... If I create a new file using `application:new-file` so that I get an untitled file, write a bit...
I work with .js.downloaded suffixed files, and I would like them to be supported as js files are
I just noticed that JS Refactor is one of the main reasons why my Atom needs so long to start up. According to the Package page it adds 1300ms to...
for eg, I have a function with a local variable named "a" and I wanna rename it to "probe". first I locate the symbol a in line 427 and begin...
If Ctrl + Option + r is hit multiple times repeatedly on the same name, the deselection of variable name doesn't after refactor operation.
- [x] Basic parser support - [ ] ES6/ES2015 features - [x] import - [x] let/const - [x] arrow function - [x] generator - [x] array destructuring - [x] object...