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

Sorting project's all dart file import lines #62

Open leventkantaroglu opened 1 year ago

leventkantaroglu commented 1 year ago

Hi. I suggest a feature.

Dart: Sort All Imports

It could be good to sort all file imports with a command on command palette especially for applying this extension a ongoing project.

(It can be inspired on https://marketplace.visualstudio.com/items?itemName=luanpotter.dart-import)

aziznal commented 1 year ago

Hello.

I think this is a good feature and it makes sense. I just need to find the time to implement it. Thanks for your suggestion.