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

Imports existing type from current file #122

Open psnet opened 2 years ago

psnet commented 2 years ago

VS Code Version: 1.63.2 Auto Import Version: v1.5.4

Description

}

- Next type:
```ts
export interface B {

}

errr1

pressing Enter:

errr2

This not for only this names, it happens with other "normal" names for interfaces. Also this bug not always can be caught.