inlay_hint_async


Description:

public async InlayHint[]? inlay_hint_async (Uri uri, 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:

uri

the URI of the document

range

the range to fetch hints for

Returns:

a list of inlay hints, or null