View source
typedef InlineValueParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.InlineValue
A parameter literal used in inline value requests.
Available since
3.17.0
.Fields
optionalworkDoneToken:Null<ProgressToken>
An optional token that a server can use to report work done progress.
context:InlineValueContext
Additional information about the context in which inline values were requested.