You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting results back on hover request even if contents is empty. This would require IDEs to add a check to not render it. Range without contents is not useful. Should the language server return null if description is not available?
IMHO, hover should return "title" when "description" is unavailable. At this moment I did see it returning only the title. I also raised #480 for improving hover info.
We are getting results back on hover request even if contents is empty. This would require IDEs to add a check to not render it. Range without contents is not useful. Should the language server return null if description is not available?
Message:
{
"jsonrpc": "2.0",
"id": 46,
"result": {
"contents": [
""
],
"range": {
"start": {
"line": 6,
"character": 0
},
"end": {
"line": 6,
"character": 8
}
}
}
}
The text was updated successfully, but these errors were encountered: