LSP::ServerCapabilities
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
The server provides call hierarchy support.
The server provides code actions. The CodeActionOptions return type is
only valid if the client signals code action literal support via the
property textDocument.codeAction.codeActionLiteralSupport.
The server provides code actions. The CodeActionOptions return type is
only valid if the client signals code action literal support via the
property textDocument.codeAction.codeActionLiteralSupport.
The server provides code lens.
The server provides color provider support.
The server provides completion support.
The server provides go to declaration support.
The server provides goto definition support.
The server has support for pull model diagnostics.
The server provides document formatting.
The server provides document highlight support.
The server provides document link support.
The server provides document formatting on typing.
The server provides document range formatting.
The server provides document symbol support.
The server provides execute command support.
The server provides folding provider support.
The server provides hover support.
The server provides goto implementation support.
The server provides inlay hints.
The server provides inline values.
The server provides linked editing range support.
Whether server provides moniker support.
Defines how notebook documents are synced.
The position encoding the server picked from the encodings offered
by the client via the client capability general.positionEncodings.
If the client didn't provide any position encodings the only valid value that a server can return is 'utf-16'.
If omitted it defaults to 'utf-16'.
The position encoding the server picked from the encodings offered
by the client via the client capability general.positionEncodings.
If the client didn't provide any position encodings the only valid value that a server can return is 'utf-16'.
If omitted it defaults to 'utf-16'.
The server provides find references support.
The server provides rename support. RenameOptions may only be
specified if the client states that it supports
prepareSupport in its initial initialize request.
The server provides rename support. RenameOptions may only be
specified if the client states that it supports
prepareSupport in its initial initialize request.
The server provides selection range support.
The server provides semantic tokens support.
The server provides signature help support.
Defines how text documents are synced. Is either a detailed structure
defining each notification or for backwards compatibility the
TextDocumentSyncKind number. If omitted it defaults to
TextDocumentSyncKind.None.
Defines how text documents are synced. Is either a detailed structure
defining each notification or for backwards compatibility the
TextDocumentSyncKind number. If omitted it defaults to
TextDocumentSyncKind.None.
The server provides goto type definition support.
The server provides type hierarchy support.
The server provides workspace symbol support.