aziznal/dart-import-sorter

Remove unused imports option

Opened this issue · 1 comments

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 ?

I'm facing the same issue... @aziznal I would like to request your attention towards this issue.