bluefireteam / vscode-dart-import

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

Configure extension to use absolute path #39

Open brizaldi opened 3 years ago

brizaldi commented 3 years ago

Hi, just wondering, is there a way to customize this extension so that it use absolute path instead of relative path?

IgorKrupenja commented 2 years ago

If I get the issue description right, this is about changing relative imports to package imports — opposite of what this extension does now. @luanpotter Would you be willing to accept a PR here, adding a separate command? If yes, I am willing to attempt a PR here 🙂

luanpotter commented 2 years ago

@igor-krupenja as long as it's a separate option, so users can choose their preferred standard, that would be awesome! lmk if I can help with anything :)

IgorKrupenja commented 2 years ago

Yep, the idea was to create a separate option. I will start looking into this mostly likely towards the end of next week. I will let you know then if I need any help 👍

doppio commented 2 years ago

@igor-krupenja Have you had a chance to take a look at this? I'm interested in the same feature. 🙂

kuyazee commented 2 years ago

any update for this

mapacheverdugo commented 2 years ago

Check the new #46 PR