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

resolve parameterized types in symbol display, completion, signature help, etc #115

Closed
Prince781 opened this issue May 3, 2020 · 1 comment · Fixed by #110
Closed

resolve parameterized types in symbol display, completion, signature help, etc #115

Prince781 opened this issue May 3, 2020 · 1 comment · Fixed by #110
Labels

Comments

@Prince781
Copy link
Member

Two screenshots of this problem:

hover
completion

As can be seen, the type parameters are ignored.

To fix this problem, this requires us to work with Vala.DataType instead of Vala.Symbol, and it probably involves using Vala.SemanticAnalyzer.get_actual_type()

@Prince781 Prince781 added the bug label May 3, 2020
Prince781 added a commit that referenced this issue May 6, 2020
- moved symbol display and other related items to Vls.CodeHelp
@Prince781
Copy link
Member Author

Fixed in #110

image1
image2

Prince781 added a commit that referenced this issue May 6, 2020
- moved symbol display and other related items to Vls.CodeHelp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant