Expand description
implementation of the textDocument/codeLens request
§Usage
Server::on_code_lens is called to compute commands, which are
commonly displayed in the user interface as some kind of button
in the source code. Optionally a command can be attached later on
via Server::on_resolve_code_lens.
Structs§
- Code
Lens - A code lens represents a command.