inlay_hint_async


Description:

protected virtual async InlayHint[]? inlay_hint_async (Client client, TextDocumentIdentifier text_document, Range range) throws Error

The inlay hint request is sent from the client to the server to resolve inlay hints for a given text document range.

Parameters:

text_document

the document to fetch hints for

range

the range to fetch hints for

Returns:

a list of inlay hints, or null