We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code Version: 1.63.2 Auto Import Version: v1.5.4
types.ts
export interface AAAAA { }
export interface B { }
B
export interface B { aaaaa: AAA }
and after that you will be suggested for auto import interface AAAAA from this file:
AAAAA
pressing Enter:
This not for only this names, it happens with other "normal" names for interfaces. Also this bug not always can be caught.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VS Code Version: 1.63.2
Auto Import Version: v1.5.4
Description
types.ts
B
start typing:and after that you will be suggested for auto import interface
AAAAA
from this file:pressing Enter:
This not for only this names, it happens with other "normal" names for interfaces. Also this bug not always can be caught.
The text was updated successfully, but these errors were encountered: