-
Notifications
You must be signed in to change notification settings - Fork 132
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
Support for textDocument/hover #87
Comments
As mentioned in #191 it would be useful to show variable values on hover at some point (when we actually support variables and parse them). |
General hover capability was added in 0.10.0 and will be improved over time, #191 tracks hover for references, so I'm going to close this one. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
It would be nice to get resource/data source/block/attribute information on hover, required/optional/read-only, typing, description, etc.
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_hover
The text was updated successfully, but these errors were encountered: