Struct

LspRenameOptions

Description

struct LspRenameOptions {
  gboolean _supported;
  gboolean _supports_prepare;
}

No description available.

Structure members
_supported: gboolean

Whether the capability object is present.

_supports_prepare: gboolean

The server supports renames being checked and tested before being executed.

Instance methods

lsp_rename_options_init
No description available.

lsp_rename_options_init_from_variant
No description available.

lsp_rename_options_to_variant
No description available.

lsp_rename_options_get_supported

Gets the value of supported.

lsp_rename_options_get_supports_prepare

Gets the value of supports_prepare.

lsp_rename_options_set_supports_prepare

Sets the value of supports_prepare.