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
Exported enums are not detected by Auto-Import #52
If I export a class, Auto-Import is able to detect it. But if I export an enum, it only detects the class.
If I remove the class