atom-refactoring-tools package
Refactoring tools for Atom.
Eventually, this package will contain a complete suite of refactoring tools, although I'm also writing it simply to figure out how to write an Atom plugin.
Currently implemented refactorings
Refactoring | CoffeeScript | JavaScript | Ruby | ... |
---|---|---|---|---|
Extract Method | ✓ | |||
... |
To do
-
- As many refactorings as possible
- Autodetection of duplication etc.?
Contributing
Your pull requests are welcome! Just make sure they have sufficient tests.