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

Question -- Difficulty in Adding Python Support -- Is it Worth Using This as a Base? #81

Open mark-fin opened 6 years ago

mark-fin commented 6 years ago

Hey,

So I've come from coding Python in Eclipse, which has auto importing. Since I've been currently trying Visual Studio Code as an alternative, I've missed this feature. This obviously led me to your extension... I was wondering how easy it would be to add Python support? If you think it's possible and not a complete refactor, I'll invest some time to investigate what's involved and possibly contribute the changes.

Cheers, Mark