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
exported
class
andinterface
definitions work brilliantly, but thetype
keyword is not currently working.e.g.
export type ColumnType = 'single' | 'double';
Could this feature be added?