provideInlineValues
abstract fun provideInlineValues(document: TextDocument, viewPort: Range, context: InlineValueContext, token: CancellationToken): ProviderResult<ReadonlyArray<InlineValue>>(source)
Provide "inline value" information for a given document and range. The editor calls this method whenever debugging stops in the given document. The returned inline values information is rendered in the editor at the end of lines.
Parameters
document
The document for which the inline values information is needed.
viewPort
The visible document range for which inline values should be computed.
context
A bag containing contextual information like the current location.
token
A cancellation token.