Peekmo / atom-autocomplete-php

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

Reorder use statements [command] #192

Open Peekmo opened 9 years ago

Peekmo commented 9 years ago

With the @hotoiledgoblinsack PR #191 it could be really nice to have a command to reorder use statements following the same rules (with whitespaces if defined in configuration)

ghost commented 9 years ago

Good idea! It will help with refactoring existing code but not get in the way if the user wants to keep existing code intact.