atom-javascript-refactor
atom-javascript-refactor copied to clipboard
Doesn't work for me
Hi,
Just installed the plugin, I added vue to the file extensions, so:
but nothing happens when I move a file. Maybe Vue is not supported?
Best Regards,
Francesco Saverio
The list should be comma separated. Can you please update and retest?
js, vue
same thing
Same here. I have Atom 1.19.1 installed and 0.5.7 of refactor. I've check Run in band and restarted Atom. When I right-click and select Rename (with refactor support) nothing seems to happen. Please let me know how I can help support testing.
@jurassix I figured I'd open up Atom's Developer Tools to see if anything was reported to the console when attempting to rename a file. Nothing was reported, but the rename dialog showed! For me it only appears with the Developer Tools open (no dice when not open). Now, when I click into the field to change the file name/path, the dialog disappears and will no longer open. I have to close and re-open Developer Tools for it to show again
Hopefully this helps you pinpoint the issue
@REEMERGEMEDIA thanks for looking into this. I'll see if I can use this to reproduce.
same here
doesn't work for me too
Cant get it to work either. Installed refactor installed javascript-refactor. restarted several times. nothing happens when i rename. I am getting some JS errors though...
/Users/me/.atom/packages/javascript-refactor/node_modules/jscodeshift/dist/Runner.js:259 Uncaught (in promise) TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
at Function.all (native)
at getAllFiles.then.then.pendingWorkers (/Users/me/.atom/packages/javascript-refactor/node_modules/jscodeshift/dist/Runner.js:259:17)
at <anonymous>