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

TypeScript 'type' is not picked up by Auto-Import #63

Closed mbrookson closed 7 years ago

mbrookson commented 7 years ago

exported class and interface definitions work brilliantly, but the type keyword is not currently working.

e.g. export type ColumnType = 'single' | 'double';

Could this feature be added?

soates commented 7 years ago

Yes, I will add this feature :)

soates commented 7 years ago

done