Hello,
is it possible to show the whole variable declaration within the tooltip instead of just the first line?
Example:

Depends on https://github.com/Microsoft/tolerant-php-parser/issues/138
cc @roblourens
What's the expected result? I don't think we should show everything passed to array. TS shows the variable name with type annotation.
@roblourens Here's a nice example from Go:

I remember that being able to see the struct contents was a very highly requested feature in Go
Are the struct contents sent through a sourcegraph extension to the LSP?
No, it just uses 3 hover contents: https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_hover
Most helpful comment
@roblourens Here's a nice example from Go:
I remember that being able to see the struct contents was a very highly requested feature in Go