Community
Participate
Working Groups
Build Identifier: When dealing with lots of namespaced classes, the list of "use" statements becomes very long, or unused classes remain. Similar to Java, there should be an "organize" function which removes unused classes and adds required ones. Additionally, it would be nice to specify a "format" for uses - e.g. one "use" statement for each class or a combined "use" statement where classes are separated with commas. Reproducible: Always
There is an Eclipse plugin on GitHub [1] that addresses this feature. [1] https://github.com/yannickl88/phpOrganizeImportsPlugin
New Gerrit change created: https://git.eclipse.org/r/50944
Gerrit change https://git.eclipse.org/r/50944 was merged to [master]. Commit: http://git.eclipse.org/c/pdt/org.eclipse.pdt.git/commit/?id=b6a388ef1db6bddabb589c7f6636102f16f42f8a
Merged. Thank you Yannick de Lange!
Verified. Closing