atom-autocomplete-php icon indicating copy to clipboard operation
atom-autocomplete-php copied to clipboard

Refactoring Capabilities: Rename Variable, Method & Class

Open prolific opened this issue 8 years ago • 1 comments

It would be great if refactoring capabilities could be added to the plugin like renaming variables, methods and classes.

Renaming class name should also rename file name and it should be renamed at all the places where this class in used. Also moving files between directories should also rename namespaces and use statements at all places.

This is the only feature which i miss a lot in atom editor while using it for php. Refactoring is something which everyone needs from time to time and it would be wonderful feature if added in this plugin.

prolific avatar Feb 25 '17 14:02 prolific

Hello,

I think this feature could be interesting, but I don't think that its place is in this package. An new package for this feature would be better, to be able to use an other autocomplete plugin (if a better one is released later)

Peekmo avatar Mar 14 '17 10:03 Peekmo