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
165 stars 62 forks source link

Exported enums are not detected by Auto-Import #52

Closed RPDeshaies closed 7 years ago

RPDeshaies commented 7 years ago

If I export a class, Auto-Import is able to detect it. But if I export an enum, it only detects the class.

image image

If I remove the class

image image

soates commented 7 years ago

Done