CodeLens
Object Hierarchy:
Description:
[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_code_lens_ref" , unref_function = "lsp_code_lens_unref" ) ]
public class CodeLens
A code lens represents a command that should be shown along with source text, like the number of references, a way to run tests, etc.
Content:
Properties:
- public Command? command { get; set; }
The command this code lens represents.
- public Variant? data { get; set; }
A data entry field that is preserved on the code lens item between a
code lens and a code lens resolve request.
- public Range range { get; set; }
The range in which this code lens is valid.
Creation methods:
Methods: