code_lens_async


Description:

protected virtual async CodeLens[]? code_lens_async (Client client, TextDocumentIdentifier text_document) throws Error

The code lens request is sent from the client to the server to compute code lenses for a given text document.

Parameters:

text_document

the document to compute code lenses for

Returns:

a list of code lenses, or null if there are none