Skip to content
New issue

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

Wrong completion type for variable of type interface #1133

Closed
TwitchBronBron opened this issue Apr 12, 2024 · 1 comment
Closed

Wrong completion type for variable of type interface #1133

TwitchBronBron opened this issue Apr 12, 2024 · 1 comment
Milestone

Comments

@TwitchBronBron
Copy link
Member

Variables should never be of type interface. In the below example, runResult is a local variable that is an interface type. So that symbol should show the variable completion type. only actual interface names should show that interface symbol.

image

@markwpearce
Copy link
Collaborator

fixed with #1145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants