Lsp.CodeLensOptions – lsp-glib-3.0 Reference Manual
Packages
lsp-glib-3.0
Lsp
CodeLensOptions
supported
supports_resolve
CodeLensOptions
CodeLensOptions.from_variant
to_variant
_supported
_supports_resolve
CodeLensOptions
Object Hierarchy:
Description:
public
struct
CodeLensOptions
Namespace:
Lsp
Package:
lsp-glib-3.0
Content:
Properties:
public
bool
supported
{
get
; }
Whether the capability object is present.
public
bool
supports_resolve
{
get
;
set
; }
Code lens has a resolve provider as well.
Creation methods:
public
CodeLensOptions
(
bool
supports_resolve)
public
CodeLensOptions.from_variant
(
Variant
variant)
throws
DeserializeError
Methods:
public
Variant
to_variant
()
Fields:
public
bool
_supported
public
bool
_supports_resolve