code_lens_async


Description:

public async CodeLens[]? code_lens_async (Uri uri) throws Error

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

Parameters:

uri

the URI of the document to compute code lenses for

Returns:

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