Method

LspServerCapsset_rename

Declaration

void
lsp_server_caps_set_rename (
  LspServerCaps* self,
  LspRenameOptions* value
)

Description

Sets the value of rename.

The server provides rename support.

Parameters

value

Type: LspRenameOptions

The new value of rename.

The data is owned by the caller of the method.