Php-language-server: show whole variable declaration

Created on 27 Jul 2017  路  5Comments  路  Source: felixfbecker/php-language-server

Hello,

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

Example:
image

regression

Most helpful comment

@roblourens Here's a nice example from Go:

image

I remember that being able to see the struct contents was a very highly requested feature in Go

All 5 comments

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:

image

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

w0rp picture w0rp  路  9Comments

cnmade picture cnmade  路  7Comments

felixfbecker picture felixfbecker  路  7Comments

seanmcbreen picture seanmcbreen  路  5Comments

marcosdefontes picture marcosdefontes  路  7Comments