Usually after code refactor, some imports are not necessary and should be removed and re-sorted. Hope Intelephense can support this feature.
BTW, this plugin is the best PHP plugin on VSCode. Fast and stable.
I use phpfmt for that demands. It can sort use statements by the length of line, clear unused imports and transform long array() into short [].
i use PHP Namespace Resolver for auto import and auto sort , also it cleans unnecessary imports
and thank @bmewburn your nice plugin 馃槃
+1 for having this added to Intelephense
+1
+1 for sorting/cleaning use statements, and a short array conversion option would be so handy
Would be really useful to do this "on-save"
Most helpful comment
+1