bluefireteam / vscode-dart-import

A simple plugin for VSCode to change all Dart/Flutter imports to relative format.
64 stars 14 forks source link

Draft: Add absolute import mode #46

Open mapacheverdugo opened 2 years ago

mapacheverdugo commented 2 years ago

Added a new "absolute imports" mode, so you can choose between relative or absolute imports for single file or all files.

Works fine on unix.

Pending:

39 and #41, this may work for you