Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Refactoring Capabilities: Rename Variable, Method & Class #321

Open prolific opened 7 years ago

prolific commented 7 years ago

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.

Peekmo commented 7 years ago

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)