- 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.
- getAllCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The list of all possible characters that commit a completion.
- getAllCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The list of all possible characters that commit a completion.
- getAllowedTags() - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
A list of HTML tags that the client allows / supports in Markdown.
- 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 identifier 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.
- getAugmentsSyntaxTokens() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client uses semantic tokens to augment existing
syntax tokens.
- getBaseUri() - Method in class org.eclipse.lsp4j.RelativePattern
-
A workspace folder or a base URI as a string to which this pattern will be matched
against relatively.
- 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 or tool)
- 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(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
- 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
- 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.
- getCollapsedText() - Method in class org.eclipse.lsp4j.FoldingRange
-
The text that the client should show when the specified range is
collapsed.
- getCollapsedText() - Method in class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
-
If set, the client signals that it supports setting
FoldingRange.collapsedText
on
folding ranges to display custom labels instead of the default text.
- 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.
- getCommand() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
An optional command for this label part.
- 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.
- getCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default commit character set.
- 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.
- getCompletionItem() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server supports the following
CompletionItem
specific capabilities.
- getCompletionItem() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server supports the following
CompletionItem
specific capabilities.
- getCompletionItemKind() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
- getCompletionList() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionList
specific
capabilities.
- 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
-
Deprecated.
The name of the symbol containing this symbol.
- getContainerName() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
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.InlineValueParams
-
Additional information about the context in which inline values were
requested.
- 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.
- 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.InlayHint
-
A data entry field that is preserved on a inlay hint between
a textDocument/inlayHint
and a inlayHint/resolve
request.
- 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
-
A data entry field that is preserved between a type hierarchy prepare and
supertypes or subtypes requests.
- 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
- 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
- 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
-
- 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.
- getDescription() - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
-
- 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.CompletionItemLabelDetails
-
An optional string which is rendered less prominently directly after
CompletionItem.label
, without any spacing.
- 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
-
More detail for this item, e.g.
- getDiagnostic() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the diagnostic pull model.
- getDiagnosticProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server has support for pull model diagnostics.
- 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.
- getDiagnostics() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to diagnostics.
- 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.
- 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.
- getEditRange() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default edit range
- 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.
- getExpression() - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
-
If specified the name of the variable to look up.
- 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.FoldingRangeCapabilities
-
Specific options for the folding range.
- getFoldingRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/foldingRange
requests.
- getFoldingRangeKind() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
Specific options for the folding range kind.
- 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
- getFrameId() - Method in class org.eclipse.lsp4j.InlineValueContext
-
The stack frame (as a DAP Id) where the execution has stopped.
- 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.DiagnosticRegistrationOptions
-
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.InlayHintRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.InlineValueRegistrationOptions
-
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.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.TypeHierarchyRegistrationOptions
-
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.DiagnosticRegistrationOptions
-
An optional identifier under which the diagnostics are
managed by the client.
- getIdentifier() - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
-
The additional identifier provided during registration.
- getIdentifier() - Method in class org.eclipse.lsp4j.Moniker
-
The identifier of the moniker.
- getIdentifier() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
-
The additional identifier provided during registration.
- 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
- 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.
- getInlayHint() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/inlayHint
request.
- getInlayHint() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to inlay hints.
- getInlayHintProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides inlay hints.
- getInlineValue() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Client capabilities specific to inline values.
- getInlineValue() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to inline values.
- getInlineValueEvaluatableExpression() - Method in class org.eclipse.lsp4j.InlineValue
-
- getInlineValueProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides inline values.
- getInlineValueText() - Method in class org.eclipse.lsp4j.InlineValue
-
- getInlineValueVariableLookup() - Method in class org.eclipse.lsp4j.InlineValue
-
- getInsert() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the insert is requested
- getInsert() - Method in class org.eclipse.lsp4j.InsertReplaceRange
-
The range if the insert 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.
- getInsertTextFormat() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default insert text format
- getInsertTextMode() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
- getInsertTextMode() - Method in class org.eclipse.lsp4j.CompletionItem
-
How whitespace and indentation is handled during completion item
insertion.
- getInsertTextMode() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default insert text mode
- 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.TypeHierarchySubtypesParams
-
Representation of an item that carries type information.
- getItem() - Method in class org.eclipse.lsp4j.TypeHierarchySupertypesParams
-
Representation of an item that carries type information.
- getItemDefaults() - Method in class org.eclipse.lsp4j.CompletionList
-
In many cases the items of an actual completion result share the same
value for properties like
CompletionItem.commitCharacters
or the range of a text
edit.
- getItemDefaults() - Method in class org.eclipse.lsp4j.CompletionListCapabilities
-
The client supports the the following itemDefaults on
a completion list.
- getItems() - Method in class org.eclipse.lsp4j.CompletionList
-
The completion items.
- getItems() - Method in class org.eclipse.lsp4j.ConfigurationParams
-
- getItems() - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
The actual items.
- getItems() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReport
-
- getItems() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
-
- 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.FullDocumentDiagnosticReport
-
A full document diagnostic report.
- getKind() - Method in class org.eclipse.lsp4j.InlayHint
-
The kind of this hint.
- 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
-
Deprecated.
The kind of this symbol.
- getKind() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The kind of this item.
- getKind() - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
-
A document diagnostic report indicating
no changes to the last result.
- 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
- getKind() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The kind of this symbol.
- 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.InlayHint
-
The label of this hint.
- 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.
- getLabelDetails() - Method in class org.eclipse.lsp4j.CompletionItem
-
Additional details for the label
- getLabelDetailsSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
- getLabelDetailsSupport() - Method in class org.eclipse.lsp4j.CompletionItemOptions
-
The server has support for completion item label details (see also
CompletionItemLabelDetails
) when receiving
a completion item in a resolve call.
- 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.InlayHintLabelPart
-
An optional source code location that represents this
label part.
- getLocation() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
The location of this symbol.
- getLocation() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
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
-
Deprecated.
The name of this symbol.
- getName() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The name of this item.
- getName() - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The name of the workspace folder.
- getName() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The name of this symbol.
- 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.
- 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.
- getPaddingLeft() - Method in class org.eclipse.lsp4j.InlayHint
-
Render padding before the hint.
- getPaddingRight() - Method in class org.eclipse.lsp4j.InlayHint
-
Render padding after the hint.
- 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.
- 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.
- getPattern() - Method in class org.eclipse.lsp4j.RelativePattern
-
The actual glob 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.InlayHint
-
The position of this hint.
- getPosition() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The position inside the text document.
- getPositionEncoding() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- getPositionEncodings() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
The position encodings supported by the client.
- 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.DocumentDiagnosticParams
-
The result id of a previous response if provided.
- getPreviousResultId() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The result id of a previous response.
- getPreviousResultIds() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
-
The currently known diagnostic reports with their
previous result ids.
- 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
-
- getProperties() - Method in class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getProperties() - Method in class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- 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.InlayHintParams
-
The visible document range for which inlay hints should be computed.
- getRange() - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
-
The document range for which the inline value applies.
- getRange() - Method in class org.eclipse.lsp4j.InlineValueParams
-
The visible document range for which inlay hints should be computed.
- getRange() - Method in class org.eclipse.lsp4j.InlineValueText
-
The document range for which the inline value applies.
- getRange() - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
The document range for which the inline value applies.
- 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 symbol not including leading/trailing whitespace
but everything else, e.g.
- 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.DiagnosticWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from
the server to the client.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from
the server to the client.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
-
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.
- getRelatedDocuments() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
-
- getRelatedDocuments() - Method in class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
-
Diagnostics of related documents.
- getRelatedDocuments() - Method in class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
-
Diagnostics of related documents.
- getRelatedDocumentSupport() - Method in class org.eclipse.lsp4j.DiagnosticCapabilities
-
Whether the clients supports related documents for document diagnostic pulls.
- getRelatedFullDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
-
- 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.
- getRelatedUnchangedDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
-
- getRelativePatternSupport() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
-
Whether the client has support for relative patterns
or not.
- 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 is requested.
- getReplace() - Method in class org.eclipse.lsp4j.InsertReplaceRange
-
The range if the replace is requested.
- getRequests() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Which requests the client supports and might send to the server.
- 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.
- getResolveProvider() - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
-
The server provides support to resolve additional
information for an inlay hint item.
- getResolveProvider() - Method in class org.eclipse.lsp4j.WorkspaceSymbolOptions
-
The server provides support to resolve additional
information for a workspace symbol.
- 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.
- getResolveSupport() - Method in class org.eclipse.lsp4j.InlayHintCapabilities
-
Indicates which properties a client can resolve lazily on a inlay hint.
- getResolveSupport() - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
The client supports partial workspace symbols.
- getResourceOperations() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The resource operations the client supports.
- getResultId() - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
An optional result id.
- getResultId() - Method in class org.eclipse.lsp4j.SemanticTokens
-
An optional result id.
- getResultId() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
- getResultId() - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
-
A result id which will be sent on the next
diagnostic request for the same document.
- 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.
- getRetryOnContentModified() - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
-
The list of requests for which the client will retry the request if it receives
a response with error code ContentModified
- 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
- getSelectionRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range that should be selected and revealed when this symbol is being
picked, e.g.
- 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.
- getServerCancelSupport() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client allows the server to actively cancel a
semantic token request, e.g.
- 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
- 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.
- getStaleRequestSupport() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capability that signals how the client handles stale requests
(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.
- getStoppedLocation() - Method in class org.eclipse.lsp4j.InlineValueContext
-
The document range where execution has stopped.
- 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
-
Deprecated.
Tags for this symbol.
- getTags() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
Tags for this item.
- getTags() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
Tags for this completion item.
- 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.InlineValueText
-
The text of the inline value.
- 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.DocumentDiagnosticParams
-
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.InlayHintParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.InlineValueParams
-
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.
- getTextEdits() - Method in class org.eclipse.lsp4j.InlayHint
-
Optional text edits that are performed when accepting this inlay hint.
- getTextEditText() - Method in class org.eclipse.lsp4j.CompletionItem
-
The edit text used if the completion item is part of a CompletionList and
CompletionList defines an item default for the text edit range.
- 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.
- getTooltip() - Method in class org.eclipse.lsp4j.InlayHint
-
The tooltip text when you hover over this item.
- getTooltip() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
The tooltip text when you hover over this label part.
- 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.CodeActionContext
-
The reason why code actions were requested.
- 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
- getTypeDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Type Definition support.
- getTypeHierarchy() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/prepareTypeHierarchy
.
- getTypeHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Type Hierarchy support.
- 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.PreviousResultId
-
The URI for which the client knowns a
result id.
- 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 resource identifier of this item.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The associated URI for this workspace folder.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
-
The URI for which diagnostic information is reported.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceSymbolLocation
-
The DocumentUri of this symbol.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
-
The URI for which diagnostic information is reported.
- getValue() - Method in enum org.eclipse.lsp4j.CodeActionTriggerKind
-
- 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.InlayHintKind
-
- getValue() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
The value of this label part.
- 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.PreviousResultId
-
The value of the previous result id.
- getValue() - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress data.
- 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.FoldingRangeKindSupportCapabilities
-
The folding range kind values the client supports.
- 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.
- getVariableName() - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
If specified the name of the variable to look up.
- 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.
- getVersion() - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
-
The version number for which the diagnostics are reported.
- getVersion() - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
-
The version number for which the diagnostics are reported.
- 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.InlayHintParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.InlineValueParams
-
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.
- getWorkspaceFullDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
-
- 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.
- getWorkspaceUnchangedDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
-
- 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
- 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() - Constructor for class org.eclipse.lsp4j.SemanticTokens
-
- 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() - Constructor for class org.eclipse.lsp4j.SemanticTokensCapabilities
-
- 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() - Constructor for class org.eclipse.lsp4j.SemanticTokensDelta
-
- 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() - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
- SemanticTokensDeltaParams(TextDocumentIdentifier, String) - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
- SemanticTokensDeltaPartialResult - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensDeltaPartialResult() - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
-
- SemanticTokensDeltaPartialResult(List<SemanticTokensEdit>) - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
-
- SemanticTokensEdit - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensEdit() - Constructor for class org.eclipse.lsp4j.SemanticTokensEdit
-
- 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
- SemanticTokensLegend() - Constructor for class org.eclipse.lsp4j.SemanticTokensLegend
-
- 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() - Constructor for class org.eclipse.lsp4j.SemanticTokensParams
-
- SemanticTokensParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.SemanticTokensParams
-
- SemanticTokensPartialResult - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensPartialResult() - Constructor for class org.eclipse.lsp4j.SemanticTokensPartialResult
-
- 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() - Constructor for class org.eclipse.lsp4j.SemanticTokensRangeParams
-
- 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.
- setAllCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The list of all possible characters that commit a completion.
- setAllCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The list of all possible characters that commit a completion.
- setAllowedTags(List<String>) - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
A list of HTML tags that the client allows / supports in Markdown.
- 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 identifier 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.
- setAugmentsSyntaxTokens(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client uses semantic tokens to augment existing
syntax tokens.
- setBaseUri(Either<WorkspaceFolder, String>) - Method in class org.eclipse.lsp4j.RelativePattern
-
A workspace folder or a base URI as a string to which this pattern will be matched
against relatively.
- setBaseUri(WorkspaceFolder) - Method in class org.eclipse.lsp4j.RelativePattern
-
- setBaseUri(String) - Method in class org.eclipse.lsp4j.RelativePattern
-
- 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
-
- setCancel(boolean) - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
-
The client will actively cancel the request.
- 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 or tool)
- setCapabilities(ServerCapabilities) - Method in class org.eclipse.lsp4j.InitializeResult
-
The capabilities the language server provides.
- setCaseSensitiveLookup(boolean) - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
How to perform the lookup.
- 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.
- setClientInfo(ClientInfo) - Method in class org.eclipse.lsp4j.InitializeParams
-
Information about the client
- 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
- 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.
- setCollapsedText(String) - Method in class org.eclipse.lsp4j.FoldingRange
-
The text that the client should show when the specified range is
collapsed.
- setCollapsedText(Boolean) - Method in class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
-
If set, the client signals that it supports setting
FoldingRange.collapsedText
on
folding ranges to display custom labels instead of the default text.
- 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.
- setCommand(Command) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
An optional command for this label part.
- 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.
- setCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default commit character set.
- 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.
- setCompletionItem(CompletionItemOptions) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server supports the following
CompletionItem
specific capabilities.
- setCompletionItem(CompletionItemOptions) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server supports the following
CompletionItem
specific capabilities.
- setCompletionItemKind(CompletionItemKindCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
- setCompletionList(CompletionListCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionList
specific
capabilities.
- 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
-
Deprecated.
The name of the symbol containing this symbol.
- setContainerName(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
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(InlineValueContext) - Method in class org.eclipse.lsp4j.InlineValueParams
-
Additional information about the context in which inline values were
requested.
- 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.
- 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(Object) - Method in class org.eclipse.lsp4j.InlayHint
-
A data entry field that is preserved on a inlay hint between
a textDocument/inlayHint
and a inlayHint/resolve
request.
- 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
-
A data entry field that is preserved between a type hierarchy prepare and
supertypes or subtypes requests.
- 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
- 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
- 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
-
- 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.
- setDescription(String) - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
-
- 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.CompletionItemLabelDetails
-
An optional string which is rendered less prominently directly after
CompletionItem.label
, without any spacing.
- 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
-
More detail for this item, e.g.
- setDiagnostic(DiagnosticCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the diagnostic pull model.
- setDiagnosticProvider(DiagnosticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server has support for pull model diagnostics.
- 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.
- setDiagnostics(DiagnosticWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to diagnostics.
- 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.
- 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.
- setEditRange(Either<Range, InsertReplaceRange>) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default edit range
- 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.
- setExpression(String) - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
-
If specified the name of the variable to look up.
- 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(FoldingRangeSupportCapabilities) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
Specific options for the folding range.
- setFoldingRange(FoldingRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/foldingRange
requests.
- setFoldingRangeKind(FoldingRangeKindSupportCapabilities) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
Specific options for the folding range kind.
- 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
- setFrameId(int) - Method in class org.eclipse.lsp4j.InlineValueContext
-
The stack frame (as a DAP Id) where the execution has stopped.
- 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(Either<String, RelativePattern>) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The glob pattern to watch.
- setGlobPattern(String) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
- setGlobPattern(RelativePattern) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
- 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.DiagnosticRegistrationOptions
-
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.InlayHintRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.InlineValueRegistrationOptions
-
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.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.TypeHierarchyRegistrationOptions
-
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.DiagnosticRegistrationOptions
-
An optional identifier under which the diagnostics are
managed by the client.
- setIdentifier(String) - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
-
The additional identifier provided during registration.
- setIdentifier(String) - Method in class org.eclipse.lsp4j.Moniker
-
The identifier of the moniker.
- setIdentifier(String) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
-
The additional identifier provided during registration.
- 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
- 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.
- setInlayHint(InlayHintCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the textDocument/inlayHint
request.
- setInlayHint(InlayHintWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to inlay hints.
- setInlayHintProvider(Either<Boolean, InlayHintRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides inlay hints.
- setInlayHintProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setInlayHintProvider(InlayHintRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setInlineValue(InlineValueCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Client capabilities specific to inline values.
- setInlineValue(InlineValueWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to inline values.
- setInlineValueProvider(Either<Boolean, InlineValueRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides inline values.
- setInlineValueProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setInlineValueProvider(InlineValueRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setInsert(Range) - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the insert is requested
- setInsert(Range) - Method in class org.eclipse.lsp4j.InsertReplaceRange
-
The range if the insert 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.
- setInsertTextFormat(InsertTextFormat) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default insert text format
- setInsertTextMode(InsertTextMode) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
- setInsertTextMode(InsertTextMode) - Method in class org.eclipse.lsp4j.CompletionItem
-
How whitespace and indentation is handled during completion item
insertion.
- setInsertTextMode(InsertTextMode) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default insert text mode
- 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.
- setInterFileDependencies(boolean) - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
Whether the language has inter file dependencies meaning that
editing code in one file can result in a different diagnostic
set in another file.
- setIsIncomplete(boolean) - Method in class org.eclipse.lsp4j.CompletionList
-
This list is 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.TypeHierarchySubtypesParams
-
Representation of an item that carries type information.
- setItem(TypeHierarchyItem) - Method in class org.eclipse.lsp4j.TypeHierarchySupertypesParams
-
Representation of an item that carries type information.
- setItemDefaults(CompletionItemDefaults) - Method in class org.eclipse.lsp4j.CompletionList
-
In many cases the items of an actual completion result share the same
value for properties like
CompletionItem.commitCharacters
or the range of a text
edit.
- setItemDefaults(List<String>) - Method in class org.eclipse.lsp4j.CompletionListCapabilities
-
The client supports the the following itemDefaults on
a completion list.
- setItems(List<CompletionItem>) - Method in class org.eclipse.lsp4j.CompletionList
-
The completion items.
- setItems(List<ConfigurationItem>) - Method in class org.eclipse.lsp4j.ConfigurationParams
-
- setItems(List<Diagnostic>) - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
The actual items.
- setItems(List<WorkspaceDocumentDiagnosticReport>) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReport
-
- setItems(List<WorkspaceDocumentDiagnosticReport>) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
-
- 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(InlayHintKind) - Method in class org.eclipse.lsp4j.InlayHint
-
The kind of this hint.
- 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
-
Deprecated.
The kind of this symbol.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The kind of this item.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The kind of this symbol.
- 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, List<InlayHintLabelPart>>) - Method in class org.eclipse.lsp4j.InlayHint
-
The label of this hint.
- setLabel(String) - Method in class org.eclipse.lsp4j.InlayHint
-
- setLabel(List<InlayHintLabelPart>) - Method in class org.eclipse.lsp4j.InlayHint
-
- 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.
- setLabelDetails(CompletionItemLabelDetails) - Method in class org.eclipse.lsp4j.CompletionItem
-
Additional details for the label
- setLabelDetailsSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
- setLabelDetailsSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemOptions
-
The server has support for completion item label details (see also
CompletionItemLabelDetails
) when receiving
a completion item in a resolve call.
- 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.InlayHintLabelPart
-
An optional source code location that represents this
label part.
- setLocation(Location) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
The location of this symbol.
- setLocation(Either<Location, WorkspaceSymbolLocation>) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
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
-
Deprecated.
The name of this symbol.
- setName(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The name of this item.
- setName(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The name of the workspace folder.
- setName(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The name of this symbol.
- 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.
- 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.
- setPaddingLeft(Boolean) - Method in class org.eclipse.lsp4j.InlayHint
-
Render padding before the hint.
- setPaddingRight(Boolean) - Method in class org.eclipse.lsp4j.InlayHint
-
Render padding after the hint.
- 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.
- 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.
- setPattern(String) - Method in class org.eclipse.lsp4j.RelativePattern
-
The actual glob 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.InlayHint
-
The position of this hint.
- setPosition(Position) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The position inside the text document.
- setPositionEncoding(String) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setPositionEncodings(List<String>) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
The position encodings supported by the client.
- 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.DocumentDiagnosticParams
-
The result id of a previous response if provided.
- setPreviousResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The result id of a previous response.
- setPreviousResultIds(List<PreviousResultId>) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
-
The currently known diagnostic reports with their
previous result ids.
- 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
-
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- 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.InlayHintParams
-
The visible document range for which inlay hints should be computed.
- setRange(Range) - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
-
The document range for which the inline value applies.
- setRange(Range) - Method in class org.eclipse.lsp4j.InlineValueParams
-
The visible document range for which inlay hints should be computed.
- setRange(Range) - Method in class org.eclipse.lsp4j.InlineValueText
-
The document range for which the inline value applies.
- setRange(Range) - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
The document range for which the inline value applies.
- 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 symbol not including leading/trailing whitespace
but everything else, e.g.
- 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.DiagnosticWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from
the server to the client.
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from
the server to the client.
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
-
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.
- setRelatedDocuments(Map<String, Either<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>) - Method in class org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
-
- setRelatedDocuments(Map<String, Either<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>) - Method in class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
-
Diagnostics of related documents.
- setRelatedDocuments(Map<String, Either<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>) - Method in class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
-
Diagnostics of related documents.
- setRelatedDocumentSupport(Boolean) - Method in class org.eclipse.lsp4j.DiagnosticCapabilities
-
Whether the clients supports related documents for document diagnostic pulls.
- 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.
- setRelativePatternSupport(Boolean) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
-
Whether the client has support for relative patterns
or not.
- 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 is requested.
- setReplace(Range) - Method in class org.eclipse.lsp4j.InsertReplaceRange
-
The range if the replace is requested.
- setRequests(SemanticTokensClientCapabilitiesRequests) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Which requests the client supports and might send to the server.
- 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.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
-
The server provides support to resolve additional
information for an inlay hint item.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceSymbolOptions
-
The server provides support to resolve additional
information for a workspace symbol.
- 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.
- setResolveSupport(InlayHintResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.InlayHintCapabilities
-
Indicates which properties a client can resolve lazily on a inlay hint.
- setResolveSupport(WorkspaceSymbolResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
The client supports partial workspace symbols.
- setResourceOperations(List<String>) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The resource operations the client supports.
- setResultId(String) - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
An optional result id.
- setResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokens
-
An optional result id.
- setResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
- setResultId(String) - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
-
A result id which will be sent on the next
diagnostic request for the same document.
- 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.
- setRetriggerRequest(boolean) - Method in class org.eclipse.lsp4j.DiagnosticServerCancellationData
-
- setRetry(boolean) - Method in class org.eclipse.lsp4j.InitializeError
-
Indicates whether the client executes the following retry logic:
Show the message provided by the ResponseError to the user.
- setRetryOnContentModified(List<String>) - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
-
The list of requests for which the client will retry the request if it receives
a response with error code ContentModified
- 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
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range that should be selected and revealed when this symbol is being
picked, e.g.
- 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.
- setServerCancelSupport(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client allows the server to actively cancel a
semantic token request, e.g.
- 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
- 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.
- setStaleRequestSupport(StaleRequestCapabilities) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capability that signals how the client handles stale requests
(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.
- setStoppedLocation(Range) - Method in class org.eclipse.lsp4j.InlineValueContext
-
The document range where execution has stopped.
- 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
-
Deprecated.
Tags for this symbol.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
Tags for this item.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
Tags for this completion item.
- 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.InlineValueText
-
The text of the inline value.
- 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.DocumentDiagnosticParams
-
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.InlayHintParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.InlineValueParams
-
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.
- setTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.InlayHint
-
Optional text edits that are performed when accepting this inlay hint.
- setTextEditText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
The edit text used if the completion item is part of a CompletionList and
CompletionList defines an item default for the text edit range.
- 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.
- setTooltip(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.InlayHint
-
The tooltip text when you hover over this item.
- setTooltip(String) - Method in class org.eclipse.lsp4j.InlayHint
-
- setTooltip(MarkupContent) - Method in class org.eclipse.lsp4j.InlayHint
-
- setTooltip(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
The tooltip text when you hover over this label part.
- setTooltip(String) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
- setTooltip(MarkupContent) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
- 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.LanguageServer
-
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(CodeActionTriggerKind) - Method in class org.eclipse.lsp4j.CodeActionContext
-
The reason why code actions were requested.
- 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
- 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
-
- setTypeHierarchy(TypeHierarchyCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/prepareTypeHierarchy
.
- setTypeHierarchyProvider(Either<Boolean, TypeHierarchyRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Type Hierarchy support.
- setTypeHierarchyProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTypeHierarchyProvider(TypeHierarchyRegistrationOptions) - 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.PreviousResultId
-
The URI for which the client knowns a
result id.
- 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 resource identifier of this item.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The associated URI for this workspace folder.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
-
The URI for which diagnostic information is reported.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbolLocation
-
The DocumentUri of this symbol.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
-
The URI for which diagnostic information is reported.
- setValue(String) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
The value of this label part.
- setValue(String) - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- setValue(String) - Method in class org.eclipse.lsp4j.MarkupContent
-
The content itself.
- setValue(String) - Method in class org.eclipse.lsp4j.PreviousResultId
-
The value of the previous result id.
- 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<String>) - Method in class org.eclipse.lsp4j.FoldingRangeKindSupportCapabilities
-
The folding range kind values the client supports.
- 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.
- setVariableName(String) - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
If specified the name of the variable to look up.
- 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.
- setVersion(Integer) - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
-
The version number for which the diagnostics are reported.
- setVersion(Integer) - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
-
The version number for which the diagnostics are reported.
- 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.InlayHintParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.InlayHintParams
-
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.InlayHintParams
-
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.InlineValueParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.InlineValueParams
-
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.InlineValueParams
-
- 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
- setWorkspaceDiagnostics(boolean) - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
The server provides support for workspace diagnostics as well.
- 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"
- SourceFixAll - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for a 'fix all' source action: "source.fixAll".
- SourceOrganizeImports - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for an organize imports source action: "source.organizeImports"
- StaleRequestCapabilities - Class in org.eclipse.lsp4j
-
Client capability that signals how the client handles stale requests
(e.g.
- StaleRequestCapabilities() - Constructor for class org.eclipse.lsp4j.StaleRequestCapabilities
-
- StaleRequestCapabilities(boolean, List<String>) - Constructor for class org.eclipse.lsp4j.StaleRequestCapabilities
-
- 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
-
- SymbolInformation() - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- SymbolInformation(String, SymbolKind, Location) - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- SymbolInformation(String, SymbolKind, Location, String) - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- 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
-