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

Add support for multi-line imports #50

Closed aziznal closed 1 year ago

aziznal commented 1 year ago

Changes:

Wrote new algorithm for finding and parsing imports. Now supports comments, annotations, multi-line conditional imports, and a combination of all the of the aforementioned.