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
Hover over label: label: shows hover Label anyLabelName: does not show hover at all
label:
Label
anyLabelName:
Hover over data type: float := 5.0 shows hover Float
float := 5.0
Float
There must be full line: anyLabelName: or float := 5.0, because same hover is used for Go to Definition messages (which are broken too #217).
Go to Definition
The text was updated successfully, but these errors were encountered:
mark-wiemer
No branches or pull requests
Description
Hover over label:
label:
shows hoverLabel
anyLabelName:
does not show hover at allHover over data type:
float := 5.0
shows hoverFloat
Expected behavior
There must be full line:
anyLabelName:
orfloat := 5.0
, because same hover is used forGo to Definition
messages (which are broken too #217).The text was updated successfully, but these errors were encountered: