TextDocumentClientCapabilities Class

Definition

Class which represents text document capabilities.

See the Language Server Protocol specification for additional information.

public ref class TextDocumentClientCapabilities
[System.Runtime.Serialization.DataContract]
public class TextDocumentClientCapabilities
[<System.Runtime.Serialization.DataContract>]
type TextDocumentClientCapabilities = class
Public Class TextDocumentClientCapabilities
Inheritance
TextDocumentClientCapabilities
Attributes

Constructors

TextDocumentClientCapabilities()

Properties

CodeAction

Gets or sets the setting which determines if code action can be dynamically registered.

CodeLens

Gets or sets the setting which determines if code lens can be dynamically registered.

Completion

Gets or sets the completion setting.

Definition

Gets or sets the setting which determines if definition can be dynamically registered.

DocumentHighlight

Gets or sets the setting which determines if document highlight can be dynamically registered.

DocumentLink

Gets or sets the setting which determines if document link can be dynamically registered.

DocumentSymbol

Gets or sets the setting which determines if document symbol can be dynamically registered.

FoldingRange

Gets or sets the setting which determines how folding range is supported.

Formatting

Gets or sets the setting which determines if formatting can be dynamically registered.

Hover

Gets or sets the setting which determines if hover can be dynamically registered.

Implementation

Gets or sets the settings which determines if implementation can be dynamically registered.

LinkedEditingRange

Gets or sets the setting which determines if linked editing range can be dynamically registered.

OnTypeFormatting

Gets or sets the setting which determines if on type formatting can be dynamically registered.

PublishDiagnostics

Gets or sets the setting publish diagnostics setting

RangeFormatting

Gets or sets the setting which determines if range formatting can be dynamically registered.

References

Gets or sets the setting which determines if references can be dynamically registered.

Rename

Gets or sets the setting which determines if rename can be dynamically registered.

SemanticTokens

Gets or sets a setting indicating whether semantic tokens is supported.

SignatureHelp

Gets or sets the setting which determines if signature help can be dynamically registered.

Synchronization

Gets or sets the synchronization setting.

TypeDefinition

Gets or sets the settings which determines if type definition can be dynamically registered.

Applies to