Remove unused imports option
Opened this issue · 1 comments
martin-bertele commented
With the
"editor.codeActionsOnSave": {
"source.organizeImports": "always",
}
unused imports are removed. Is there an option to also configure this for the dartimportsorter ?
It seems the "dartimportsorter.sortOnSave": true,
overrides the "source.organizeImports": "always"
in the sense that it does not run ?
Prince2347X commented
I'm facing the same issue... @aziznal I would like to request your attention towards this issue.