atom-javascript-refactor
atom-javascript-refactor copied to clipboard
Support for moving functions?
Does this module support moving functions from one file to another? If not, would there be any interest in a PR for this functionality?
Absolutely. This functionality is definitely possible. Forking https://github.com/jurassix/refactoring-codemods to add a new transform is a good starting point.
Once the codemod is working then we need something added to this lib that can trigger this new codebod on move.
Fantastic. I'll check it out and work on a PR. How would you like to track this? Shall we create an issue?
Yeah issue and/or open a PR and keep committing along the way