Closed Morgy93 closed 1 month ago
Thank you for pointing this out.
We've changed the default behavior in "editor.codeActionsOnSave" so it behaves the same as other languages in VSCode.
To "Remove Unused and Sort' on save, use the following
"source.sortAndRemoveImports": "explicit"
I'll update the documentation as well.
Hello,
there is a Quick Fix "Remove Unused Uses and Sort":
I want to be able to use that in the actions on save:
Is it possible to add some some
phptools.removeUnusedUsesAndSort
or bind it to the systemsource.organizeImports
?