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
165
stars
62
forks
source link
Question -- Difficulty in Adding Python Support -- Is it Worth Using This as a Base? #81
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.
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