- GeneralClientCapabilities - Class in org.eclipse.lsp4j
-
General client capabilities.
- GeneralClientCapabilities() - Constructor for class org.eclipse.lsp4j.GeneralClientCapabilities
-
- getActions() - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
-
The message action items to present.
- getActiveParameter() - Method in class org.eclipse.lsp4j.SignatureHelp
-
The active parameter of the active signature.
- getActiveParameter() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The index of the active parameter.
- getActiveParameterSupport() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
- getActiveSignature() - Method in class org.eclipse.lsp4j.SignatureHelp
-
The active signature.
- getActiveSignatureHelp() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
- getAdded() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of added workspace folders
- getAdditionalPropertiesSupport() - Method in class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
-
Whether the client supports additional attributes which
are preserved and sent back to the server in the
request's response.
- getAdditionalTextEdits() - Method in class org.eclipse.lsp4j.ColorPresentation
-
An optional array of additional text edits that are applied when
selecting this color presentation.
- getAdditionalTextEdits() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional array of additional text edits that are applied when
selecting this completion.
- getAlpha() - Method in class org.eclipse.lsp4j.Color
-
The alpha component of this color in the range [0-1].
- getAnnotationId() - Method in class org.eclipse.lsp4j.AnnotatedTextEdit
-
The actual annotation identifier
- getAnnotationId() - Method in class org.eclipse.lsp4j.ResourceOperation
-
An optional annotation identifer describing the operation.
- getApplyEdit() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports applying batch edits to the workspace by supporting
the request 'workspace/applyEdit'.
- getArguments() - Method in class org.eclipse.lsp4j.Command
-
Arguments that the command handler should be invoked with.
- getArguments() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
Arguments that the command should be invoked with.
- getBlue() - Method in class org.eclipse.lsp4j.Color
-
The blue component of this color in the range [0-1].
- getBoolean(String) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- getCallHierarchy() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/prepareCallHierarchy.
- getCallHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Call Hierarchy support.
- getCancellable() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Controls if a cancel button should show to allow the user to cancel the
long running operation.
- getCancellable() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Controls enablement state of a cancel button.
- getCapabilities() - Method in class org.eclipse.lsp4j.InitializeParams
-
The capabilities provided by the client (editor)
- getCapabilities() - Method in class org.eclipse.lsp4j.InitializeResult
-
The capabilities the language server provides.
- getCh() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The character that has been typed.
- getChange() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Change notifications are sent to the server.
- getChangeAnnotations() - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
- getChangeAnnotationSupport() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Whether the client in general supports change annotations on text edits,
create file, rename file and delete file changes.
- getChangeNotifications() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
Whether the server wants to receive workspace folder
change notifications.
- getChanges() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
-
The actual file events.
- getChanges() - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
Holds changes to existing resources.
- getCharacter() - Method in class org.eclipse.lsp4j.Position
-
Character offset on a line in a document (zero-based).
- getChildren() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Children of this symbol, e.g.
- getChildren() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
If this type hierarchy item is resolved, it contains the direct children of the current item.
- getChildren(T) - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
-
Returns with the children (direct descendants) of the node argument.
- getChildren(DocumentSymbol) - Method in class org.eclipse.lsp4j.util.DocumentSymbols.DocumentSymbolIterator
-
- getClientInfo() - Method in class org.eclipse.lsp4j.InitializeParams
-
Information about the client
Since 3.15.0
- getClientName() - Method in class org.eclipse.lsp4j.InitializeParams
-
- getCode() - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's code.
- getCodeAction() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/codeAction
- getCodeActionKind() - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
-
The code action kind is support with the following value
set.
- getCodeActionKinds() - Method in class org.eclipse.lsp4j.CodeActionOptions
-
CodeActionKinds that this server may return.
- getCodeActionKinds() - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
-
CodeActionKinds that this server may return.
- getCodeActionLiteralSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
The client support code action literals as a valid
response of the `textDocument/codeAction` request.
- getCodeActionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code actions.
- getCodeDescription() - Method in class org.eclipse.lsp4j.Diagnostic
-
An optional property to describe the error code.
- getCodeDescriptionSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports a codeDescription property
Since 3.16.0
- getCodeLens() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/codeLens
- getCodeLens() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the code lens requests scoped to the
workspace.
- getCodeLensProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code lens.
- getColor() - Method in class org.eclipse.lsp4j.ColorInformation
-
The actual color value for this color range.
- getColor() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The color information to request presentations for.
- getColorProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides color provider support.
- getColorProvider() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/documentColor and the
textDocument/colorPresentation request.
- getCommand() - Method in class org.eclipse.lsp4j.CodeAction
-
A command this code action executes.
- getCommand() - Method in class org.eclipse.lsp4j.CodeLens
-
The command this code lens represents.
- getCommand() - Method in class org.eclipse.lsp4j.Command
-
The identifier of the actual command handler.
- getCommand() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional command that is executed *after* inserting this completion.
- getCommand() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
The identifier of the actual command handler.
- getCommands() - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
-
The commands to be executed on the server
- getCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional set of characters that when pressed while this completion is active will accept it first and
then type that character.
- getCommitCharactersSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports commit characters on a completion item.
- getCompletion() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/completion
- getCompletionItem() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionItem specific
capabilities.
- getCompletionItemKind() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
- getCompletionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides completion support.
- getConfiguration() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports `workspace/configuration` requests.
- getContainerName() - Method in class org.eclipse.lsp4j.SymbolInformation
-
The name of the symbol containing this symbol.
- getContentChanges() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The actual content changes.
- getContentFormat() - Method in class org.eclipse.lsp4j.HoverCapabilities
-
Client supports the following content formats if the content
property refers to
MarkupContent.
- getContents() - Method in class org.eclipse.lsp4j.Hover
-
The hover's content as markdown
- getContext() - Method in class org.eclipse.lsp4j.CodeActionParams
-
Context carrying additional information.
- getContext() - Method in class org.eclipse.lsp4j.CompletionParams
-
The completion context.
- getContext() - Method in class org.eclipse.lsp4j.ReferenceParams
-
- getContext() - Method in class org.eclipse.lsp4j.SignatureHelpParams
-
The signature help context.
- getContextSupport() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports sending additional context information for a
`textDocument/completion` request.
- getContextSupport() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
The client supports to send additional context information for a
`textDocument/signatureHelp` request.
- getCurrent() - Method in class org.eclipse.lsp4j.ResourceChange
-
Deprecated.
The Uri for current resource.
- getData() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
A data entry field that is preserved between a call hierarchy prepare and
incoming calls or outgoing calls requests.
- getData() - Method in class org.eclipse.lsp4j.CodeAction
-
A data entry field that is preserved on a code action between
a `textDocument/codeAction` and a `codeAction/resolve` request.
- getData() - Method in class org.eclipse.lsp4j.CodeLens
-
A data entry field that is preserved on a code lens item between a code lens and a code lens resolve request.
- getData() - Method in class org.eclipse.lsp4j.CompletionItem
-
A data entry field that is preserved on a completion item between a completion and a completion resolve request.
- getData() - Method in class org.eclipse.lsp4j.Diagnostic
-
A data entry field that is preserved between a `textDocument/publishDiagnostics`
notification and `textDocument/codeAction` request.
- getData() - Method in class org.eclipse.lsp4j.DocumentLink
-
A data entry field that is preserved on a document link between a
DocumentLinkRequest and a DocumentLinkResolveRequest.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokens
-
The actual tokens.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The elements to insert.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
-
- getData() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
An optional data field can be used to identify a type hierarchy item in a resolve request.
- getDataSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the
CodeAction.data property which is
preserved between a `textDocument/codeAction` and a
`codeAction/resolve` request.
- getDataSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether code action supports the
Diagnostic.data property which is
preserved between a `textDocument/publishDiagnostics` and
`textDocument/codeAction` request.
- getDeclaration() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/declaration
Since 3.14.0
- getDeclarationProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides go to declaration support.
- getDefinition() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/definition
Since 3.14.0
- getDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides goto definition support.
- getDeleteCount() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The count of elements to remove.
- getDelta() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
The client will send the `textDocument/semanticTokens/full/delta` request if
the server provides a corresponding handler.
- getDelta() - Method in class org.eclipse.lsp4j.SemanticTokensServerFull
-
The server supports deltas for full documents.
- getDeprecated() - Method in class org.eclipse.lsp4j.CompletionItem
-
- getDeprecated() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
- getDeprecated() - Method in class org.eclipse.lsp4j.SymbolInformation
-
- getDeprecated() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
true if the hierarchy item is deprecated.
- getDeprecatedSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the deprecated property on a completion item.
- getDescription() - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A human-readable string which is rendered less prominent in
the user interface.
- getDetail() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
More detail for this item, e.g the signature of a function.
- getDetail() - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string with additional information about this item, like type or symbol information.
- getDetail() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
More detail for this symbol, e.g the signature of a function.
- getDetail() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
Optional detail for the hierarchy item.
- getDiagnostics() - Method in class org.eclipse.lsp4j.CodeAction
-
The diagnostics that this code action resolves.
- getDiagnostics() - Method in class org.eclipse.lsp4j.CodeActionContext
-
An array of diagnostics.
- getDiagnostics() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
An array of diagnostic information items.
- getDidChangeConfiguration() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeConfiguration` notification.
- getDidChangeWatchedFiles() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
- getDidCreate() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didCreateFiles notifications.
- getDidCreate() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didCreateFiles notifications.
- getDidDelete() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didDeleteFiles file notifications.
- getDidDelete() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didDeleteFiles notifications.
- getDidRename() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didRenameFiles notifications.
- getDidRename() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didRenameFiles notifications.
- getDidSave() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports did save notifications.
- getDirection() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The direction of the type hierarchy resolution.
- getDirection() - Method in class org.eclipse.lsp4j.TypeHierarchyParams
-
The direction of the type hierarchy resolution.
- getDisabled() - Method in class org.eclipse.lsp4j.CodeAction
-
Marks that the code action cannot currently be applied.
- getDisabledSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
- getDocumentation() - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string that represents a doc-comment.
- getDocumentation() - Method in class org.eclipse.lsp4j.ParameterInformation
-
The human-readable doc-comment of this signature.
- getDocumentation() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The human-readable doc-comment of this signature.
- getDocumentationFormat() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the following content formats for the documentation
property.
- getDocumentationFormat() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
Client supports the following content formats for the documentation
property.
- getDocumentChanges() - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
- getDocumentChanges() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
- getDocumentFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document formatting.
- getDocumentHighlight() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/documentHighlight
- getDocumentHighlightProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document highlight support.
- getDocumentLink() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/documentLink
- getDocumentLinkProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document link support.
- getDocumentOnTypeFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document formatting on typing.
- getDocumentRangeFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document range formatting.
- getDocumentSelector() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
A document selector to identify the scope of the registration.
- getDocumentSelector() - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
-
A document selector to identify the scope of the registration.
- getDocumentSymbol() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/documentSymbol
- getDocumentSymbolProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document symbol support.
- getDynamicRegistration() - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
-
Supports dynamic registration.
- getEdit() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
The edits to apply.
- getEdit() - Method in class org.eclipse.lsp4j.CodeAction
-
The workspace edit this code action performs.
- getEdits() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
The semantic token edits to transform a previous result into a new result.
- getEdits() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
-
- getEdits() - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The edits to be applied
- getEnd() - Method in class org.eclipse.lsp4j.Range
-
The range's end position
- getEndCharacter() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset before the folded range ends.
- getEndLine() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number where the folded range ends.
- getEngine() - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
-
The engine's name.
- getEvent() - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
-
The actual workspace folder change event.
- getExecuteCommand() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/executeCommand` request.
- getExecuteCommandProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides execute command support.
- getExperimental() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Experimental client capabilities.
- getExperimental() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Experimental server capabilities.
- getExternal() - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
Indicates to show the resource in an external program.
- getFailedChange() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
Depending on the client's failure handling strategy `failedChange`
might contain the index of the change that failed.
- getFailureHandling() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The failure handling strategy of a client if applying the workspace edit
fails.
- getFailureReason() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
An optional textual description for why the edit was not applied.
- getFileOperations() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for file requests/notifications.
- getFileOperations() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server is interested in file notifications/requests.
- getFiles() - Method in class org.eclipse.lsp4j.CreateFilesParams
-
An array of all files/folders created in this operation.
- getFiles() - Method in class org.eclipse.lsp4j.DeleteFilesParams
-
An array of all files/folders deleted in this operation.
- getFiles() - Method in class org.eclipse.lsp4j.RenameFilesParams
-
An array of all files/folders renamed in this operation.
- getFilters() - Method in class org.eclipse.lsp4j.FileOperationOptions
-
The actual filters.
- getFilterText() - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when filtering a set of completion items.
- getFirstTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
A character on which formatting should be triggered, like `}`.
- getFirstTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
A character on which formatting should be triggered, like `}`.
- getFoldingRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/foldingRange requests.
- getFoldingRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides folding provider support.
- getFormats() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The formats the client supports.
- getFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/formatting
- getFrom() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The item that makes the call.
- getFromRanges() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The range at which at which the calls appears.
- getFromRanges() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The range at which this item is called.
- getFull() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/full` request if
the server provides a corresponding handler.
- getFull() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a full document.
- getGeneral() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
General client capabilities.
- getGlob() - Method in class org.eclipse.lsp4j.FileOperationPattern
-
The glob pattern to match.
- getGlobPattern() - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The glob pattern to watch
- getGreen() - Method in class org.eclipse.lsp4j.Color
-
The green component of this color in the range [0-1].
- getGroupsOnLabel() - Method in class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
-
Whether the client groups edits with equal labels into tree nodes,
for instance all edits labelled with "Changes in Strings" would
be a tree node.
- getHierarchicalDocumentSymbolSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client support hierarchical document symbols.
- getHonorsChangeAnnotations() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client honors the change annotations in
text edits and resource operations returned via the
CodeAction.edit property by for example presenting
the workspace edit in the user interface and asking
for confirmation.
- getHonorsChangeAnnotations() - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Whether the client honors the change annotations in
text edits and resource operations returned via the
rename request's workspace edit by for example presenting
the workspace edit in the user interface and asking
for confirmation.
- getHover() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/hover
- getHoverProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides hover support.
- getHref() - Method in class org.eclipse.lsp4j.DiagnosticCodeDescription
-
A URI to open with more information about the diagnostic error.
- getId() - Method in class org.eclipse.lsp4j.CallHierarchyRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.ColorProviderOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.DeclarationRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.ImplementationRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.Registration
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.RenameOptions
-
- getId() - Method in class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.Unregistration
-
The id used to unregister the request or notification.
- getIdentifier() - Method in class org.eclipse.lsp4j.Moniker
-
The identifier of the moniker.
- getIgnoreCase() - Method in class org.eclipse.lsp4j.FileOperationPatternOptions
-
The pattern should be matched ignoring casing.
- getIgnoreIfExists() - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Ignore if exists.
- getIgnoreIfExists() - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Ignores if target exists.
- getIgnoreIfNotExists() - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Ignore the operation if the file doesn't exist.
- getImplementation() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/implementation
Since 3.6.0
- getImplementationProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Implementation support.
- getIncludeText() - Method in class org.eclipse.lsp4j.SaveOptions
-
The client is supposed to include the content on save.
- getIncludeText() - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
-
The client is supposed to include the content on save.
- getInitializationOptions() - Method in class org.eclipse.lsp4j.InitializeParams
-
User provided initialization options.
- getInsert() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the insert that is requested
- getInsertReplaceSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client support insert replace edit to control different behavior if a
completion item is inserted in the text or should replace text.
- getInsertText() - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be inserted a document when selecting this completion.
- getInsertTextFormat() - Method in class org.eclipse.lsp4j.CompletionItem
-
The format of the insert text.
- getInsertTextMode() - Method in class org.eclipse.lsp4j.CompletionItem
-
How whitespace and indentation is handled during completion item
insertion.
- getInsertTextModeSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
The client supports the
CompletionItem.insertTextMode property on
a completion item to override the whitespace handling mode
as defined by the client.
- getIsPreferred() - Method in class org.eclipse.lsp4j.CodeAction
-
Marks this as a preferred action.
- getIsPreferredSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
- getItem() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
-
- getItem() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
-
- getItem() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The hierarchy item to resolve.
- getItems() - Method in class org.eclipse.lsp4j.CompletionList
-
The completion items.
- getItems() - Method in class org.eclipse.lsp4j.ConfigurationParams
-
- getKind() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The kind of this item.
- getKind() - Method in class org.eclipse.lsp4j.CodeAction
-
The kind of the code action.
- getKind() - Method in class org.eclipse.lsp4j.CompletionItem
-
The kind of this completion item.
- getKind() - Method in class org.eclipse.lsp4j.DocumentHighlight
-
- getKind() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The kind of this symbol.
- getKind() - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The kind of events of interest.
- getKind() - Method in class org.eclipse.lsp4j.FoldingRange
-
- getKind() - Method in class org.eclipse.lsp4j.MarkupContent
-
The type of the Markup.
- getKind() - Method in class org.eclipse.lsp4j.Moniker
-
The moniker kind if known.
- getKind() - Method in class org.eclipse.lsp4j.ResourceOperation
-
The kind of resource operation.
- getKind() - Method in class org.eclipse.lsp4j.SymbolInformation
-
The kind of this symbol.
- getKind() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The kind of the hierarchy item.
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Always return begin
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
-
Always return end
- getKind() - Method in interface org.eclipse.lsp4j.WorkDoneProgressNotification
-
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Always return report
- getLabel() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
An optional label of the workspace edit.
- getLabel() - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A human-readable string describing the actual change.
- getLabel() - Method in class org.eclipse.lsp4j.ColorPresentation
-
The label of this color presentation.
- getLabel() - Method in class org.eclipse.lsp4j.CompletionItem
-
The label of this completion item.
- getLabel() - Method in class org.eclipse.lsp4j.DocumentSymbolOptions
-
A human-readable string that is shown when multiple outlines trees
are shown for the same document.
- getLabel() - Method in class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
-
A human-readable string that is shown when multiple outlines trees
are shown for the same document.
- getLabel() - Method in class org.eclipse.lsp4j.ParameterInformation
-
The label of this parameter information.
- getLabel() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The label of this signature.
- getLabelOffsetSupport() - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
-
The client supports processing label offsets instead of a
simple label string.
- getLabelSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports an additional label presented in the UI when
registering a document symbol provider.
- getLanguage() - Method in class org.eclipse.lsp4j.DocumentFilter
-
A language id, like `typescript`.
- getLanguage() - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- getLanguageId() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's language identifier
- getLegend() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The legend used by the server
- getLine() - Method in class org.eclipse.lsp4j.Position
-
Line position in a document (zero-based).
- getLineFoldingOnly() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
If set, the client signals that it only supports folding complete lines.
- getLinkedEditingRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/linkedEditingRange request.
- getLinkedEditingRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides linked editing range support.
- getLinkSupport() - Method in class org.eclipse.lsp4j.DeclarationCapabilities
-
The client supports additional metadata in the form of declaration links.
- getLinkSupport() - Method in class org.eclipse.lsp4j.DefinitionCapabilities
-
The client supports additional metadata in the form of definition links.
- getLinkSupport() - Method in class org.eclipse.lsp4j.ImplementationCapabilities
-
The client supports additional metadata in the form of definition links.
- getLinkSupport() - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
-
The client supports additional metadata in the form of definition links.
- getLocale() - Method in class org.eclipse.lsp4j.InitializeParams
-
The locale the client is currently showing the user interface
in.
- getLocation() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The location of this related diagnostic information.
- getLocation() - Method in class org.eclipse.lsp4j.SymbolInformation
-
The location of this symbol.
- getMarkdown() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capabilities specific to the client's markdown parser.
- getMatches() - Method in class org.eclipse.lsp4j.FileOperationPattern
-
Whether to match files or folders with this pattern.
- getMessage() - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's message.
- getMessage() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The message of this related diagnostic information.
- getMessage() - Method in class org.eclipse.lsp4j.LogTraceParams
-
The message to be logged.
- getMessage() - Method in class org.eclipse.lsp4j.MessageParams
-
The actual message.
- getMessage() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional, more detailed associated progress message.
- getMessage() - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
-
Optional, a final message indicating to for example indicate the outcome
of the operation.
- getMessage() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional, more detailed associated progress message.
- getMessageActionItem() - Method in class org.eclipse.lsp4j.WindowShowMessageRequestCapabilities
-
- getMethod() - Method in class org.eclipse.lsp4j.Registration
-
The method / capability to register for.
- getMethod() - Method in class org.eclipse.lsp4j.Unregistration
-
The method / capability to unregister for.
- getMoniker() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/moniker request.
- getMonikerProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Whether server provides moniker support.
- getMoreTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
More trigger characters.
- getMoreTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
More trigger characters.
- getMultilineTokenSupport() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client supports tokens that can span multiple lines.
- getName() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The name of the item targeted by the call hierarchy request.
- getName() - Method in class org.eclipse.lsp4j.ClientInfo
-
The name of the client as defined by the client.
- getName() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The name of this symbol.
- getName() - Method in class org.eclipse.lsp4j.ServerInfo
-
The name of the server as defined by the server.
- getName() - Method in class org.eclipse.lsp4j.SymbolInformation
-
The name of this symbol.
- getName() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The human readable name of the hierarchy item.
- getName() - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The name of the workspace folder.
- getNeedsConfirmation() - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A flag which indicates that user confirmation is needed
before applying the change.
- getNewName() - Method in class org.eclipse.lsp4j.RenameParams
-
The new name of the symbol.
- getNewText() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The string to be inserted.
- getNewText() - Method in class org.eclipse.lsp4j.TextEdit
-
The string to be inserted.
- getNewUri() - Method in class org.eclipse.lsp4j.FileRename
-
A file:// URI for the new location of the file/folder being renamed.
- getNewUri() - Method in class org.eclipse.lsp4j.RenameFile
-
The new location.
- getNewUri() - Method in class org.eclipse.lsp4j.ResourceChange
-
Deprecated.
The new uri for the resource.
- getNormalizesLineEndings() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Whether the client normalizes line endings to the client specific
setting.
- getNumber(String) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- getOldUri() - Method in class org.eclipse.lsp4j.FileRename
-
A file:// URI for the original location of the file/folder being renamed.
- getOldUri() - Method in class org.eclipse.lsp4j.RenameFile
-
The old (existing) location.
- getOnly() - Method in class org.eclipse.lsp4j.CodeActionContext
-
Requested kind of actions to return.
- getOnTypeFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/onTypeFormatting
- getOpenClose() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Open and close notifications are sent to the server.
- getOptions() - Method in class org.eclipse.lsp4j.CreateFile
-
Additional options
- getOptions() - Method in class org.eclipse.lsp4j.DeleteFile
-
Delete options.
- getOptions() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The format options
- getOptions() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The format options
- getOptions() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The format options
- getOptions() - Method in class org.eclipse.lsp4j.FileOperationPattern
-
Additional options used during matching.
- getOptions() - Method in class org.eclipse.lsp4j.RenameFile
-
Rename options.
- getOriginSelectionRange() - Method in class org.eclipse.lsp4j.LocationLink
-
Span of the origin of this link.
- getOverlappingTokenSupport() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client supports tokens that can overlap each other.
- getOverwrite() - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Overwrite existing file.
- getOverwrite() - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Overwrite target if existing.
- getParameterInformation() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
Client capabilities specific to parameter information.
- getParameters() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The parameters of this signature.
- getParent() - Method in class org.eclipse.lsp4j.SelectionRange
-
The parent selection range containing this range.
- getParents() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
If this type hierarchy item is resolved, it contains the direct parents.
- getParser() - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
The name of the parser.
- getPartialResultToken() - Method in interface org.eclipse.lsp4j.PartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- getPartialResultToken() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- getPartialResultToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- getPattern() - Method in class org.eclipse.lsp4j.DocumentFilter
-
A glob pattern, like `*.{ts,js}`.
- getPattern() - Method in class org.eclipse.lsp4j.FileOperationFilter
-
The actual file operation pattern.
- getPercentage() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional progress percentage to display (value 100 is considered 100%).
- getPercentage() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional progress percentage to display (value 100 is considered 100%).
- getPlaceholder() - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
A placeholder text of the string content to be renamed.
- getPosition() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The position inside the text document.
- getPositions() - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The positions inside the text document.
- getPrepareProvider() - Method in class org.eclipse.lsp4j.RenameOptions
-
Renames should be checked and tested before being executed.
- getPrepareSupport() - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports testing for validity of rename operations
before execution.
- getPrepareSupportDefaultBehavior() - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports the default behavior result ({ defaultBehavior: boolean }).
- getPreselect() - Method in class org.eclipse.lsp4j.CompletionItem
-
Select this item when showing.
- getPreselectSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the preselect property on a completion item.
- getPreviousResultId() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The result id of a previous response.
- getProcessId() - Method in class org.eclipse.lsp4j.InitializeParams
-
The process Id of the parent process that started the server.
- getProperties() - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getProperties() - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getProperties() - Method in class org.eclipse.lsp4j.FormattingOptions
-
- getPublishDiagnostics() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/publishDiagnostics.
- getQuery() - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
-
A query string to filter symbols by.
- getRange() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range enclosing this symbol not including leading/trailing whitespace but everything else
like comments.
- getRange() - Method in class org.eclipse.lsp4j.CodeActionParams
-
The range for which the command was invoked.
- getRange() - Method in class org.eclipse.lsp4j.CodeLens
-
The range in which this code lens is valid.
- getRange() - Method in class org.eclipse.lsp4j.ColorInformation
-
The range in the document where this color appears.
- getRange() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The range where the color would be inserted.
- getRange() - Method in class org.eclipse.lsp4j.Diagnostic
-
The range at which the message applies
- getRange() - Method in class org.eclipse.lsp4j.DocumentHighlight
-
The range this highlight applies to.
- getRange() - Method in class org.eclipse.lsp4j.DocumentLink
-
The range this link applies to.
- getRange() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The range to format
- getRange() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range enclosing this symbol not including leading/trailing whitespace but everything else
like comments.
- getRange() - Method in class org.eclipse.lsp4j.Hover
-
An optional range
- getRange() - Method in class org.eclipse.lsp4j.Location
-
- getRange() - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
The range of the string to rename
- getRange() - Method in class org.eclipse.lsp4j.SelectionRange
-
The range of this selection range.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/range` request if
the server provides a corresponding handler.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The range the semantic tokens are requested for.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a specific range
of a document.
- getRange() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The range of the document that changed.
- getRange() - Method in class org.eclipse.lsp4j.TextEdit
-
The range of the text document to be manipulated.
- getRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range enclosing this type hierarchy item not including leading/trailing whitespace but everything else
like comments.
- getRangeFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/rangeFormatting
- getRangeLength() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
- getRangeLimit() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
The maximum number of folding ranges that the client prefers to receive per document.
- getRanges() - Method in class org.eclipse.lsp4j.LinkedEditingRanges
-
A list of ranges that can be renamed together.
- getReason() - Method in class org.eclipse.lsp4j.CodeActionDisabled
-
Human readable description of why the code action is currently disabled.
- getReason() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
-
A reason why a text document is saved.
- getRecursive() - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Delete the content recursively if a folder is denoted.
- getRed() - Method in class org.eclipse.lsp4j.Color
-
The red component of this color in the range [0-1].
- getReferences() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/references
- getReferencesProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides find references support.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the
server to the client.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the
server to the client.
- getRegisterOptions() - Method in class org.eclipse.lsp4j.Registration
-
Options necessary for the registration.
- getRegistrations() - Method in class org.eclipse.lsp4j.RegistrationParams
-
- getRegularExpressions() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capabilities specific to regular expressions.
- getRelatedInformation() - Method in class org.eclipse.lsp4j.Diagnostic
-
An array of related diagnostic information, e.g.
- getRelatedInformation() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client accepts diagnostics with related information.
- getRemoved() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of the removed workspace folders
- getRename() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/rename
- getRenameProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides rename support.
- getReplace() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the replace that is requested.
- getRequests() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Which requests the client supports and might send to the server.
- getResolve() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The number of hierarchy levels to resolve.
- getResolve() - Method in class org.eclipse.lsp4j.TypeHierarchyParams
-
The number of hierarchy levels to resolve.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeActionOptions
-
The server provides support to resolve additional
information for a code action.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
-
The server provides support to resolve additional
information for a code action.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeLensOptions
-
Code lens has a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
-
Code lens has a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server provides support to resolve additional information for a completion item.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server provides support to resolve additional information for a completion item.
- getResolveProvider() - Method in class org.eclipse.lsp4j.DocumentLinkOptions
-
Document links have a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
-
Document links have a resolve provider as well.
- getResolveSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client supports resolving additional code action
properties via a separate `codeAction/resolve` request.
- getResolveSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Indicates which properties a client can resolve lazily on a completion
item.
- getResourceChanges() - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
- getResourceChanges() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
- getResourceOperations() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The resource operations the client supports.
- getResultId() - Method in class org.eclipse.lsp4j.SemanticTokens
-
An optional result id.
- getResultId() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
- getRetriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
List of characters that re-trigger signature help.
- getRetriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
List of characters that re-trigger signature help.
- getRootPath() - Method in class org.eclipse.lsp4j.InitializeParams
-
- getRootUri() - Method in class org.eclipse.lsp4j.InitializeParams
-
- getSave() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Save notifications are sent to the server.
- getScheme() - Method in class org.eclipse.lsp4j.DocumentFilter
-
A uri scheme, like `file` or `untitled`.
- getScheme() - Method in class org.eclipse.lsp4j.FileOperationFilter
-
A Uri like file or untitled.
- getScheme() - Method in class org.eclipse.lsp4j.Moniker
-
The scheme of the moniker.
- getScopeUri() - Method in class org.eclipse.lsp4j.ConfigurationItem
-
The scope to get the configuration section for.
- getSection() - Method in class org.eclipse.lsp4j.ConfigurationItem
-
The configuration section asked for.
- getSelection() - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
An optional selection range if the document is a text
document.
- getSelectionRange() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- getSelectionRange() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- getSelectionRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/selectionRange` requests
Since 3.15.0
- getSelectionRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range that should be selected and revealed when this type hierarchy item is being picked, e.g the name of a function.
- getSelectionRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides selection range support.
- getSemanticTokens() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/semanticTokens.
- getSemanticTokens() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the semantic token requests scoped to the
workspace.
- getSemanticTokensProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides semantic tokens support.
- getServerInfo() - Method in class org.eclipse.lsp4j.InitializeResult
-
Information about the server.
- getSettings() - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
-
The actual changed settings.
- getSeverity() - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's severity.
- getShowDocument() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Client capabilities for the show document request.
- getShowMessage() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Capabilities specific to the showMessage request
Since 3.16.0
- getSignatureHelp() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/signatureHelp
- getSignatureHelpProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides signature help support.
- getSignatureInformation() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
- getSignatures() - Method in class org.eclipse.lsp4j.SignatureHelp
-
One or more signatures.
- getSnippetSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports snippets as insert text.
- getSortText() - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when comparing this item with other items.
- getSource() - Method in class org.eclipse.lsp4j.Diagnostic
-
A human-readable string describing the source of this diagnostic, e.g.
- getStart() - Method in class org.eclipse.lsp4j.Range
-
The range's start position
- getStart() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The start offset of the edit.
- getStartCharacter() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset from where the folded range starts.
- getStartLine() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number from where the folded range starts.
- getString(String) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- getSupported() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
The server has support for workspace folders
- getSymbol() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/symbol` request.
- getSymbolKind() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
- getSymbolKind() - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
Specific capabilities for the
SymbolKind in the `workspace/symbol` request.
- getSynchronization() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
- getSyncKind() - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
-
How documents are synced to the server.
- getTabSize() - Method in class org.eclipse.lsp4j.FormattingOptions
-
Size of a tab in spaces.
- getTags() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
Tags for this item.
- getTags() - Method in class org.eclipse.lsp4j.CompletionItem
-
Tags for this completion item.
- getTags() - Method in class org.eclipse.lsp4j.Diagnostic
-
Additional metadata about the diagnostic.
- getTags() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Tags for this document symbol.
- getTags() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Tags for this symbol.
- getTagSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the tag property on a completion item.
- getTagSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
- getTagSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports the tag property to provide meta data about a diagnostic.
- getTagSupport() - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
- getTakeFocus() - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
An optional property to indicate whether the editor
showing the document should take focus or not.
- getTarget() - Method in class org.eclipse.lsp4j.DocumentLink
-
The uri this link points to.
- getTargetRange() - Method in class org.eclipse.lsp4j.LocationLink
-
The full target range of this link.
- getTargetSelectionRange() - Method in class org.eclipse.lsp4j.LocationLink
-
The range that should be selected and revealed when this link is being followed, e.g the name of a function.
- getTargetUri() - Method in class org.eclipse.lsp4j.LocationLink
-
The target resource identifier of this link.
- getText() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
Deprecated.
- getText() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
Optional the content when saved.
- getText() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The new text of the range/document.
- getText() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The content of the opened text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Text document specific client capabilities.
- getTextDocument() - Method in class org.eclipse.lsp4j.CodeActionParams
-
The document in which the command was invoked.
- getTextDocument() - Method in class org.eclipse.lsp4j.CodeLensParams
-
The document to request code lens for.
- getTextDocument() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The document that did change.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
-
The document that was closed.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
The document that was opened.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
The document that was closed.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentColorParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The document to format.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentLinkParams
-
The document to provide document links for.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The document to format.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentSymbolParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The text document to change.
- getTextDocument() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
-
The document that will be saved.
- getTextDocumentService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
Provides access to the textDocument services.
- getTextDocumentSync() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Defines how text documents are synced.
- getTextEdit() - Method in class org.eclipse.lsp4j.ColorPresentation
-
An edit which is applied to a document when selecting
this presentation for the color.
- getTextEdit() - Method in class org.eclipse.lsp4j.CompletionItem
-
An edit which is applied to a document when selecting this completion.
- getTitle() - Method in class org.eclipse.lsp4j.CodeAction
-
A short, human-readable, title for this code action.
- getTitle() - Method in class org.eclipse.lsp4j.Command
-
Title of the command, like `save`.
- getTitle() - Method in class org.eclipse.lsp4j.MessageActionItem
-
A short title like 'Retry', 'Open Log' etc.
- getTitle() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Mandatory title of the progress operation.
- getTo() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The item that is called.
- getToken() - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress token provided by the client or server.
- getToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
-
The token to be used to report progress.
- getToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
-
The token to be used to report progress.
- getTokenModifiers() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token modifiers that the client supports.
- getTokenModifiers() - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token modifiers that the client supports.
- getTokenTypes() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token types that the client supports.
- getTokenTypes() - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token types that the client supports.
- getTooltip() - Method in class org.eclipse.lsp4j.DocumentLink
-
The tooltip text when you hover over this link.
- getTooltipSupport() - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
-
- getTrace() - Method in class org.eclipse.lsp4j.InitializeParams
-
The initial trace setting.
- getTriggerCharacter() - Method in class org.eclipse.lsp4j.CompletionContext
-
The trigger character (a single character) that has trigger code complete.
- getTriggerCharacter() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Character that caused signature help to be triggered.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The characters that trigger completion automatically.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
Most tools trigger completion request automatically without explicitly requesting
it using a keyboard shortcut (e.g.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
The characters that trigger signature help automatically.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
The characters that trigger signature help automatically.
- getTriggerKind() - Method in class org.eclipse.lsp4j.CompletionContext
-
How the completion was triggered.
- getTriggerKind() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Action that caused signature help to be triggered.
- getType() - Method in class org.eclipse.lsp4j.FileEvent
-
The change type.
- getType() - Method in class org.eclipse.lsp4j.MessageParams
-
The message type.
- getTypeDefinition() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/typeDefinition
Since 3.6.0
- getTypeDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Type Definition support.
- getTypeHierarchyCapabilities() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/typeHierarchy.
- getTypeHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Server capability for calculating super- and subtype hierarchies.
- getUnique() - Method in class org.eclipse.lsp4j.Moniker
-
The scope in which the moniker is unique.
- getUnregisterations() - Method in class org.eclipse.lsp4j.UnregistrationParams
-
- getUri() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The resource identifier of this item.
- getUri() - Method in class org.eclipse.lsp4j.CreateFile
-
The resource to create.
- getUri() - Method in class org.eclipse.lsp4j.DeleteFile
-
The file to delete.
- getUri() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
Deprecated.
- getUri() - Method in class org.eclipse.lsp4j.FileCreate
-
A file:// URI for the location of the file/folder being created.
- getUri() - Method in class org.eclipse.lsp4j.FileDelete
-
A file:// URI for the location of the file/folder being deleted.
- getUri() - Method in class org.eclipse.lsp4j.FileEvent
-
The file's uri.
- getUri() - Method in class org.eclipse.lsp4j.Location
-
- getUri() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
The URI for which diagnostic information is reported.
- getUri() - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
The document uri to show.
- getUri() - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
-
The text document's uri.
- getUri() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's uri.
- getUri() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
Deprecated.
- getUri() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The URI of the text document where this type hierarchy item belongs to.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The associated URI for this workspace folder.
- getValue() - Method in enum org.eclipse.lsp4j.CompletionItemKind
-
- getValue() - Method in enum org.eclipse.lsp4j.CompletionItemTag
-
- getValue() - Method in enum org.eclipse.lsp4j.CompletionTriggerKind
-
- getValue() - Method in enum org.eclipse.lsp4j.DiagnosticSeverity
-
- getValue() - Method in enum org.eclipse.lsp4j.DiagnosticTag
-
- getValue() - Method in enum org.eclipse.lsp4j.DocumentHighlightKind
-
- getValue() - Method in enum org.eclipse.lsp4j.FileChangeType
-
- getValue() - Method in enum org.eclipse.lsp4j.InsertTextFormat
-
- getValue() - Method in enum org.eclipse.lsp4j.InsertTextMode
-
- getValue() - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- getValue() - Method in class org.eclipse.lsp4j.MarkupContent
-
The content itself.
- getValue() - Method in enum org.eclipse.lsp4j.MessageType
-
- getValue() - Method in enum org.eclipse.lsp4j.PrepareSupportDefaultBehavior
-
- getValue() - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress data.
- getValue() - Method in enum org.eclipse.lsp4j.ResponseErrorCode
-
Deprecated.
- getValue() - Method in class org.eclipse.lsp4j.SetTraceParams
-
The new value that should be assigned to the trace setting.
- getValue() - Method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
-
- getValue() - Method in enum org.eclipse.lsp4j.SymbolKind
-
- getValue() - Method in enum org.eclipse.lsp4j.SymbolTag
-
- getValue() - Method in enum org.eclipse.lsp4j.TextDocumentSaveReason
-
- getValueSet() - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
-
The code action kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
-
- getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
-
The completion item kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
-
The tags supported by the client.
- getValueSet() - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
-
The tags supported by the client.
- getValueSet() - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
-
The symbol kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
-
The tags supported by the client.
- getVerbose() - Method in class org.eclipse.lsp4j.LogTraceParams
-
Additional information that can be computed if the
trace configuration
is set to
TraceValue.Verbose
- getVersion() - Method in class org.eclipse.lsp4j.ClientInfo
-
The client's version as defined by the client.
- getVersion() - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
The version of the parser.
- getVersion() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
Optional the version number of the document the diagnostics are published for.
- getVersion() - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
-
The engine's version.
- getVersion() - Method in class org.eclipse.lsp4j.ServerInfo
-
The server's version as defined by the server.
- getVersion() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The version number of this document (it will strictly increase after each change, including undo/redo).
- getVersion() - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
-
The version number of this document.
- getVersionSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client interprets the version property of the
`textDocument/publishDiagnostics` notification's parameter.
- getWatchers() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
-
The watchers to register.
- getWillCreate() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willCreateFiles requests.
- getWillCreate() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willCreateFiles requests.
- getWillDelete() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willDeleteFiles file requests.
- getWillDelete() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willDeleteFiles requests.
- getWillRename() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willRenameFiles requests.
- getWillRename() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willRenameFiles requests.
- getWillSave() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports sending will save notifications.
- getWillSave() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Will save notifications are sent to the server.
- getWillSaveWaitUntil() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports sending a will save request and
waits for a response providing text edits which will
be applied to the document before it is saved.
- getWillSaveWaitUntil() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Will save wait until requests are sent to the server.
- getWindow() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Window specific client capabilities.
- getWordPattern() - Method in class org.eclipse.lsp4j.LinkedEditingRanges
-
An optional word pattern (regular expression) that describes valid contents for
the given ranges.
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
-
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Whether client supports handling progress notifications.
- getWorkDoneProgress() - Method in interface org.eclipse.lsp4j.WorkDoneProgressOptions
-
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.InitializeParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in interface org.eclipse.lsp4j.WorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- getWorkspace() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Workspace specific client capabilities.
- getWorkspace() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Workspace specific server capabilities
- getWorkspaceEdit() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
- getWorkspaceFolders() - Method in class org.eclipse.lsp4j.InitializeParams
-
The workspace folders configured in the client when the server starts.
- getWorkspaceFolders() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for workspace folders.
- getWorkspaceFolders() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server supports workspace folder.
- getWorkspaceService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
Provides access to the workspace services.
- getWorkspaceSymbolProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides workspace symbol support.
- Global - Static variable in class org.eclipse.lsp4j.UniquenessLevel
-
The moniker is globally unique
- Group - Static variable in class org.eclipse.lsp4j.UniquenessLevel
-
The moniker is unique inside the group to which a project belongs
- SaveOptions - Class in org.eclipse.lsp4j
-
Save options.
- SaveOptions() - Constructor for class org.eclipse.lsp4j.SaveOptions
-
- SaveOptions(Boolean) - Constructor for class org.eclipse.lsp4j.SaveOptions
-
- Scheme - Static variable in class org.eclipse.lsp4j.UniquenessLevel
-
The moniker is unique inside the moniker scheme.
- SelectionRange - Class in org.eclipse.lsp4j
-
A selection range represents a part of a selection hierarchy.
- SelectionRange() - Constructor for class org.eclipse.lsp4j.SelectionRange
-
- SelectionRange(Range, SelectionRange) - Constructor for class org.eclipse.lsp4j.SelectionRange
-
- selectionRange(SelectionRangeParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The textDocument/selectionRange request is sent from the client to the server to return
suggested selection ranges at an array of given positions.
- SelectionRangeCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to `textDocument/selectionRange` requests
Since 3.15.0
- SelectionRangeCapabilities() - Constructor for class org.eclipse.lsp4j.SelectionRangeCapabilities
-
- SelectionRangeCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SelectionRangeCapabilities
-
- SelectionRangeOptions - Class in org.eclipse.lsp4j
-
Selection range options.
- SelectionRangeOptions() - Constructor for class org.eclipse.lsp4j.SelectionRangeOptions
-
- SelectionRangeParams - Class in org.eclipse.lsp4j
-
A parameter literal used in selection range requests.
- SelectionRangeParams() - Constructor for class org.eclipse.lsp4j.SelectionRangeParams
-
- SelectionRangeParams(TextDocumentIdentifier, List<Position>) - Constructor for class org.eclipse.lsp4j.SelectionRangeParams
-
- SelectionRangeRegistrationOptions - Class in org.eclipse.lsp4j
-
Selection range registration options.
- SelectionRangeRegistrationOptions() - Constructor for class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
-
- SelectionRangeRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
-
- SemanticTokenModifiers - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokens - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokens(List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokens
-
- SemanticTokens(String, List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokens
-
- SemanticTokensCapabilities - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensCapabilities
-
- SemanticTokensCapabilities(SemanticTokensClientCapabilitiesRequests, List<String>, List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SemanticTokensCapabilities
-
- SemanticTokensCapabilities(Boolean, SemanticTokensClientCapabilitiesRequests, List<String>, List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SemanticTokensCapabilities
-
- SemanticTokensClientCapabilitiesRequests - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensClientCapabilitiesRequests() - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- SemanticTokensClientCapabilitiesRequests(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- SemanticTokensClientCapabilitiesRequests(SemanticTokensClientCapabilitiesRequestsFull) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- SemanticTokensClientCapabilitiesRequests(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- SemanticTokensClientCapabilitiesRequests(SemanticTokensClientCapabilitiesRequestsFull, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- SemanticTokensClientCapabilitiesRequestsFull - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensClientCapabilitiesRequestsFull() - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
- SemanticTokensClientCapabilitiesRequestsFull(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
- SemanticTokensDelta - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensDelta(List<SemanticTokensEdit>) - Constructor for class org.eclipse.lsp4j.SemanticTokensDelta
-
- SemanticTokensDelta(List<SemanticTokensEdit>, String) - Constructor for class org.eclipse.lsp4j.SemanticTokensDelta
-
- SemanticTokensDeltaParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic token deltas for a given whole file.
- SemanticTokensDeltaParams(TextDocumentIdentifier, String) - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
- SemanticTokensDeltaPartialResult - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensDeltaPartialResult(List<SemanticTokensEdit>) - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
-
- SemanticTokensEdit - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensEdit(int, int, List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokensEdit
-
- semanticTokensFull(SemanticTokensParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The textDocument/semanticTokens/full request is sent from the client to the server to return
the semantic tokens for a whole file.
- semanticTokensFullDelta(SemanticTokensDeltaParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The textDocument/semanticTokens/full/delta request is sent from the client to the server to return
the semantic tokens delta for a whole file.
- SemanticTokensFullDeltaResponseAdapter - Class in org.eclipse.lsp4j.adapters
-
- SemanticTokensFullDeltaResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.SemanticTokensFullDeltaResponseAdapter
-
- SemanticTokensLegend - Class in org.eclipse.lsp4j
-
The legend used by the server
Since 3.16.0
- SemanticTokensLegend(List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SemanticTokensLegend
-
- SemanticTokensParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic tokens for a given whole file.
- SemanticTokensParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.SemanticTokensParams
-
- SemanticTokensPartialResult - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensPartialResult(List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokensPartialResult
-
- semanticTokensRange(SemanticTokensRangeParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The textDocument/semanticTokens/range request is sent from the client to the server to return
the semantic tokens delta for a range.
- SemanticTokensRangeParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic tokens for a range in a given file.
- SemanticTokensRangeParams(TextDocumentIdentifier, Range) - Constructor for class org.eclipse.lsp4j.SemanticTokensRangeParams
-
- SemanticTokensServerFull - Class in org.eclipse.lsp4j
-
Server supports providing semantic tokens for a full document.
- SemanticTokensServerFull() - Constructor for class org.eclipse.lsp4j.SemanticTokensServerFull
-
- SemanticTokensServerFull(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensServerFull
-
- SemanticTokensWithRegistrationOptions - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensWithRegistrationOptions() - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, SemanticTokensServerFull) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, SemanticTokensServerFull, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, SemanticTokensServerFull, Boolean, List<DocumentFilter>) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- SemanticTokensWorkspaceCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the semantic token requests scoped to the
workspace.
- SemanticTokensWorkspaceCapabilities() - Constructor for class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
-
- SemanticTokensWorkspaceCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
-
- SemanticTokenTypes - Class in org.eclipse.lsp4j
-
Since 3.16.0
- ServerCapabilities - Class in org.eclipse.lsp4j
-
The server can signal these capabilities
- ServerCapabilities() - Constructor for class org.eclipse.lsp4j.ServerCapabilities
-
- ServerInfo - Class in org.eclipse.lsp4j
-
Information about the server.
- ServerInfo() - Constructor for class org.eclipse.lsp4j.ServerInfo
-
- ServerInfo(String) - Constructor for class org.eclipse.lsp4j.ServerInfo
-
- ServerInfo(String, String) - Constructor for class org.eclipse.lsp4j.ServerInfo
-
- setActions(List<MessageActionItem>) - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
-
The message action items to present.
- setActiveParameter(Integer) - Method in class org.eclipse.lsp4j.SignatureHelp
-
The active parameter of the active signature.
- setActiveParameter(Integer) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The index of the active parameter.
- setActiveParameterSupport(Boolean) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
- setActiveSignature(Integer) - Method in class org.eclipse.lsp4j.SignatureHelp
-
The active signature.
- setActiveSignatureHelp(SignatureHelp) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
- setAdded(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of added workspace folders
- setAdditionalPropertiesSupport(Boolean) - Method in class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
-
Whether the client supports additional attributes which
are preserved and sent back to the server in the
request's response.
- setAdditionalTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.ColorPresentation
-
An optional array of additional text edits that are applied when
selecting this color presentation.
- setAdditionalTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional array of additional text edits that are applied when
selecting this completion.
- setAlpha(double) - Method in class org.eclipse.lsp4j.Color
-
The alpha component of this color in the range [0-1].
- setAnnotationId(String) - Method in class org.eclipse.lsp4j.AnnotatedTextEdit
-
The actual annotation identifier
- setAnnotationId(String) - Method in class org.eclipse.lsp4j.ResourceOperation
-
An optional annotation identifer describing the operation.
- setApplied(boolean) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
Indicates whether the edit was applied or not.
- setApplyEdit(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports applying batch edits to the workspace by supporting
the request 'workspace/applyEdit'.
- setArguments(List<Object>) - Method in class org.eclipse.lsp4j.Command
-
Arguments that the command handler should be invoked with.
- setArguments(List<Object>) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
Arguments that the command should be invoked with.
- setBlue(double) - Method in class org.eclipse.lsp4j.Color
-
The blue component of this color in the range [0-1].
- setCallHierarchy(CallHierarchyCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/prepareCallHierarchy.
- setCallHierarchyProvider(Either<Boolean, CallHierarchyRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Call Hierarchy support.
- setCallHierarchyProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setCallHierarchyProvider(CallHierarchyRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setCancellable(Boolean) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Controls if a cancel button should show to allow the user to cancel the
long running operation.
- setCancellable(Boolean) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Controls enablement state of a cancel button.
- setCapabilities(ClientCapabilities) - Method in class org.eclipse.lsp4j.InitializeParams
-
The capabilities provided by the client (editor)
- setCapabilities(ServerCapabilities) - Method in class org.eclipse.lsp4j.InitializeResult
-
The capabilities the language server provides.
- setCh(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The character that has been typed.
- setChange(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Change notifications are sent to the server.
- setChangeAnnotations(Map<String, ChangeAnnotation>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
- setChangeAnnotationSupport(WorkspaceEditChangeAnnotationSupportCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Whether the client in general supports change annotations on text edits,
create file, rename file and delete file changes.
- setChangeNotifications(Either<String, Boolean>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
Whether the server wants to receive workspace folder
change notifications.
- setChangeNotifications(String) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
- setChangeNotifications(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
- setChanges(List<FileEvent>) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
-
The actual file events.
- setChanges(Map<String, List<TextEdit>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
Holds changes to existing resources.
- setCharacter(int) - Method in class org.eclipse.lsp4j.Position
-
Character offset on a line in a document (zero-based).
- setChildren(List<DocumentSymbol>) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Children of this symbol, e.g.
- setChildren(List<TypeHierarchyItem>) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
If this type hierarchy item is resolved, it contains the direct children of the current item.
- setClientInfo(ClientInfo) - Method in class org.eclipse.lsp4j.InitializeParams
-
Information about the client
Since 3.15.0
- setClientName(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
- setCode(Either<String, Integer>) - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's code.
- setCode(String) - Method in class org.eclipse.lsp4j.Diagnostic
-
- setCode(Integer) - Method in class org.eclipse.lsp4j.Diagnostic
-
- setCodeAction(CodeActionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/codeAction
- setCodeActionKind(CodeActionKindCapabilities) - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
-
The code action kind is support with the following value
set.
- setCodeActionKinds(List<String>) - Method in class org.eclipse.lsp4j.CodeActionOptions
-
CodeActionKinds that this server may return.
- setCodeActionKinds(List<String>) - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
-
CodeActionKinds that this server may return.
- setCodeActionLiteralSupport(CodeActionLiteralSupportCapabilities) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
The client support code action literals as a valid
response of the `textDocument/codeAction` request.
- setCodeActionProvider(Either<Boolean, CodeActionOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code actions.
- setCodeActionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setCodeActionProvider(CodeActionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setCodeDescription(DiagnosticCodeDescription) - Method in class org.eclipse.lsp4j.Diagnostic
-
An optional property to describe the error code.
- setCodeDescriptionSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports a codeDescription property
Since 3.16.0
- setCodeLens(CodeLensCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/codeLens
- setCodeLens(CodeLensWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the code lens requests scoped to the
workspace.
- setCodeLensProvider(CodeLensOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code lens.
- setColor(Color) - Method in class org.eclipse.lsp4j.ColorInformation
-
The actual color value for this color range.
- setColor(Color) - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The color information to request presentations for.
- setColorProvider(Either<Boolean, ColorProviderOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides color provider support.
- setColorProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setColorProvider(ColorProviderOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setColorProvider(ColorProviderCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/documentColor and the
textDocument/colorPresentation request.
- setCommand(Command) - Method in class org.eclipse.lsp4j.CodeAction
-
A command this code action executes.
- setCommand(Command) - Method in class org.eclipse.lsp4j.CodeLens
-
The command this code lens represents.
- setCommand(String) - Method in class org.eclipse.lsp4j.Command
-
The identifier of the actual command handler.
- setCommand(Command) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional command that is executed *after* inserting this completion.
- setCommand(String) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
The identifier of the actual command handler.
- setCommands(List<String>) - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
-
The commands to be executed on the server
- setCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional set of characters that when pressed while this completion is active will accept it first and
then type that character.
- setCommitCharactersSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports commit characters on a completion item.
- setCompletion(CompletionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/completion
- setCompletionItem(CompletionItemCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionItem specific
capabilities.
- setCompletionItemKind(CompletionItemKindCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
- setCompletionProvider(CompletionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides completion support.
- setConfiguration(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports `workspace/configuration` requests.
- setContainerName(String) - Method in class org.eclipse.lsp4j.SymbolInformation
-
The name of the symbol containing this symbol.
- setContentChanges(List<TextDocumentContentChangeEvent>) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The actual content changes.
- setContentFormat(List<String>) - Method in class org.eclipse.lsp4j.HoverCapabilities
-
Client supports the following content formats if the content
property refers to
MarkupContent.
- setContents(Either<List<Either<String, MarkedString>>, MarkupContent>) - Method in class org.eclipse.lsp4j.Hover
-
The hover's content as markdown
- setContents(List<Either<String, MarkedString>>) - Method in class org.eclipse.lsp4j.Hover
-
- setContents(MarkupContent) - Method in class org.eclipse.lsp4j.Hover
-
- setContext(CodeActionContext) - Method in class org.eclipse.lsp4j.CodeActionParams
-
Context carrying additional information.
- setContext(CompletionContext) - Method in class org.eclipse.lsp4j.CompletionParams
-
The completion context.
- setContext(ReferenceContext) - Method in class org.eclipse.lsp4j.ReferenceParams
-
- setContext(SignatureHelpContext) - Method in class org.eclipse.lsp4j.SignatureHelpParams
-
The signature help context.
- setContextSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports sending additional context information for a
`textDocument/completion` request.
- setContextSupport(Boolean) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
The client supports to send additional context information for a
`textDocument/signatureHelp` request.
- setCurrent(String) - Method in class org.eclipse.lsp4j.ResourceChange
-
Deprecated.
The Uri for current resource.
- setData(Object) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
A data entry field that is preserved between a call hierarchy prepare and
incoming calls or outgoing calls requests.
- setData(Object) - Method in class org.eclipse.lsp4j.CodeAction
-
A data entry field that is preserved on a code action between
a `textDocument/codeAction` and a `codeAction/resolve` request.
- setData(Object) - Method in class org.eclipse.lsp4j.CodeLens
-
A data entry field that is preserved on a code lens item between a code lens and a code lens resolve request.
- setData(Object) - Method in class org.eclipse.lsp4j.CompletionItem
-
A data entry field that is preserved on a completion item between a completion and a completion resolve request.
- setData(Object) - Method in class org.eclipse.lsp4j.Diagnostic
-
A data entry field that is preserved between a `textDocument/publishDiagnostics`
notification and `textDocument/codeAction` request.
- setData(Object) - Method in class org.eclipse.lsp4j.DocumentLink
-
A data entry field that is preserved on a document link between a
DocumentLinkRequest and a DocumentLinkResolveRequest.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokens
-
The actual tokens.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The elements to insert.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
-
- setData(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
An optional data field can be used to identify a type hierarchy item in a resolve request.
- setDataSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the
CodeAction.data property which is
preserved between a `textDocument/codeAction` and a
`codeAction/resolve` request.
- setDataSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether code action supports the
Diagnostic.data property which is
preserved between a `textDocument/publishDiagnostics` and
`textDocument/codeAction` request.
- setDeclaration(DeclarationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/declaration
Since 3.14.0
- setDeclarationProvider(Either<Boolean, DeclarationRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides go to declaration support.
- setDeclarationProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDeclarationProvider(DeclarationRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDefinition(DefinitionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/definition
Since 3.14.0
- setDefinitionProvider(Either<Boolean, DefinitionOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides goto definition support.
- setDefinitionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDefinitionProvider(DefinitionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDeleteCount(int) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The count of elements to remove.
- setDelta(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
The client will send the `textDocument/semanticTokens/full/delta` request if
the server provides a corresponding handler.
- setDelta(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensServerFull
-
The server supports deltas for full documents.
- setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.CompletionItem
-
- setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
- setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.SymbolInformation
-
- setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
true if the hierarchy item is deprecated.
- setDeprecatedSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the deprecated property on a completion item.
- setDescription(String) - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A human-readable string which is rendered less prominent in
the user interface.
- setDetail(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
More detail for this item, e.g the signature of a function.
- setDetail(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string with additional information about this item, like type or symbol information.
- setDetail(String) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
More detail for this symbol, e.g the signature of a function.
- setDetail(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
Optional detail for the hierarchy item.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.CodeAction
-
The diagnostics that this code action resolves.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.CodeActionContext
-
An array of diagnostics.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
An array of diagnostic information items.
- setDidChangeConfiguration(DidChangeConfigurationCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeConfiguration` notification.
- setDidChangeWatchedFiles(DidChangeWatchedFilesCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
- setDidCreate(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didCreateFiles notifications.
- setDidCreate(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didCreateFiles notifications.
- setDidDelete(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didDeleteFiles file notifications.
- setDidDelete(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didDeleteFiles notifications.
- setDidRename(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didRenameFiles notifications.
- setDidRename(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didRenameFiles notifications.
- setDidSave(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports did save notifications.
- setDirection(TypeHierarchyDirection) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The direction of the type hierarchy resolution.
- setDirection(TypeHierarchyDirection) - Method in class org.eclipse.lsp4j.TypeHierarchyParams
-
The direction of the type hierarchy resolution.
- setDisabled(CodeActionDisabled) - Method in class org.eclipse.lsp4j.CodeAction
-
Marks that the code action cannot currently be applied.
- setDisabledSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
- setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string that represents a doc-comment.
- setDocumentation(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
- setDocumentation(MarkupContent) - Method in class org.eclipse.lsp4j.CompletionItem
-
- setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.ParameterInformation
-
The human-readable doc-comment of this signature.
- setDocumentation(String) - Method in class org.eclipse.lsp4j.ParameterInformation
-
- setDocumentation(MarkupContent) - Method in class org.eclipse.lsp4j.ParameterInformation
-
- setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The human-readable doc-comment of this signature.
- setDocumentation(String) - Method in class org.eclipse.lsp4j.SignatureInformation
-
- setDocumentation(MarkupContent) - Method in class org.eclipse.lsp4j.SignatureInformation
-
- setDocumentationFormat(List<String>) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the following content formats for the documentation
property.
- setDocumentationFormat(List<String>) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
Client supports the following content formats for the documentation
property.
- setDocumentChanges(List<Either<TextDocumentEdit, ResourceOperation>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
- setDocumentChanges(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
- setDocumentFormattingProvider(Either<Boolean, DocumentFormattingOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document formatting.
- setDocumentFormattingProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDocumentFormattingProvider(DocumentFormattingOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDocumentHighlight(DocumentHighlightCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/documentHighlight
- setDocumentHighlightProvider(Either<Boolean, DocumentHighlightOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document highlight support.
- setDocumentHighlightProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDocumentHighlightProvider(DocumentHighlightOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDocumentLink(DocumentLinkCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/documentLink
- setDocumentLinkProvider(DocumentLinkOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document link support.
- setDocumentOnTypeFormattingProvider(DocumentOnTypeFormattingOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document formatting on typing.
- setDocumentRangeFormattingProvider(Either<Boolean, DocumentRangeFormattingOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document range formatting.
- setDocumentRangeFormattingProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDocumentRangeFormattingProvider(DocumentRangeFormattingOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDocumentSelector(List<DocumentFilter>) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
A document selector to identify the scope of the registration.
- setDocumentSelector(List<DocumentFilter>) - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
-
A document selector to identify the scope of the registration.
- setDocumentSymbol(DocumentSymbolCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/documentSymbol
- setDocumentSymbolProvider(Either<Boolean, DocumentSymbolOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document symbol support.
- setDocumentSymbolProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDocumentSymbolProvider(DocumentSymbolOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDynamicRegistration(Boolean) - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
-
Supports dynamic registration.
- setEdit(WorkspaceEdit) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
The edits to apply.
- setEdit(WorkspaceEdit) - Method in class org.eclipse.lsp4j.CodeAction
-
The workspace edit this code action performs.
- setEdits(List<SemanticTokensEdit>) - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
The semantic token edits to transform a previous result into a new result.
- setEdits(List<SemanticTokensEdit>) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
-
- setEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The edits to be applied
- setEnd(Position) - Method in class org.eclipse.lsp4j.Range
-
The range's end position
- setEndCharacter(Integer) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset before the folded range ends.
- setEndLine(int) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number where the folded range ends.
- setEngine(String) - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
-
The engine's name.
- setEvent(WorkspaceFoldersChangeEvent) - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
-
The actual workspace folder change event.
- setExecuteCommand(ExecuteCommandCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/executeCommand` request.
- setExecuteCommandProvider(ExecuteCommandOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides execute command support.
- setExperimental(Object) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Experimental client capabilities.
- setExperimental(Object) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Experimental server capabilities.
- setExternal(Boolean) - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
Indicates to show the resource in an external program.
- setFailedChange(Integer) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
Depending on the client's failure handling strategy `failedChange`
might contain the index of the change that failed.
- setFailureHandling(String) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The failure handling strategy of a client if applying the workspace edit
fails.
- setFailureReason(String) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
An optional textual description for why the edit was not applied.
- setFileOperations(FileOperationsWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for file requests/notifications.
- setFileOperations(FileOperationsServerCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server is interested in file notifications/requests.
- setFiles(List<FileCreate>) - Method in class org.eclipse.lsp4j.CreateFilesParams
-
An array of all files/folders created in this operation.
- setFiles(List<FileDelete>) - Method in class org.eclipse.lsp4j.DeleteFilesParams
-
An array of all files/folders deleted in this operation.
- setFiles(List<FileRename>) - Method in class org.eclipse.lsp4j.RenameFilesParams
-
An array of all files/folders renamed in this operation.
- setFilters(List<FileOperationFilter>) - Method in class org.eclipse.lsp4j.FileOperationOptions
-
The actual filters.
- setFilterText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when filtering a set of completion items.
- setFirstTriggerCharacter(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
A character on which formatting should be triggered, like `}`.
- setFirstTriggerCharacter(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
A character on which formatting should be triggered, like `}`.
- setFoldingRange(FoldingRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/foldingRange requests.
- setFoldingRangeProvider(Either<Boolean, FoldingRangeProviderOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides folding provider support.
- setFoldingRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setFoldingRangeProvider(FoldingRangeProviderOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setFormats(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The formats the client supports.
- setFormatting(FormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/formatting
- setFrom(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The item that makes the call.
- setFromRanges(List<Range>) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The range at which at which the calls appears.
- setFromRanges(List<Range>) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The range at which this item is called.
- setFull(Either<Boolean, SemanticTokensClientCapabilitiesRequestsFull>) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/full` request if
the server provides a corresponding handler.
- setFull(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- setFull(SemanticTokensClientCapabilitiesRequestsFull) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- setFull(Either<Boolean, SemanticTokensServerFull>) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a full document.
- setFull(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- setFull(SemanticTokensServerFull) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- setGeneral(GeneralClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
General client capabilities.
- setGlob(String) - Method in class org.eclipse.lsp4j.FileOperationPattern
-
The glob pattern to match.
- setGlobPattern(String) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The glob pattern to watch
- setGreen(double) - Method in class org.eclipse.lsp4j.Color
-
The green component of this color in the range [0-1].
- setGroupsOnLabel(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
-
Whether the client groups edits with equal labels into tree nodes,
for instance all edits labelled with "Changes in Strings" would
be a tree node.
- setHierarchicalDocumentSymbolSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client support hierarchical document symbols.
- setHonorsChangeAnnotations(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client honors the change annotations in
text edits and resource operations returned via the
CodeAction.edit property by for example presenting
the workspace edit in the user interface and asking
for confirmation.
- setHonorsChangeAnnotations(Boolean) - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Whether the client honors the change annotations in
text edits and resource operations returned via the
rename request's workspace edit by for example presenting
the workspace edit in the user interface and asking
for confirmation.
- setHover(HoverCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/hover
- setHoverProvider(Either<Boolean, HoverOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides hover support.
- setHoverProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setHoverProvider(HoverOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setHref(String) - Method in class org.eclipse.lsp4j.DiagnosticCodeDescription
-
A URI to open with more information about the diagnostic error.
- setId(String) - Method in class org.eclipse.lsp4j.CallHierarchyRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.ColorProviderOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.DeclarationRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.ImplementationRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.Registration
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.RenameOptions
-
- setId(String) - Method in class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.Unregistration
-
The id used to unregister the request or notification.
- setIdentifier(String) - Method in class org.eclipse.lsp4j.Moniker
-
The identifier of the moniker.
- setIgnoreCase(Boolean) - Method in class org.eclipse.lsp4j.FileOperationPatternOptions
-
The pattern should be matched ignoring casing.
- setIgnoreIfExists(Boolean) - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Ignore if exists.
- setIgnoreIfExists(Boolean) - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Ignores if target exists.
- setIgnoreIfNotExists(Boolean) - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Ignore the operation if the file doesn't exist.
- setImplementation(ImplementationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/implementation
Since 3.6.0
- setImplementationProvider(Either<Boolean, ImplementationRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Implementation support.
- setImplementationProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setImplementationProvider(ImplementationRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setIncludeDeclaration(boolean) - Method in class org.eclipse.lsp4j.ReferenceContext
-
Include the declaration of the current symbol.
- setIncludeText(Boolean) - Method in class org.eclipse.lsp4j.SaveOptions
-
The client is supposed to include the content on save.
- setIncludeText(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
-
The client is supposed to include the content on save.
- setInitializationOptions(Object) - Method in class org.eclipse.lsp4j.InitializeParams
-
User provided initialization options.
- setInsert(Range) - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the insert that is requested
- setInsertFinalNewline(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setInsertReplaceSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client support insert replace edit to control different behavior if a
completion item is inserted in the text or should replace text.
- setInsertSpaces(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setInsertText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be inserted a document when selecting this completion.
- setInsertTextFormat(InsertTextFormat) - Method in class org.eclipse.lsp4j.CompletionItem
-
The format of the insert text.
- setInsertTextMode(InsertTextMode) - Method in class org.eclipse.lsp4j.CompletionItem
-
How whitespace and indentation is handled during completion item
insertion.
- setInsertTextModeSupport(CompletionItemInsertTextModeSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
The client supports the
CompletionItem.insertTextMode property on
a completion item to override the whitespace handling mode
as defined by the client.
- setIsIncomplete(boolean) - Method in class org.eclipse.lsp4j.CompletionList
-
This list it not complete.
- setIsPreferred(Boolean) - Method in class org.eclipse.lsp4j.CodeAction
-
Marks this as a preferred action.
- setIsPreferredSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
- setIsRetrigger(boolean) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
true if signature help was already showing when it was triggered.
- setItem(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
-
- setItem(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
-
- setItem(TypeHierarchyItem) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The hierarchy item to resolve.
- setItems(List<CompletionItem>) - Method in class org.eclipse.lsp4j.CompletionList
-
The completion items.
- setItems(List<ConfigurationItem>) - Method in class org.eclipse.lsp4j.ConfigurationParams
-
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The kind of this item.
- setKind(String) - Method in class org.eclipse.lsp4j.CodeAction
-
The kind of the code action.
- setKind(CompletionItemKind) - Method in class org.eclipse.lsp4j.CompletionItem
-
The kind of this completion item.
- setKind(DocumentHighlightKind) - Method in class org.eclipse.lsp4j.DocumentHighlight
-
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The kind of this symbol.
- setKind(Integer) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The kind of events of interest.
- setKind(String) - Method in class org.eclipse.lsp4j.FoldingRange
-
- setKind(String) - Method in class org.eclipse.lsp4j.MarkupContent
-
The type of the Markup.
- setKind(String) - Method in class org.eclipse.lsp4j.Moniker
-
The moniker kind if known.
- setKind(String) - Method in class org.eclipse.lsp4j.ResourceOperation
-
The kind of resource operation.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.SymbolInformation
-
The kind of this symbol.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The kind of the hierarchy item.
- setLabel(String) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
An optional label of the workspace edit.
- setLabel(String) - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A human-readable string describing the actual change.
- setLabel(String) - Method in class org.eclipse.lsp4j.ColorPresentation
-
The label of this color presentation.
- setLabel(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
The label of this completion item.
- setLabel(String) - Method in class org.eclipse.lsp4j.DocumentSymbolOptions
-
A human-readable string that is shown when multiple outlines trees
are shown for the same document.
- setLabel(String) - Method in class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
-
A human-readable string that is shown when multiple outlines trees
are shown for the same document.
- setLabel(Either<String, Tuple.Two<Integer, Integer>>) - Method in class org.eclipse.lsp4j.ParameterInformation
-
The label of this parameter information.
- setLabel(String) - Method in class org.eclipse.lsp4j.ParameterInformation
-
- setLabel(Tuple.Two<Integer, Integer>) - Method in class org.eclipse.lsp4j.ParameterInformation
-
- setLabel(String) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The label of this signature.
- setLabelOffsetSupport(Boolean) - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
-
The client supports processing label offsets instead of a
simple label string.
- setLabelSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports an additional label presented in the UI when
registering a document symbol provider.
- setLanguage(String) - Method in class org.eclipse.lsp4j.DocumentFilter
-
A language id, like `typescript`.
- setLanguage(String) - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- setLanguageId(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's language identifier
- setLegend(SemanticTokensLegend) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The legend used by the server
- setLine(int) - Method in class org.eclipse.lsp4j.Position
-
Line position in a document (zero-based).
- setLineFoldingOnly(Boolean) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
If set, the client signals that it only supports folding complete lines.
- setLinkedEditingRange(LinkedEditingRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/linkedEditingRange request.
- setLinkedEditingRangeProvider(Either<Boolean, LinkedEditingRangeRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides linked editing range support.
- setLinkedEditingRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setLinkedEditingRangeProvider(LinkedEditingRangeRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.DeclarationCapabilities
-
The client supports additional metadata in the form of declaration links.
- setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.DefinitionCapabilities
-
The client supports additional metadata in the form of definition links.
- setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.ImplementationCapabilities
-
The client supports additional metadata in the form of definition links.
- setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
-
The client supports additional metadata in the form of definition links.
- setLocale(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
The locale the client is currently showing the user interface
in.
- setLocation(Location) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The location of this related diagnostic information.
- setLocation(Location) - Method in class org.eclipse.lsp4j.SymbolInformation
-
The location of this symbol.
- setMarkdown(MarkdownCapabilities) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capabilities specific to the client's markdown parser.
- setMatches(String) - Method in class org.eclipse.lsp4j.FileOperationPattern
-
Whether to match files or folders with this pattern.
- setMessage(String) - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's message.
- setMessage(String) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The message of this related diagnostic information.
- setMessage(String) - Method in class org.eclipse.lsp4j.LogTraceParams
-
The message to be logged.
- setMessage(String) - Method in class org.eclipse.lsp4j.MessageParams
-
The actual message.
- setMessage(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional, more detailed associated progress message.
- setMessage(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
-
Optional, a final message indicating to for example indicate the outcome
of the operation.
- setMessage(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional, more detailed associated progress message.
- setMessageActionItem(WindowShowMessageRequestActionItemCapabilities) - Method in class org.eclipse.lsp4j.WindowShowMessageRequestCapabilities
-
- setMethod(String) - Method in class org.eclipse.lsp4j.Registration
-
The method / capability to register for.
- setMethod(String) - Method in class org.eclipse.lsp4j.Unregistration
-
The method / capability to unregister for.
- setMoniker(MonikerCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/moniker request.
- setMonikerProvider(Either<Boolean, MonikerRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Whether server provides moniker support.
- setMonikerProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setMonikerProvider(MonikerRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setMoreTriggerCharacter(List<String>) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
More trigger characters.
- setMoreTriggerCharacter(List<String>) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
More trigger characters.
- setMultilineTokenSupport(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client supports tokens that can span multiple lines.
- setName(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The name of the item targeted by the call hierarchy request.
- setName(String) - Method in class org.eclipse.lsp4j.ClientInfo
-
The name of the client as defined by the client.
- setName(String) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The name of this symbol.
- setName(String) - Method in class org.eclipse.lsp4j.ServerInfo
-
The name of the server as defined by the server.
- setName(String) - Method in class org.eclipse.lsp4j.SymbolInformation
-
The name of this symbol.
- setName(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The human readable name of the hierarchy item.
- setName(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The name of the workspace folder.
- setNeedsConfirmation(Boolean) - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A flag which indicates that user confirmation is needed
before applying the change.
- setNewName(String) - Method in class org.eclipse.lsp4j.RenameParams
-
The new name of the symbol.
- setNewText(String) - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The string to be inserted.
- setNewText(String) - Method in class org.eclipse.lsp4j.TextEdit
-
The string to be inserted.
- setNewUri(String) - Method in class org.eclipse.lsp4j.FileRename
-
A file:// URI for the new location of the file/folder being renamed.
- setNewUri(String) - Method in class org.eclipse.lsp4j.RenameFile
-
The new location.
- setNewUri(String) - Method in class org.eclipse.lsp4j.ResourceChange
-
Deprecated.
The new uri for the resource.
- setNormalizesLineEndings(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Whether the client normalizes line endings to the client specific
setting.
- setOldUri(String) - Method in class org.eclipse.lsp4j.FileRename
-
A file:// URI for the original location of the file/folder being renamed.
- setOldUri(String) - Method in class org.eclipse.lsp4j.RenameFile
-
The old (existing) location.
- setOnly(List<String>) - Method in class org.eclipse.lsp4j.CodeActionContext
-
Requested kind of actions to return.
- setOnTypeFormatting(OnTypeFormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/onTypeFormatting
- setOpenClose(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Open and close notifications are sent to the server.
- setOptions(CreateFileOptions) - Method in class org.eclipse.lsp4j.CreateFile
-
Additional options
- setOptions(DeleteFileOptions) - Method in class org.eclipse.lsp4j.DeleteFile
-
Delete options.
- setOptions(FormattingOptions) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The format options
- setOptions(FormattingOptions) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The format options
- setOptions(FormattingOptions) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The format options
- setOptions(FileOperationPatternOptions) - Method in class org.eclipse.lsp4j.FileOperationPattern
-
Additional options used during matching.
- setOptions(RenameFileOptions) - Method in class org.eclipse.lsp4j.RenameFile
-
Rename options.
- setOriginSelectionRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
-
Span of the origin of this link.
- setOverlappingTokenSupport(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client supports tokens that can overlap each other.
- setOverwrite(Boolean) - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Overwrite existing file.
- setOverwrite(Boolean) - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Overwrite target if existing.
- setParameterInformation(ParameterInformationCapabilities) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
Client capabilities specific to parameter information.
- setParameters(List<ParameterInformation>) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The parameters of this signature.
- setParent(SelectionRange) - Method in class org.eclipse.lsp4j.SelectionRange
-
The parent selection range containing this range.
- setParents(List<TypeHierarchyItem>) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
If this type hierarchy item is resolved, it contains the direct parents.
- setParser(String) - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
The name of the parser.
- setPartialResultToken(Either<String, Integer>) - Method in interface org.eclipse.lsp4j.PartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- setPartialResultToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- setPartialResultToken(String) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
- setPartialResultToken(Integer) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
- setPartialResultToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- setPartialResultToken(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
- setPartialResultToken(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
- setPattern(String) - Method in class org.eclipse.lsp4j.DocumentFilter
-
A glob pattern, like `*.{ts,js}`.
- setPattern(FileOperationPattern) - Method in class org.eclipse.lsp4j.FileOperationFilter
-
The actual file operation pattern.
- setPercentage(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional progress percentage to display (value 100 is considered 100%).
- setPercentage(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional progress percentage to display (value 100 is considered 100%).
- setPlaceholder(String) - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
A placeholder text of the string content to be renamed.
- setPosition(Position) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The position inside the text document.
- setPositions(List<Position>) - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The positions inside the text document.
- setPrepareProvider(Boolean) - Method in class org.eclipse.lsp4j.RenameOptions
-
Renames should be checked and tested before being executed.
- setPrepareSupport(Boolean) - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports testing for validity of rename operations
before execution.
- setPrepareSupportDefaultBehavior(PrepareSupportDefaultBehavior) - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports the default behavior result ({ defaultBehavior: boolean }).
- setPreselect(Boolean) - Method in class org.eclipse.lsp4j.CompletionItem
-
Select this item when showing.
- setPreselectSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the preselect property on a completion item.
- setPreviousResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The result id of a previous response.
- setProcessId(Integer) - Method in class org.eclipse.lsp4j.InitializeParams
-
The process Id of the parent process that started the server.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(Map<String, String>) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setPublishDiagnostics(PublishDiagnosticsCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/publishDiagnostics.
- setQuery(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
-
A query string to filter symbols by.
- setRange(Range) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range enclosing this symbol not including leading/trailing whitespace but everything else
like comments.
- setRange(Range) - Method in class org.eclipse.lsp4j.CodeActionParams
-
The range for which the command was invoked.
- setRange(Range) - Method in class org.eclipse.lsp4j.CodeLens
-
The range in which this code lens is valid.
- setRange(Range) - Method in class org.eclipse.lsp4j.ColorInformation
-
The range in the document where this color appears.
- setRange(Range) - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The range where the color would be inserted.
- setRange(Range) - Method in class org.eclipse.lsp4j.Diagnostic
-
The range at which the message applies
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentHighlight
-
The range this highlight applies to.
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentLink
-
The range this link applies to.
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The range to format
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range enclosing this symbol not including leading/trailing whitespace but everything else
like comments.
- setRange(Range) - Method in class org.eclipse.lsp4j.Hover
-
An optional range
- setRange(Range) - Method in class org.eclipse.lsp4j.Location
-
- setRange(Range) - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
The range of the string to rename
- setRange(Range) - Method in class org.eclipse.lsp4j.SelectionRange
-
The range of this selection range.
- setRange(Either<Boolean, Object>) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/range` request if
the server provides a corresponding handler.
- setRange(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- setRange(Object) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- setRange(Range) - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The range the semantic tokens are requested for.
- setRange(Either<Boolean, Object>) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a specific range
of a document.
- setRange(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- setRange(Object) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- setRange(Range) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The range of the document that changed.
- setRange(Range) - Method in class org.eclipse.lsp4j.TextEdit
-
The range of the text document to be manipulated.
- setRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range enclosing this type hierarchy item not including leading/trailing whitespace but everything else
like comments.
- setRangeFormatting(RangeFormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/rangeFormatting
- setRangeLength(Integer) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
- setRangeLimit(Integer) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
The maximum number of folding ranges that the client prefers to receive per document.
- setRanges(List<Range>) - Method in class org.eclipse.lsp4j.LinkedEditingRanges
-
A list of ranges that can be renamed together.
- setReason(String) - Method in class org.eclipse.lsp4j.CodeActionDisabled
-
Human readable description of why the code action is currently disabled.
- setReason(TextDocumentSaveReason) - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
-
A reason why a text document is saved.
- setRecursive(Boolean) - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Delete the content recursively if a folder is denoted.
- setRed(double) - Method in class org.eclipse.lsp4j.Color
-
The red component of this color in the range [0-1].
- setReferences(ReferencesCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/references
- setReferencesProvider(Either<Boolean, ReferenceOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides find references support.
- setReferencesProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setReferencesProvider(ReferenceOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the
server to the client.
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the
server to the client.
- setRegisterOptions(Object) - Method in class org.eclipse.lsp4j.Registration
-
Options necessary for the registration.
- setRegistrations(List<Registration>) - Method in class org.eclipse.lsp4j.RegistrationParams
-
- setRegularExpressions(RegularExpressionsCapabilities) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capabilities specific to regular expressions.
- setRelatedInformation(List<DiagnosticRelatedInformation>) - Method in class org.eclipse.lsp4j.Diagnostic
-
An array of related diagnostic information, e.g.
- setRelatedInformation(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client accepts diagnostics with related information.
- setRemoved(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of the removed workspace folders
- setRename(RenameCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/rename
- setRenameProvider(Either<Boolean, RenameOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides rename support.
- setRenameProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setRenameProvider(RenameOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setReplace(Range) - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the replace that is requested.
- setRequests(SemanticTokensClientCapabilitiesRequests) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Which requests the client supports and might send to the server.
- setResolve(int) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The number of hierarchy levels to resolve.
- setResolve(int) - Method in class org.eclipse.lsp4j.TypeHierarchyParams
-
The number of hierarchy levels to resolve.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeActionOptions
-
The server provides support to resolve additional
information for a code action.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
-
The server provides support to resolve additional
information for a code action.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeLensOptions
-
Code lens has a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
-
Code lens has a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server provides support to resolve additional information for a completion item.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server provides support to resolve additional information for a completion item.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkOptions
-
Document links have a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
-
Document links have a resolve provider as well.
- setResolveSupport(CodeActionResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client supports resolving additional code action
properties via a separate `codeAction/resolve` request.
- setResolveSupport(CompletionItemResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Indicates which properties a client can resolve lazily on a completion
item.
- setResourceChanges(List<Either<ResourceChange, TextDocumentEdit>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
- setResourceChanges(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
- setResourceOperations(List<String>) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The resource operations the client supports.
- setResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokens
-
An optional result id.
- setResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
- setRetriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
List of characters that re-trigger signature help.
- setRetriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
List of characters that re-trigger signature help.
- setRetry(boolean) - Method in class org.eclipse.lsp4j.InitializeError
-
Indicates whether the client executes the following retry logic:
(1) show the message provided by the ResponseError to the user
(2) user selects retry or cancel
(3) if user selected retry the initialize method is sent again.
- setRootPath(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
- setRootUri(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
- setSave(Either<Boolean, SaveOptions>) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Save notifications are sent to the server.
- setSave(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
- setSave(SaveOptions) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
- setScheme(String) - Method in class org.eclipse.lsp4j.DocumentFilter
-
A uri scheme, like `file` or `untitled`.
- setScheme(String) - Method in class org.eclipse.lsp4j.FileOperationFilter
-
A Uri like file or untitled.
- setScheme(String) - Method in class org.eclipse.lsp4j.Moniker
-
The scheme of the moniker.
- setScopeUri(String) - Method in class org.eclipse.lsp4j.ConfigurationItem
-
The scope to get the configuration section for.
- setSection(String) - Method in class org.eclipse.lsp4j.ConfigurationItem
-
The configuration section asked for.
- setSelection(Range) - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
An optional selection range if the document is a text
document.
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- setSelectionRange(SelectionRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/selectionRange` requests
Since 3.15.0
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range that should be selected and revealed when this type hierarchy item is being picked, e.g the name of a function.
- setSelectionRangeProvider(Either<Boolean, SelectionRangeRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides selection range support.
- setSelectionRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setSelectionRangeProvider(SelectionRangeRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setSemanticTokens(SemanticTokensCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/semanticTokens.
- setSemanticTokens(SemanticTokensWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the semantic token requests scoped to the
workspace.
- setSemanticTokensProvider(SemanticTokensWithRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides semantic tokens support.
- setServerInfo(ServerInfo) - Method in class org.eclipse.lsp4j.InitializeResult
-
Information about the server.
- setSettings(Object) - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
-
The actual changed settings.
- setSeverity(DiagnosticSeverity) - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's severity.
- setShowDocument(ShowDocumentCapabilities) - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Client capabilities for the show document request.
- setShowMessage(WindowShowMessageRequestCapabilities) - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Capabilities specific to the showMessage request
Since 3.16.0
- setSignatureHelp(SignatureHelpCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/signatureHelp
- setSignatureHelpProvider(SignatureHelpOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides signature help support.
- setSignatureInformation(SignatureInformationCapabilities) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
- setSignatures(List<SignatureInformation>) - Method in class org.eclipse.lsp4j.SignatureHelp
-
One or more signatures.
- setSnippetSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports snippets as insert text.
- setSortText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when comparing this item with other items.
- setSource(String) - Method in class org.eclipse.lsp4j.Diagnostic
-
A human-readable string describing the source of this diagnostic, e.g.
- setStart(Position) - Method in class org.eclipse.lsp4j.Range
-
The range's start position
- setStart(int) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The start offset of the edit.
- setStartCharacter(Integer) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset from where the folded range starts.
- setStartLine(int) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number from where the folded range starts.
- setSuccess(boolean) - Method in class org.eclipse.lsp4j.ShowDocumentResult
-
A boolean indicating if the show was successful.
- setSupport(boolean) - Method in class org.eclipse.lsp4j.ShowDocumentCapabilities
-
The client has support for the show document
request.
- setSupported(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
The server has support for workspace folders
- setSymbol(SymbolCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/symbol` request.
- setSymbolKind(SymbolKindCapabilities) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
- setSymbolKind(SymbolKindCapabilities) - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
Specific capabilities for the
SymbolKind in the `workspace/symbol` request.
- setSynchronization(SynchronizationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
- setSyncKind(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
-
How documents are synced to the server.
- setTabSize(int) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
Tags for this item.
- setTags(List<CompletionItemTag>) - Method in class org.eclipse.lsp4j.CompletionItem
-
Tags for this completion item.
- setTags(List<DiagnosticTag>) - Method in class org.eclipse.lsp4j.Diagnostic
-
Additional metadata about the diagnostic.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Tags for this document symbol.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Tags for this symbol.
- setTagSupport(CompletionItemTagSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the tag property on a completion item.
- setTagSupport(SymbolTagSupportCapabilities) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
- setTagSupport(Either<Boolean, DiagnosticsTagSupport>) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports the tag property to provide meta data about a diagnostic.
- setTagSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
- setTagSupport(DiagnosticsTagSupport) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
- setTagSupport(SymbolTagSupportCapabilities) - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
- setTakeFocus(Boolean) - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
An optional property to indicate whether the editor
showing the document should take focus or not.
- setTarget(String) - Method in class org.eclipse.lsp4j.DocumentLink
-
The uri this link points to.
- setTargetRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
-
The full target range of this link.
- setTargetSelectionRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
-
The range that should be selected and revealed when this link is being followed, e.g the name of a function.
- setTargetUri(String) - Method in class org.eclipse.lsp4j.LocationLink
-
The target resource identifier of this link.
- setText(String) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
Deprecated.
- setText(String) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
Optional the content when saved.
- setText(String) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The new text of the range/document.
- setText(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The content of the opened text document.
- setTextDocument(TextDocumentClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Text document specific client capabilities.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.CodeActionParams
-
The document in which the command was invoked.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.CodeLensParams
-
The document to request code lens for.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The text document.
- setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The document that did change.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
-
The document that was closed.
- setTextDocument(TextDocumentItem) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
The document that was opened.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
The document that was closed.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentColorParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The document to format.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentLinkParams
-
The document to provide document links for.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The document to format.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentSymbolParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SemanticTokensParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The text document.
- setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The text document to change.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
-
The document that will be saved.
- setTextDocumentSync(Either<TextDocumentSyncKind, TextDocumentSyncOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Defines how text documents are synced.
- setTextDocumentSync(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTextDocumentSync(TextDocumentSyncOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTextEdit(TextEdit) - Method in class org.eclipse.lsp4j.ColorPresentation
-
An edit which is applied to a document when selecting
this presentation for the color.
- setTextEdit(Either<TextEdit, InsertReplaceEdit>) - Method in class org.eclipse.lsp4j.CompletionItem
-
An edit which is applied to a document when selecting this completion.
- setTitle(String) - Method in class org.eclipse.lsp4j.CodeAction
-
A short, human-readable, title for this code action.
- setTitle(String) - Method in class org.eclipse.lsp4j.Command
-
Title of the command, like `save`.
- setTitle(String) - Method in class org.eclipse.lsp4j.MessageActionItem
-
A short title like 'Retry', 'Open Log' etc.
- setTitle(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Mandatory title of the progress operation.
- setTo(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The item that is called.
- setToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress token provided by the client or server.
- setToken(String) - Method in class org.eclipse.lsp4j.ProgressParams
-
- setToken(Integer) - Method in class org.eclipse.lsp4j.ProgressParams
-
- setToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
-
The token to be used to report progress.
- setToken(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
-
- setToken(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
-
- setToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
-
The token to be used to report progress.
- setToken(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
-
- setToken(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
-
- setTokenModifiers(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token modifiers that the client supports.
- setTokenModifiers(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token modifiers that the client supports.
- setTokenTypes(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token types that the client supports.
- setTokenTypes(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token types that the client supports.
- setTooltip(String) - Method in class org.eclipse.lsp4j.DocumentLink
-
The tooltip text when you hover over this link.
- setTooltipSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
-
- setTrace(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
The initial trace setting.
- setTrace(SetTraceParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
A notification that should be used by the client to modify the trace setting of the server.
- SetTraceParams - Class in org.eclipse.lsp4j
-
A notification that should be used by the client to modify the trace setting of the server.
- SetTraceParams() - Constructor for class org.eclipse.lsp4j.SetTraceParams
-
- SetTraceParams(String) - Constructor for class org.eclipse.lsp4j.SetTraceParams
-
- setTriggerCharacter(String) - Method in class org.eclipse.lsp4j.CompletionContext
-
The trigger character (a single character) that has trigger code complete.
- setTriggerCharacter(String) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Character that caused signature help to be triggered.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The characters that trigger completion automatically.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
Most tools trigger completion request automatically without explicitly requesting
it using a keyboard shortcut (e.g.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
The characters that trigger signature help automatically.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
The characters that trigger signature help automatically.
- setTriggerKind(CompletionTriggerKind) - Method in class org.eclipse.lsp4j.CompletionContext
-
How the completion was triggered.
- setTriggerKind(SignatureHelpTriggerKind) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Action that caused signature help to be triggered.
- setTrimFinalNewlines(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setTrimTrailingWhitespace(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setType(FileChangeType) - Method in class org.eclipse.lsp4j.FileEvent
-
The change type.
- setType(MessageType) - Method in class org.eclipse.lsp4j.MessageParams
-
The message type.
- setTypeDefinition(TypeDefinitionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/typeDefinition
Since 3.6.0
- setTypeDefinitionProvider(Either<Boolean, TypeDefinitionRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Type Definition support.
- setTypeDefinitionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTypeDefinitionProvider(TypeDefinitionRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTypeHierarchyCapabilities(TypeHierarchyCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/typeHierarchy.
- setTypeHierarchyProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Server capability for calculating super- and subtype hierarchies.
- setTypeHierarchyProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTypeHierarchyProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setUnique(String) - Method in class org.eclipse.lsp4j.Moniker
-
The scope in which the moniker is unique.
- setUnregisterations(List<Unregistration>) - Method in class org.eclipse.lsp4j.UnregistrationParams
-
- setUri(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The resource identifier of this item.
- setUri(String) - Method in class org.eclipse.lsp4j.CreateFile
-
The resource to create.
- setUri(String) - Method in class org.eclipse.lsp4j.DeleteFile
-
The file to delete.
- setUri(String) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
Deprecated.
- setUri(String) - Method in class org.eclipse.lsp4j.FileCreate
-
A file:// URI for the location of the file/folder being created.
- setUri(String) - Method in class org.eclipse.lsp4j.FileDelete
-
A file:// URI for the location of the file/folder being deleted.
- setUri(String) - Method in class org.eclipse.lsp4j.FileEvent
-
The file's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.Location
-
- setUri(String) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
The URI for which diagnostic information is reported.
- setUri(String) - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
The document uri to show.
- setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
-
The text document's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
Deprecated.
- setUri(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The URI of the text document where this type hierarchy item belongs to.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The associated URI for this workspace folder.
- setValue(String) - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- setValue(String) - Method in class org.eclipse.lsp4j.MarkupContent
-
The content itself.
- setValue(Either<WorkDoneProgressNotification, Object>) - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress data.
- setValue(String) - Method in class org.eclipse.lsp4j.SetTraceParams
-
The new value that should be assigned to the trace setting.
- setValueSet(List<String>) - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
-
The code action kind values the client supports.
- setValueSet(List<InsertTextMode>) - Method in class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
-
- setValueSet(List<CompletionItemKind>) - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
-
The completion item kind values the client supports.
- setValueSet(List<CompletionItemTag>) - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
-
The tags supported by the client.
- setValueSet(List<DiagnosticTag>) - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
-
The tags supported by the client.
- setValueSet(List<SymbolKind>) - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
-
The symbol kind values the client supports.
- setValueSet(List<SymbolTag>) - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
-
The tags supported by the client.
- setVerbose(String) - Method in class org.eclipse.lsp4j.LogTraceParams
-
Additional information that can be computed if the
trace configuration
is set to
TraceValue.Verbose
- setVersion(String) - Method in class org.eclipse.lsp4j.ClientInfo
-
The client's version as defined by the client.
- setVersion(String) - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
The version of the parser.
- setVersion(Integer) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
Optional the version number of the document the diagnostics are published for.
- setVersion(String) - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
-
The engine's version.
- setVersion(String) - Method in class org.eclipse.lsp4j.ServerInfo
-
The server's version as defined by the server.
- setVersion(int) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The version number of this document (it will strictly increase after each change, including undo/redo).
- setVersion(Integer) - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
-
The version number of this document.
- setVersionSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client interprets the version property of the
`textDocument/publishDiagnostics` notification's parameter.
- setWatchers(List<FileSystemWatcher>) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
-
The watchers to register.
- setWillCreate(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willCreateFiles requests.
- setWillCreate(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willCreateFiles requests.
- setWillDelete(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willDeleteFiles file requests.
- setWillDelete(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willDeleteFiles requests.
- setWillRename(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willRenameFiles requests.
- setWillRename(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willRenameFiles requests.
- setWillSave(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports sending will save notifications.
- setWillSave(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Will save notifications are sent to the server.
- setWillSaveWaitUntil(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports sending a will save request and
waits for a response providing text edits which will
be applied to the document before it is saved.
- setWillSaveWaitUntil(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Will save wait until requests are sent to the server.
- setWindow(WindowClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Window specific client capabilities.
- setWordPattern(String) - Method in class org.eclipse.lsp4j.LinkedEditingRanges
-
An optional word pattern (regular expression) that describes valid contents for
the given ranges.
- setWorkDoneProgress(Boolean) - Method in class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
- setWorkDoneProgress(Boolean) - Method in class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
-
- setWorkDoneProgress(Boolean) - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Whether client supports handling progress notifications.
- setWorkDoneProgress(Boolean) - Method in interface org.eclipse.lsp4j.WorkDoneProgressOptions
-
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.InitializeParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.InitializeParams
-
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
- setWorkDoneToken(Either<String, Integer>) - Method in interface org.eclipse.lsp4j.WorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- setWorkspace(WorkspaceClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Workspace specific client capabilities.
- setWorkspace(WorkspaceServerCapabilities) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Workspace specific server capabilities
- setWorkspaceEdit(WorkspaceEditCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
- setWorkspaceFolders(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.InitializeParams
-
The workspace folders configured in the client when the server starts.
- setWorkspaceFolders(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for workspace folders.
- setWorkspaceFolders(WorkspaceFoldersOptions) - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server supports workspace folder.
- setWorkspaceSymbolProvider(Either<Boolean, WorkspaceSymbolOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides workspace symbol support.
- setWorkspaceSymbolProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setWorkspaceSymbolProvider(WorkspaceSymbolOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- showDocument(ShowDocumentParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The show document request is sent from a server to a client to ask the
client to display a particular document in the user interface.
- ShowDocumentCapabilities - Class in org.eclipse.lsp4j
-
Client capabilities for the show document request.
- ShowDocumentCapabilities() - Constructor for class org.eclipse.lsp4j.ShowDocumentCapabilities
-
- ShowDocumentCapabilities(boolean) - Constructor for class org.eclipse.lsp4j.ShowDocumentCapabilities
-
- ShowDocumentParams - Class in org.eclipse.lsp4j
-
Params to show a document.
- ShowDocumentParams() - Constructor for class org.eclipse.lsp4j.ShowDocumentParams
-
- ShowDocumentParams(String) - Constructor for class org.eclipse.lsp4j.ShowDocumentParams
-
- ShowDocumentResult - Class in org.eclipse.lsp4j
-
The result of an show document request.
- ShowDocumentResult() - Constructor for class org.eclipse.lsp4j.ShowDocumentResult
-
- ShowDocumentResult(boolean) - Constructor for class org.eclipse.lsp4j.ShowDocumentResult
-
- showMessage(MessageParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The show message notification is sent from a server to a client to ask
the client to display a particular message in the user interface.
- showMessageRequest(ShowMessageRequestParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The show message request is sent from a server to a client to ask the
client to display a particular message in the user interface.
- ShowMessageRequestParams - Class in org.eclipse.lsp4j
-
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.
- ShowMessageRequestParams() - Constructor for class org.eclipse.lsp4j.ShowMessageRequestParams
-
- ShowMessageRequestParams(List<MessageActionItem>) - Constructor for class org.eclipse.lsp4j.ShowMessageRequestParams
-
- shutdown() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
The shutdown request is sent from the client to the server.
- signatureHelp(SignatureHelpParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The signature help request is sent from the client to the server to
request signature information at a given cursor position.
- SignatureHelp - Class in org.eclipse.lsp4j
-
Signature help represents the signature of something callable.
- SignatureHelp() - Constructor for class org.eclipse.lsp4j.SignatureHelp
-
- SignatureHelp(List<SignatureInformation>, Integer, Integer) - Constructor for class org.eclipse.lsp4j.SignatureHelp
-
- SignatureHelpCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/signatureHelp`
- SignatureHelpCapabilities() - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
-
- SignatureHelpCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
-
- SignatureHelpCapabilities(SignatureInformationCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
-
- SignatureHelpContext - Class in org.eclipse.lsp4j
-
Additional information about the context in which a signature help request was triggered.
- SignatureHelpContext() - Constructor for class org.eclipse.lsp4j.SignatureHelpContext
-
- SignatureHelpContext(SignatureHelpTriggerKind, boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpContext
-
- SignatureHelpOptions - Class in org.eclipse.lsp4j
-
Signature help options.
- SignatureHelpOptions() - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
-
- SignatureHelpOptions(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
-
- SignatureHelpOptions(List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
-
- SignatureHelpParams - Class in org.eclipse.lsp4j
-
The signature help request is sent from the client to the server to request signature information at a given cursor position.
- SignatureHelpParams() - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
-
- SignatureHelpParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
-
- SignatureHelpParams(TextDocumentIdentifier, Position, SignatureHelpContext) - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
-
- SignatureHelpRegistrationOptions - Class in org.eclipse.lsp4j
-
- SignatureHelpRegistrationOptions() - Constructor for class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
- SignatureHelpRegistrationOptions(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
- SignatureHelpRegistrationOptions(List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
- SignatureHelpTriggerKind - Enum in org.eclipse.lsp4j
-
How a signature help was triggered.
- SignatureInformation - Class in org.eclipse.lsp4j
-
Represents the signature of something callable.
- SignatureInformation() - Constructor for class org.eclipse.lsp4j.SignatureInformation
-
- SignatureInformation(String) - Constructor for class org.eclipse.lsp4j.SignatureInformation
-
- SignatureInformation(String, String, List<ParameterInformation>) - Constructor for class org.eclipse.lsp4j.SignatureInformation
-
- SignatureInformation(String, MarkupContent, List<ParameterInformation>) - Constructor for class org.eclipse.lsp4j.SignatureInformation
-
- SignatureInformationCapabilities - Class in org.eclipse.lsp4j
-
- SignatureInformationCapabilities() - Constructor for class org.eclipse.lsp4j.SignatureInformationCapabilities
-
- SignatureInformationCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureInformationCapabilities
-
- Source - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for source actions: `source`
Source code actions apply to the entire file.
- SourceOrganizeImports - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for an organize imports source action: `source.organizeImports`
- Static - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
-
- StaticRegistrationOptions - Class in org.eclipse.lsp4j
-
Static registration options to be returned in the initialize request.
- StaticRegistrationOptions() - Constructor for class org.eclipse.lsp4j.StaticRegistrationOptions
-
- StaticRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.StaticRegistrationOptions
-
- String - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
-
- Struct - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
-
- symbol(WorkspaceSymbolParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The workspace symbol request is sent from the client to the server to
list project-wide symbols matching the query string.
- SymbolCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `workspace/symbol` request.
- SymbolCapabilities() - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
-
- SymbolCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
-
- SymbolCapabilities(SymbolKindCapabilities) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
-
- SymbolCapabilities(SymbolKindCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
-
- SymbolInformation - Class in org.eclipse.lsp4j
-
Represents information about programming constructs like variables, classes, interfaces etc.
- SymbolInformation() - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
- SymbolInformation(String, SymbolKind, Location) - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
- SymbolInformation(String, SymbolKind, Location, String) - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
- SymbolInformationTypeAdapter - Class in org.eclipse.lsp4j.adapters
-
A type adapter for the SymbolInformation protocol type.
- SymbolInformationTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
-
- SymbolInformationTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
-
- SymbolKind - Enum in org.eclipse.lsp4j
-
- SymbolKindCapabilities - Class in org.eclipse.lsp4j
-
- SymbolKindCapabilities() - Constructor for class org.eclipse.lsp4j.SymbolKindCapabilities
-
- SymbolKindCapabilities(List<SymbolKind>) - Constructor for class org.eclipse.lsp4j.SymbolKindCapabilities
-
- SymbolTag - Enum in org.eclipse.lsp4j
-
Symbol tags are extra annotations that tweak the rendering of a symbol.
- SymbolTagSupportCapabilities - Class in org.eclipse.lsp4j
-
- SymbolTagSupportCapabilities() - Constructor for class org.eclipse.lsp4j.SymbolTagSupportCapabilities
-
- SymbolTagSupportCapabilities(List<SymbolTag>) - Constructor for class org.eclipse.lsp4j.SymbolTagSupportCapabilities
-
- SynchronizationCapabilities - Class in org.eclipse.lsp4j
-
- SynchronizationCapabilities() - Constructor for class org.eclipse.lsp4j.SynchronizationCapabilities
-
- SynchronizationCapabilities(Boolean, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.SynchronizationCapabilities
-
- SynchronizationCapabilities(Boolean, Boolean, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.SynchronizationCapabilities
-