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

Hover Error for fields of type_info_of() #566

Open
Eightzi4 opened this issue Jan 5, 2025 · 1 comment
Open

Hover Error for fields of type_info_of() #566

Eightzi4 opened this issue Jan 5, 2025 · 1 comment

Comments

@Eightzi4
Copy link

Eightzi4 commented Jan 5, 2025

When hovering over the field of type_info_of(T), (variant field for example) this popup appears in VS code:
error
Output:
[Error - 3:53:27 PM] Request textDocument/hover failed. Message: Code: -32603

After importing "base:runtime" the error doesn't appear anymore.

Additionally unless "base:runtime" is imported, there are no hints for fields of type_info_of(T):
Before import:
before_import
After import:
after_import

@Carlyle-Foster
Copy link
Contributor

i've also experienced this, hovering seems to break easily and sometimes crash the server

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