atom-javascript-refactor icon indicating copy to clipboard operation
atom-javascript-refactor copied to clipboard

atom plugin that provides refactoring support for JavaScript

Results 20 atom-javascript-refactor issues
Sort by recently updated
recently updated
newest added

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

Hi, I tried this package after installing it directly from Atom packages manager. I have a file User.jsx with the following content : import api from './Api'; From rename with...

enhancement

Does this module support moving functions from one file to another? If not, would there be any interest in a PR for this functionality?

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.21.1 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.12.6 **Thrown From**: [javascript-refactor](https://github.com/jurassix/atom-javascript-refactor) package 0.5.7 ### Stack Trace Uncaught TypeError: q.drain is...

Hey @jurassix , I know we talked a while back on some thread about adding this to sublime and you said you were more interested in adding it to vscode....

`create-react-app` bootstraps css support loaded from JavaScript; JS files have import statements to .css files. We need to update our JS files if these move.

This throws an error at the moveSync() call in renameFile(). Ideally it would merge the directory contents. We might be able to use this - https://github.com/binocarlos/merge-dirs

When you import a file by directory that contains an index.js file, and you rename the index.js file, references to it don't get updated. Take the following example. Here's what...

bug