soates / Auto-Import

vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
164 stars 62 forks source link

[feature request] Add option to favor absolute imports over relative imports #85

Open georggrab opened 6 years ago

georggrab commented 6 years ago

Hey there,

first of all, thanks for the awesome extension! It works beautifully. One thing bothers me though: I favor using absolute (relative to src/ directory) imports over relative ones. No '../../../' hell and easier to refactor / move around code, especially when working on larger projects.

I think such a feature would be quite easy to add:

Does anyone think this feature would be useful as well? If so, I'd be willing to but some time into implementing it if someone could provide me some pointers as to where to start.

Cheers

haight6716 commented 6 years ago

Yes, I want this too!