AbstractTextDocumentRegistrationAndWorkDoneProgressOptions |
Options to signal work done progress support in server capabilities and TextDocumentRegistrationOptions.
|
AbstractWorkDoneProgressOptions |
Options to signal work done progress support in server capabilities.
|
AnnotatedTextEdit |
A special text edit with an additional change annotation.
|
ApplyWorkspaceEditParams |
The workspace/applyEdit request is sent from the server to the client to modify resource on the client side.
|
ApplyWorkspaceEditResponse |
The result of the `workspace/applyEdit` request.
|
CallHierarchyCapabilities |
Capabilities specific to the textDocument/prepareCallHierarchy .
|
CallHierarchyIncomingCall |
Represents an incoming call, e.g.
|
CallHierarchyIncomingCallsParams |
The parameter of a `callHierarchy/incomingCalls` request.
|
CallHierarchyItem |
The result of a textDocument/prepareCallHierarchy request.
|
CallHierarchyOptions |
Since 3.16.0
|
CallHierarchyOutgoingCall |
Represents an outgoing call, e.g.
|
CallHierarchyOutgoingCallsParams |
The parameter of a `callHierarchy/outgoingCalls` request.
|
CallHierarchyPrepareParams |
The parameter of a `textDocument/prepareCallHierarchy` request.
|
CallHierarchyRegistrationOptions |
Since 3.16.0
|
ChangeAnnotation |
Additional information that describes document changes.
|
ClientCapabilities |
`ClientCapabilities` now define capabilities for dynamic registration, workspace and text document features the client supports.
|
ClientInfo |
Information about the client
|
CodeAction |
A code action represents a change that can be performed in code, e.g.
|
CodeActionCapabilities |
Capabilities specific to the `textDocument/codeAction`
|
CodeActionContext |
Contains additional diagnostic information about the context in which a code action is run.
|
CodeActionDisabled |
Marks that the code action cannot currently be applied.
|
CodeActionKind |
The kind of a code action.
|
CodeActionKindCapabilities |
|
CodeActionLiteralSupportCapabilities |
|
CodeActionOptions |
Code Action options.
|
CodeActionParams |
The code action request is sent from the client to the server to compute commands for a given text document and range.
|
CodeActionRegistrationOptions |
Code Action registration options.
|
CodeActionResolveSupportCapabilities |
Whether the client supports resolving additional code action
properties via a separate `codeAction/resolve` request.
|
CodeLens |
A code lens represents a command that should be shown along with source text, like the number of references,
a way to run tests, etc.
|
CodeLensCapabilities |
Capabilities specific to the `textDocument/codeLens`
|
CodeLensOptions |
Code Lens options.
|
CodeLensParams |
The code lens request is sent from the client to the server to compute code lenses for a given text document.
|
CodeLensRegistrationOptions |
|
CodeLensWorkspaceCapabilities |
Capabilities specific to the code lens requests scoped to the
workspace.
|
Color |
Represents a color in RGBA space.
|
ColorInformation |
Since 3.6.0
|
ColorPresentation |
Since 3.6.0
|
ColorPresentationParams |
The color presentation request is sent from the client to the server to obtain a list of presentations
for a color value at a given location.
|
ColorProviderCapabilities |
Capabilities specific to the `textDocument/documentColor` and the
`textDocument/colorPresentation` request.
|
ColorProviderOptions |
Document color options.
|
Command |
Represents a reference to a command.
|
CompletionCapabilities |
Capabilities specific to the `textDocument/completion`
|
CompletionContext |
Since 3.3.0
|
CompletionItem |
The Completion request is sent from the client to the server to compute completion items at a given cursor position.
|
CompletionItemCapabilities |
The client supports the following CompletionItem specific capabilities.
|
CompletionItemDefaults |
In many cases the items of an actual completion result share the same
value for properties like CompletionItem.commitCharacters or the range of a text
edit.
|
CompletionItemInsertTextModeSupportCapabilities |
The client supports the CompletionItem.insertTextMode property on
a completion item to override the whitespace handling mode
as defined by the client.
|
CompletionItemKindCapabilities |
|
CompletionItemLabelDetails |
Additional details for a completion item label.
|
CompletionItemOptions |
The server supports the following CompletionItem specific capabilities.
|
CompletionItemResolveSupportCapabilities |
Indicates which properties a client can resolve lazily on a completion
item.
|
CompletionItemTagSupportCapabilities |
Client supports the tag property on a completion item.
|
CompletionList |
Represents a collection of completion items to be presented in the editor.
|
CompletionListCapabilities |
The client supports the following CompletionList specific
capabilities.
|
CompletionOptions |
Completion options.
|
CompletionParams |
The Completion request is sent from the client to the server to compute completion items at a given cursor position.
|
CompletionRegistrationOptions |
|
ConfigurationItem |
A ConfigurationItem consist of the configuration section to ask for and an additional scope URI.
|
ConfigurationParams |
The workspace/configuration request is sent from the server to the client to fetch configuration
settings from the client.
|
CreateFile |
Create file operation
|
CreateFileOptions |
Options to create a file.
|
CreateFilesParams |
The parameters sent in notifications/requests for user-initiated creation
of files.
|
DeclarationCapabilities |
Capabilities specific to the `textDocument/declaration`
|
DeclarationOptions |
Since 3.14.0
|
DeclarationParams |
The go to declaration request is sent from the client to the server to resolve the declaration
location of a symbol at a given text document position.
|
DeclarationRegistrationOptions |
Since 3.14.0
|
DefinitionCapabilities |
Capabilities specific to the `textDocument/definition`
|
DefinitionOptions |
|
DefinitionParams |
The go to definition request is sent from the client to the server to resolve the definition
location of a symbol at a given text document position.
|
DefinitionRegistrationOptions |
|
DeleteFile |
Delete file operation
|
DeleteFileOptions |
Delete file options
|
DeleteFilesParams |
The parameters sent in notifications/requests for user-initiated deletes
of files.
|
Diagnostic |
Represents a diagnostic, such as a compiler error or warning.
|
DiagnosticCapabilities |
Client capabilities specific to diagnostic pull requests.
|
DiagnosticCodeDescription |
Structure to capture a description for an error code.
|
DiagnosticRegistrationOptions |
Diagnostic registration options.
|
DiagnosticRelatedInformation |
Represents a related message and source code location for a diagnostic.
|
DiagnosticServerCancellationData |
Cancellation data returned from a diagnostic request.
|
DiagnosticsTagSupport |
|
DiagnosticWorkspaceCapabilities |
Workspace client capabilities specific to diagnostic pull requests.
|
DidChangeConfigurationCapabilities |
Capabilities specific to the `workspace/didChangeConfiguration` notification.
|
DidChangeConfigurationParams |
A notification sent from the client to the server to signal the change of configuration settings.
|
DidChangeNotebookDocumentParams |
The params sent in a change notebook document notification.
|
DidChangeTextDocumentParams |
The document change notification is sent from the client to the server to signal changes to a text document.
|
DidChangeWatchedFilesCapabilities |
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
|
DidChangeWatchedFilesParams |
The watched files notification is sent from the client to the server when the client detects changes
to file watched by the language client.
|
DidChangeWatchedFilesRegistrationOptions |
|
DidChangeWorkspaceFoldersParams |
The workspace/didChangeWorkspaceFolders notification is sent from the client to the server to
inform the server about workspace folder configuration changes.
|
DidCloseNotebookDocumentParams |
The params sent in a close notebook document notification.
|
DidCloseTextDocumentParams |
The document close notification is sent from the client to the server when the document got closed in the client.
|
DidOpenNotebookDocumentParams |
The params sent in an open notebook document notification.
|
DidOpenTextDocumentParams |
The document open notification is sent from the client to the server to signal newly opened text documents.
|
DidSaveNotebookDocumentParams |
The params sent in a save notebook document notification.
|
DidSaveTextDocumentParams |
The document save notification is sent from the client to the server when the document was saved in the client.
|
DocumentColorParams |
The document color request is sent from the client to the server to list all color references
found in a given text document.
|
DocumentDiagnosticParams |
Parameters of the document diagnostic request.
|
DocumentDiagnosticReport |
The result of a document diagnostic pull request.
|
DocumentDiagnosticReportKind |
The document diagnostic report kinds.
|
DocumentDiagnosticReportPartialResult |
A partial result for a document diagnostic report.
|
DocumentFilter |
A document filter denotes a document through properties like language, schema or pattern.
|
DocumentFormattingOptions |
Document formatting options.
|
DocumentFormattingParams |
The document formatting request is sent from the server to the client to format a whole document.
|
DocumentFormattingRegistrationOptions |
Document formatting registration options.
|
DocumentHighlight |
A document highlight is a range inside a text document which deserves special attention.
|
DocumentHighlightCapabilities |
Capabilities specific to the `textDocument/documentHighlight`
|
DocumentHighlightOptions |
|
DocumentHighlightParams |
The document highlight request is sent from the client to the server to resolve a document highlights
for a given text document position.
|
DocumentHighlightRegistrationOptions |
|
DocumentLink |
A document link is a range in a text document that links to an internal or external resource, like another
text document or a web site.
|
DocumentLinkCapabilities |
Capabilities specific to the `textDocument/documentLink`
|
DocumentLinkOptions |
Document link options
|
DocumentLinkParams |
The document links request is sent from the client to the server to request the location of links in a document.
|
DocumentLinkRegistrationOptions |
|
DocumentOnTypeFormattingOptions |
Format document on type options
|
DocumentOnTypeFormattingParams |
The document on type formatting request is sent from the client to the server to format parts of the document during typing.
|
DocumentOnTypeFormattingRegistrationOptions |
|
DocumentRangeFormattingOptions |
Document range formatting options.
|
DocumentRangeFormattingParams |
The document range formatting request is sent from the client to the server to format a given range in a document.
|
DocumentRangeFormattingRegistrationOptions |
Document range formatting registration options.
|
DocumentSymbol |
Represents programming constructs like variables, classes, interfaces etc.
|
DocumentSymbolCapabilities |
Capabilities specific to the `textDocument/documentSymbol`
|
DocumentSymbolOptions |
|
DocumentSymbolParams |
The document symbol request is sent from the client to the server to list all symbols found in a given text document.
|
DocumentSymbolRegistrationOptions |
|
DynamicRegistrationCapabilities |
|
ExecuteCommandCapabilities |
Capabilities specific to the `workspace/executeCommand` request.
|
ExecuteCommandOptions |
Execute command options.
|
ExecuteCommandParams |
The workspace/executeCommand request is sent from the client to the server to trigger command
execution on the server.
|
ExecuteCommandRegistrationOptions |
Execute command registration options.
|
ExecutionSummary |
Since 3.17.0
|
FailureHandlingKind |
The kind of failure handling supported by the client.
|
FileCreate |
Represents information on a file/folder create.
|
FileDelete |
Represents information on a file/folder delete.
|
FileEvent |
An event describing a file change.
|
FileOperationFilter |
A filter to describe in which file operation requests or notifications
the server is interested in.
|
FileOperationOptions |
The options for file operations.
|
FileOperationPattern |
A pattern to describe in which file operation requests or notifications
the server is interested in.
|
FileOperationPatternKind |
A pattern kind describing if a glob pattern matches a file a folder or
both.
|
FileOperationPatternOptions |
Matching options for the file operation pattern.
|
FileOperationsServerCapabilities |
The server is interested in file notifications/requests.
|
FileOperationsWorkspaceCapabilities |
The client has support for file requests/notifications.
|
FileRename |
Represents information on a file/folder rename.
|
FileSystemWatcher |
|
FoldingRange |
Represents a folding range.
|
FoldingRangeCapabilities |
Capabilities specific to `textDocument/foldingRange` requests.
|
FoldingRangeKind |
A set of predefined range kinds.
|
FoldingRangeKindSupportCapabilities |
Specific options for the folding range kind.
|
FoldingRangeProviderOptions |
Folding range options.
|
FoldingRangeRequestParams |
The folding range request is sent from the client to the server to return all folding
ranges found in a given text document.
|
FoldingRangeSupportCapabilities |
Specific options for the folding range.
|
FormattingCapabilities |
Capabilities specific to the `textDocument/formatting`
|
FormattingOptions |
Value-object describing what options formatting should use.
|
FullDocumentDiagnosticReport |
A diagnostic report with a full set of problems.
|
GeneralClientCapabilities |
General client capabilities.
|
Hover |
The result of a hover request.
|
HoverCapabilities |
Capabilities specific to the `textDocument/hover`
|
HoverOptions |
Hover options.
|
HoverParams |
The hover request is sent from the client to the server to request hover information at a given
text document position.
|
HoverRegistrationOptions |
Hover registration options.
|
ImplementationCapabilities |
Capabilities specific to the `textDocument/implementation`.
|
ImplementationOptions |
Since 3.6.0
|
ImplementationParams |
The go to implementation request is sent from the client to the server to resolve the implementation
location of a symbol at a given text document position.
|
ImplementationRegistrationOptions |
Since 3.6.0
|
InitializedParams |
|
InitializeError |
|
InitializeParams |
The initialize request is sent as the first request from the client to the server.
|
InitializeResult |
|
InlayHint |
Inlay hint information.
|
InlayHintCapabilities |
Capabilities specific to the textDocument/inlayHint request.
|
InlayHintLabelPart |
An inlay hint label part allows for interactive and composite labels
of inlay hints.
|
InlayHintParams |
A parameter literal used in inlay hint requests.
|
InlayHintRegistrationOptions |
Inlay hint options used during static or dynamic registration.
|
InlayHintResolveSupportCapabilities |
Indicates which properties a client can resolve lazily on a inlay hint.
|
InlayHintWorkspaceCapabilities |
Client workspace capabilities specific to inlay hints.
|
InlineValue |
Inline value information can be provided by different means:
- directly as a text value ( InlineValueText ).
|
InlineValueCapabilities |
Client capabilities specific to inline values.
|
InlineValueContext |
Additional information about the context in which inline values were
requested.
|
InlineValueEvaluatableExpression |
Provide an inline value through an expression evaluation.
|
InlineValueParams |
A parameter literal used in inline value requests.
|
InlineValueRegistrationOptions |
Inline value options used during static or dynamic registration.
|
InlineValueText |
Provide inline value as text.
|
InlineValueVariableLookup |
Provide inline value through a variable lookup.
|
InlineValueWorkspaceCapabilities |
Client workspace capabilities specific to inline values.
|
InsertReplaceEdit |
A special text edit to provide an insert and a replace operation.
|
InsertReplaceRange |
Since 3.17.0
|
LinkedEditingRangeCapabilities |
Capabilities specific to the textDocument/linkedEditingRange request.
|
LinkedEditingRangeOptions |
Linked editing range options.
|
LinkedEditingRangeParams |
The linked editing range request is sent from the client to the server to return for a given position
in a document the range of the symbol at the position and all ranges that have the same content.
|
LinkedEditingRangeRegistrationOptions |
Linked editing range registration options.
|
LinkedEditingRanges |
The linked editing range response is sent from the server to the client to return the range of the symbol
at the given position and all ranges that have the same content.
|
Location |
Represents a location inside a resource, such as a line inside a text file.
|
LocationLink |
Represents a link between a source and a target location.
|
LogTraceParams |
A notification to log the trace of the server's execution.
|
MarkdownCapabilities |
Client capabilities specific to the used markdown parser.
|
MarkedString |
Deprecated.
|
MarkupContent |
A MarkupContent literal represents a string value which content is interpreted based on its
kind flag.
|
MarkupKind |
|
MessageActionItem |
The show message request is sent from a server to a client to ask the client to display a particular message in the
user class.
|
MessageParams |
The show message notification is sent from a server to a client to ask the client to display a particular message
in the user class.
|
Moniker |
Moniker definition to match LSIF 0.5 moniker definition.
|
MonikerCapabilities |
Capabilities specific to the textDocument/moniker request.
|
MonikerKind |
The moniker kind.
|
MonikerOptions |
Moniker options.
|
MonikerParams |
The moniker request is sent from the client to the server to get the symbol monikers for a given text document position.
|
MonikerRegistrationOptions |
Moniker registration options.
|
NotebookCell |
A notebook cell.
|
NotebookCellArrayChange |
A change describing how to move a `NotebookCell`
array from state S to S'.
|
NotebookCellTextDocumentFilter |
A notebook cell text document filter denotes a cell text
document by different properties.
|
NotebookDocument |
A notebook document.
|
NotebookDocumentChangeEvent |
A change event for a notebook document.
|
NotebookDocumentChangeEventCells |
Changes to cells
|
NotebookDocumentChangeEventCellStructure |
Changes to the cell structure to add or
remove cells.
|
NotebookDocumentChangeEventCellTextContent |
Changes to the text content of notebook cells.
|
NotebookDocumentClientCapabilities |
Capabilities specific to the notebook document support.
|
NotebookDocumentFilter |
A notebook document filter denotes a notebook document by
different properties.
|
NotebookDocumentIdentifier |
A literal to identify a notebook document in the client.
|
NotebookDocumentSyncClientCapabilities |
Notebook specific client capabilities.
|
NotebookDocumentSyncOptions |
Options specific to a notebook plus
its cells to be synced to the server.
|
NotebookDocumentSyncRegistrationOptions |
Registration options specific to a notebook.
|
NotebookSelector |
The notebooks to be synced.
|
NotebookSelectorCell |
The cell of the matching notebook to be synced.
|
OnTypeFormattingCapabilities |
Capabilities specific to the `textDocument/onTypeFormatting`
|
ParameterInformation |
Represents a parameter of a callable-signature.
|
ParameterInformationCapabilities |
Client capabilities specific to parameter information.
|
Position |
Position in a text document expressed as zero-based line and character offset.
|
PositionEncodingKind |
A set of predefined position encoding kinds indicating how
positions are encoded, specifically what column offsets mean.
|
PrepareRenameDefaultBehavior |
One of the result types of the `textDocument/prepareRename` request.
|
PrepareRenameParams |
The prepare rename request is sent from the client to the server to setup and test the validity of a
rename operation at a given location.
|
PrepareRenameResult |
One of the result types of the `textDocument/prepareRename` request.
|
PreviousResultId |
A previous result id in a workspace pull request.
|
ProgressParams |
The base protocol offers also support to report progress in a generic fashion.
|
PublishDiagnosticsCapabilities |
Capabilities specific to `textDocument/publishDiagnostics`.
|
PublishDiagnosticsParams |
Diagnostics notification are sent from the server to the client to signal results of validation runs.
|
Range |
A range in a text document expressed as (zero-based) start and end positions.
|
RangeFormattingCapabilities |
Capabilities specific to the `textDocument/rangeFormatting`
|
ReferenceContext |
The references request is sent from the client to the server to resolve project-wide references for the symbol
denoted by the given text document position.
|
ReferenceOptions |
|
ReferenceParams |
The references request is sent from the client to the server to resolve project-wide references for the symbol
denoted by the given text document position.
|
ReferenceRegistrationOptions |
|
ReferencesCapabilities |
Capabilities specific to the `textDocument/references`
|
Registration |
General parameters to register for a capability.
|
RegistrationParams |
The client/registerCapability request is sent from the server to the client to register
for a new capability on the client side.
|
RegularExpressionsCapabilities |
Client capabilities specific to regular expressions.
|
RelatedFullDocumentDiagnosticReport |
A full diagnostic report with a set of related documents.
|
RelatedUnchangedDocumentDiagnosticReport |
An unchanged diagnostic report with a set of related documents.
|
RelativePattern |
A relative pattern is a helper to construct glob patterns that are matched
relatively to a base URI.
|
RenameCapabilities |
Capabilities specific to the `textDocument/rename`
|
RenameFile |
Rename file operation
|
RenameFileOptions |
Rename file options
|
RenameFilesParams |
The parameters sent in notifications/requests for user-initiated renames
of files.
|
RenameOptions |
Rename options.
|
RenameParams |
The rename request is sent from the client to the server to do a workspace wide rename of a symbol.
|
ResourceOperation |
|
ResourceOperationKind |
The kind of resource operations supported by the client.
|
SaveOptions |
Save options.
|
SelectionRange |
A selection range represents a part of a selection hierarchy.
|
SelectionRangeCapabilities |
Capabilities specific to `textDocument/selectionRange` requests
|
SelectionRangeOptions |
Selection range options.
|
SelectionRangeParams |
A parameter literal used in selection range requests.
|
SelectionRangeRegistrationOptions |
Selection range registration options.
|
SemanticTokenModifiers |
Since 3.16.0
|
SemanticTokens |
Since 3.16.0
|
SemanticTokensCapabilities |
Since 3.16.0
|
SemanticTokensClientCapabilitiesRequests |
Since 3.16.0
|
SemanticTokensClientCapabilitiesRequestsFull |
Since 3.16.0
|
SemanticTokensDelta |
Since 3.16.0
|
SemanticTokensDeltaParams |
The request is sent from the client to the server to resolve semantic token deltas for a given whole file.
|
SemanticTokensDeltaPartialResult |
Since 3.16.0
|
SemanticTokensEdit |
Since 3.16.0
|
SemanticTokensLegend |
The legend used by the server
|
SemanticTokensParams |
The request is sent from the client to the server to resolve semantic tokens for a given whole file.
|
SemanticTokensPartialResult |
Since 3.16.0
|
SemanticTokensRangeParams |
The request is sent from the client to the server to resolve semantic tokens for a range in a given file.
|
SemanticTokensServerFull |
Server supports providing semantic tokens for a full document.
|
SemanticTokensWithRegistrationOptions |
Since 3.16.0
|
SemanticTokensWorkspaceCapabilities |
Capabilities specific to the semantic token requests scoped to the
workspace.
|
SemanticTokenTypes |
Since 3.16.0
|
ServerCapabilities |
The server can signal these capabilities
|
ServerInfo |
Information about the server.
|
SetTraceParams |
A notification that should be used by the client to modify the trace setting of the server.
|
ShowDocumentCapabilities |
Client capabilities for the show document request.
|
ShowDocumentParams |
Params to show a document.
|
ShowDocumentResult |
The result of an show document request.
|
ShowMessageRequestParams |
The show message request is sent from a server to a client to ask the client to display a particular message in the
user class.
|
SignatureHelp |
Signature help represents the signature of something callable.
|
SignatureHelpCapabilities |
Capabilities specific to the `textDocument/signatureHelp`
|
SignatureHelpContext |
Additional information about the context in which a signature help request was triggered.
|
SignatureHelpOptions |
Signature help options.
|
SignatureHelpParams |
The signature help request is sent from the client to the server to request signature information at a given cursor position.
|
SignatureHelpRegistrationOptions |
|
SignatureInformation |
Represents the signature of something callable.
|
SignatureInformationCapabilities |
|
StaleRequestCapabilities |
Client capability that signals how the client handles stale requests
(e.g.
|
StaticRegistrationOptions |
Static registration options to be returned in the initialize request.
|
SymbolCapabilities |
Capabilities specific to the workspace/symbol request.
|
SymbolInformation |
Represents information about programming constructs like variables, classes, interfaces etc.
|
SymbolKindCapabilities |
|
SymbolTagSupportCapabilities |
|
SynchronizationCapabilities |
|
TextDocumentChangeRegistrationOptions |
Describe options to be used when registered for text document change events.
|
TextDocumentClientCapabilities |
Text document specific client capabilities.
|
TextDocumentContentChangeEvent |
An event describing a change to a text document.
|
TextDocumentEdit |
Describes textual changes on a single text document.
|
TextDocumentIdentifier |
Text documents are identified using an URI.
|
TextDocumentItem |
An item to transfer a text document from the client to the server.
|
TextDocumentPositionAndWorkDoneProgressAndPartialResultParams |
Abstract class which extends TextDocumentPosition and implements work done progress and partial result request parameter.
|
TextDocumentPositionAndWorkDoneProgressParams |
Abstract class which extends TextDocumentPosition and implements work done progress request parameter.
|
TextDocumentPositionParams |
A parameter literal used in requests to pass a text document and a position inside that document.
|
TextDocumentRegistrationOptions |
Since most of the registration options require to specify a document selector there is
a base interface that can be used.
|
TextDocumentSaveRegistrationOptions |
|
TextDocumentSyncOptions |
|
TextEdit |
A textual edit applicable to a text document.
|
TokenFormat |
Since 3.16.0
|
TraceValue |
A TraceValue represents the level of verbosity with which the server systematically reports its execution
trace using $/logTrace notifications.
|
TypeDefinitionCapabilities |
Capabilities specific to the `textDocument/typeDefinition`
|
TypeDefinitionOptions |
Since 3.6.0
|
TypeDefinitionParams |
The go to type definition request is sent from the client to the server to resolve the type definition
location of a symbol at a given text document position.
|
TypeDefinitionRegistrationOptions |
Since 3.6.0
|
TypeHierarchyCapabilities |
Capabilities specific to the textDocument/prepareTypeHierarchy .
|
TypeHierarchyItem |
Representation of an item that carries type information.
|
TypeHierarchyPrepareParams |
The type hierarchy request is sent from the client to the server to return a type hierarchy for
the language element of given text document positions.
|
TypeHierarchyRegistrationOptions |
Type hierarchy registration options.
|
TypeHierarchySubtypesParams |
The request is sent from the client to the server to resolve the subtypes for
a given type hierarchy item.
|
TypeHierarchySupertypesParams |
The request is sent from the client to the server to resolve the supertypes for
a given type hierarchy item.
|
UnchangedDocumentDiagnosticReport |
A diagnostic report indicating that the last returned
report is still accurate.
|
UniquenessLevel |
Moniker uniqueness level to define scope of the moniker.
|
Unregistration |
General parameters to unregister a capability.
|
UnregistrationParams |
The client/unregisterCapability request is sent from the server to the client to unregister
a previously registered capability.
|
VersionedNotebookDocumentIdentifier |
A versioned notebook document identifier.
|
VersionedTextDocumentIdentifier |
An identifier to denote a specific version of a text document.
|
WatchKind |
|
WillSaveTextDocumentParams |
|
WindowClientCapabilities |
Window specific client capabilities.
|
WindowShowMessageRequestActionItemCapabilities |
|
WindowShowMessageRequestCapabilities |
Show message request client capabilities
|
WorkDoneProgressAndPartialResultParams |
Abstract class which implements work done progress and partial result request parameter.
|
WorkDoneProgressBegin |
The $/progress notification payload to start progress reporting.
|
WorkDoneProgressCancelParams |
The window/workDoneProgress/cancel notification is sent from the client to the server to cancel a progress initiated on the server side using the
window/workDoneProgress/create .
|
WorkDoneProgressCreateParams |
The window/workDoneProgress/create request is sent from the server to the client to ask the client to create a work done progress.
|
WorkDoneProgressEnd |
The notification payload about progress reporting.
|
WorkDoneProgressReport |
The notification payload about progress reporting.
|
WorkspaceClientCapabilities |
Workspace specific client capabilities.
|
WorkspaceDiagnosticParams |
Parameters of the workspace diagnostic request.
|
WorkspaceDiagnosticReport |
A workspace diagnostic report.
|
WorkspaceDiagnosticReportPartialResult |
A partial result for a workspace diagnostic report.
|
WorkspaceDocumentDiagnosticReport |
A workspace diagnostic document report.
|
WorkspaceEdit |
A workspace edit represents changes to many resources managed in the workspace.
|
WorkspaceEditCapabilities |
|
WorkspaceEditChangeAnnotationSupportCapabilities |
Whether the client in general supports change annotations on text edits,
create file, rename file and delete file changes.
|
WorkspaceFolder |
The workspace/workspaceFolders request is sent from the server to the client to fetch
the current open list of workspace folders.
|
WorkspaceFoldersChangeEvent |
The workspace folder change event.
|
WorkspaceFoldersOptions |
The server supports workspace folder.
|
WorkspaceFullDocumentDiagnosticReport |
A full document diagnostic report for a workspace diagnostic result.
|
WorkspaceServerCapabilities |
Workspace specific server capabilities
|
WorkspaceSymbol |
A special workspace symbol that supports locations without a range
|
WorkspaceSymbolLocation |
A special workspace symbol that supports locations without a range
|
WorkspaceSymbolOptions |
The options of a Workspace Symbol Request.
|
WorkspaceSymbolParams |
The parameters of a Workspace Symbol Request.
|
WorkspaceSymbolRegistrationOptions |
The options of a Workspace Symbol Registration Request.
|
WorkspaceSymbolResolveSupportCapabilities |
The client support partial workspace symbols.
|
WorkspaceUnchangedDocumentDiagnosticReport |
An unchanged document diagnostic report for a workspace diagnostic result.
|