aziznal / dart-import-sorter

A vscode extension that groups and sorts imports for dart files (https://marketplace.visualstudio.com/items?itemName=aziznal.dart-import-sorter)
MIT License
14 stars 1 forks source link

Remove unused imports option #63

Open martin-bertele opened 9 months ago

martin-bertele commented 9 months ago

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 9 months ago

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