- 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
-
The client supports the `activeParameter` property on `SignatureInformation`
literal.
- getActiveSignature() - Method in class org.eclipse.lsp4j.SignatureHelp
-
The active signature.
- getActiveSignatureHelp() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
The currently active `SignatureHelp`.
- getAdded() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of added workspace folders
- getAdditionalTextEdits() - Method in class org.eclipse.lsp4j.ColorPresentation
-
An optional array of additional text edits that are applied when
selecting this color presentation.
- getAdditionalTextEdits() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional array of additional text edits that are applied when
selecting this completion.
- getAlpha() - Method in class org.eclipse.lsp4j.Color
-
The alpha component of this color in the range [0-1].
- getApplyEdit() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports applying batch edits to the workspace by supporting
the request 'workspace/applyEdit'.
- getArguments() - Method in class org.eclipse.lsp4j.Command
-
Arguments that the command handler should be invoked with.
- getArguments() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
Arguments that the command should be invoked with.
- getBlue() - Method in class org.eclipse.lsp4j.Color
-
The blue component of this color in the range [0-1].
- getBoolean(String) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- getCallHierarchy() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/prepareCallHierarchy
.
- getCallHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Call Hierarchy support.
- getCancellable() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Controls if a cancel button should show to allow the user to cancel the
long running operation.
- getCancellable() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Controls enablement state of a cancel button.
- getCapabilities() - Method in class org.eclipse.lsp4j.InitializeParams
-
The capabilities provided by the client (editor)
- getCapabilities() - Method in class org.eclipse.lsp4j.InitializeResult
-
The capabilities the language server provides.
- getCh() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The character that has been typed.
- getChange() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Change notifications are sent to the server.
- getChangeNotifications() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
Whether the server wants to receive workspace folder
change notifications.
- getChanges() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
-
The actual file events.
- getChanges() - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
Holds changes to existing resources.
- getCharacter() - Method in class org.eclipse.lsp4j.Position
-
Character offset on a line in a document (zero-based).
- getChildren() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Children of this symbol, e.g.
- getChildren() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
If this type hierarchy item is resolved, it contains the direct children of the current item.
- getChildren(T) - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
-
Returns with the children (direct descendants) of the node
argument.
- getChildren(DocumentSymbol) - Method in class org.eclipse.lsp4j.util.DocumentSymbols.DocumentSymbolIterator
-
- getClientInfo() - Method in class org.eclipse.lsp4j.InitializeParams
-
Information about the client
Since 3.15.0
- getClientName() - Method in class org.eclipse.lsp4j.InitializeParams
-
- getCode() - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's code.
- getCodeAction() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/codeAction`
- getCodeActionKind() - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
-
The code action kind is support with the following value
set.
- getCodeActionKinds() - Method in class org.eclipse.lsp4j.CodeActionOptions
-
CodeActionKinds that this server may return.
- getCodeActionLiteralSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
The client support code action literals as a valid
response of the `textDocument/codeAction` request.
- getCodeActionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code actions.
- getCodeDescription() - Method in class org.eclipse.lsp4j.Diagnostic
-
An optional property to describe the error code.
- getCodeDescriptionSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports a codeDescription property
Since 3.16.0
- getCodeLens() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/codeLens`
- getCodeLensProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code lens.
- getColor() - Method in class org.eclipse.lsp4j.ColorInformation
-
The actual color value for this color range.
- getColor() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The color information to request presentations for.
- getColorProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides color provider support.
- getColorProvider() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/documentColor` and the
`textDocument/colorPresentation` request.
- getCommand() - Method in class org.eclipse.lsp4j.CodeAction
-
A command this code action executes.
- getCommand() - Method in class org.eclipse.lsp4j.CodeLens
-
The command this code lens represents.
- getCommand() - Method in class org.eclipse.lsp4j.Command
-
The identifier of the actual command handler.
- getCommand() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional command that is executed *after* inserting this completion.
- getCommand() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
The identifier of the actual command handler.
- getCommands() - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
-
The commands to be executed on the server
- getCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional set of characters that when pressed while this completion is active will accept it first and
then type that character.
- getCommitCharactersSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports commit characters on a completion item.
- getCompletion() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/completion`
- getCompletionItem() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following `CompletionItem` specific
capabilities.
- getCompletionItemKind() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following `CompletionItemKind` 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
-
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 for the content
property.
- getContents() - Method in class org.eclipse.lsp4j.Hover
-
The hover's content as markdown
- getContext() - Method in class org.eclipse.lsp4j.CodeActionParams
-
Context carrying additional information.
- getContext() - Method in class org.eclipse.lsp4j.CompletionParams
-
The completion context.
- getContext() - Method in class org.eclipse.lsp4j.ReferenceParams
-
- getContext() - Method in class org.eclipse.lsp4j.SignatureHelpParams
-
The signature help context.
- getContextSupport() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports sending additional context information for a
`textDocument/completion` request.
- getContextSupport() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
The client supports to send additional context information for a
`textDocument/signatureHelp` request.
- getCurrent() - Method in class org.eclipse.lsp4j.ResourceChange
-
Deprecated.
The Uri for current resource.
- getData() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
A data entry field that is preserved between a call hierarchy prepare and
incoming calls or outgoing calls requests.
- getData() - Method in class org.eclipse.lsp4j.CodeAction
-
A data entry field that is preserved on a code action between
a `textDocument/codeAction` and a `codeAction/resolve` request.
- getData() - Method in class org.eclipse.lsp4j.CodeLens
-
A data entry field that is preserved on a code lens item between a code lens and a code lens resolve request.
- getData() - Method in class org.eclipse.lsp4j.CompletionItem
-
A data entry field that is preserved on a completion item between a completion and a completion resolve request.
- getData() - Method in class org.eclipse.lsp4j.Diagnostic
-
A data entry field that is preserved between a `textDocument/publishDiagnostics`
notification and `textDocument/codeAction` request.
- getData() - Method in class org.eclipse.lsp4j.DocumentLink
-
A data entry field that is preserved on a document link between a
DocumentLinkRequest and a DocumentLinkResolveRequest.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokens
-
The actual tokens.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The elements to insert.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
-
- getData() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
An optional data field can be used to identify a type hierarchy item in a resolve request.
- getDataSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the `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 `data` property which is
preserved between a `textDocument/publishDiagnostics` and
`textDocument/codeAction` request.
- getDeclaration() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/declaration`
Since 3.14.0
- getDeclarationProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides go to declaration support.
- getDefinition() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/definition`
Since 3.14.0
- getDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides goto definition support.
- getDeleteCount() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The count of elements to remove.
- getDelta() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
The client will send the `textDocument/semanticTokens/full/delta` request if
the server provides a corresponding handler.
- getDelta() - Method in class org.eclipse.lsp4j.SemanticTokensServerFull
-
The server supports deltas for full documents.
- getDeprecated() - Method in class org.eclipse.lsp4j.CompletionItem
-
- getDeprecated() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
- getDeprecated() - Method in class org.eclipse.lsp4j.SymbolInformation
-
- getDeprecated() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
true
if the hierarchy item is deprecated.
- getDeprecatedSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the deprecated property on a completion item.
- getDetail() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
More detail for this item, e.g the signature of a function.
- getDetail() - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string with additional information about this item, like type or symbol information.
- getDetail() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
More detail for this symbol, e.g the signature of a function.
- getDetail() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
Optional detail for the hierarchy item.
- getDiagnostics() - Method in class org.eclipse.lsp4j.CodeAction
-
The diagnostics that this code action resolves.
- getDiagnostics() - Method in class org.eclipse.lsp4j.CodeActionContext
-
An array of diagnostics.
- getDiagnostics() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
An array of diagnostic information items.
- getDidChangeConfiguration() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeConfiguration` notification.
- getDidChangeWatchedFiles() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
- getDidSave() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports did save notifications.
- getDirection() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The direction of the type hierarchy resolution.
- getDirection() - Method in class org.eclipse.lsp4j.TypeHierarchyParams
-
The direction of the type hierarchy resolution.
- getDisabled() - Method in class org.eclipse.lsp4j.CodeAction
-
Marks that the code action cannot currently be applied.
- getDisabledSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the `disabled` property.
- 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
-
An array of `TextDocumentEdit`s to express changes to specific a specific
version of a text document.
- getDocumentChanges() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The client supports versioned document changes in `WorkspaceEdit`s
- getDocumentFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document formatting.
- getDocumentHighlight() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/documentHighlight`
- getDocumentHighlightProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document highlight support.
- getDocumentLink() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/documentLink`
- getDocumentLinkProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document link support.
- getDocumentOnTypeFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document formatting on typing.
- getDocumentRangeFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document range formatting.
- getDocumentSelector() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
A document selector to identify the scope of the registration.
- getDocumentSelector() - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
-
A document selector to identify the scope of the registration.
- getDocumentSymbol() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/documentSymbol`
- getDocumentSymbolProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document symbol support.
- getDynamicRegistration() - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
-
Supports dynamic registration.
- getEdit() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
The edits to apply.
- getEdit() - Method in class org.eclipse.lsp4j.CodeAction
-
The workspace edit this code action performs.
- getEdits() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
The semantic token edits to transform a previous result into a new result.
- getEdits() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
-
- getEdits() - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The edits to be applied
- getEnd() - Method in class org.eclipse.lsp4j.Range
-
The range's end position
- getEndCharacter() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset before the folded range ends.
- getEndLine() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number where the folded range ends.
- 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.
- getFailureHandling() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The failure handling strategy of a client if applying the workspace edit
fails.
- getFilterText() - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when filtering a set of completion items.
- getFirstTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
A character on which formatting should be triggered, like `}`.
- getFirstTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
A character on which formatting should be triggered, like `}`.
- getFoldingRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/foldingRange` requests.
- getFoldingRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides folding provider support.
- getFormats() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The tokens the client supports.
- getFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/formatting`
- getFrom() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The item that makes the call.
- getFromRanges() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The range at which at which the calls appears.
- getFromRanges() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The range at which this item is called.
- getFull() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/full` request if
the server provides a corresponding handler.
- getFull() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a full document.
- 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].
- getHierarchicalDocumentSymbolSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client support hierarchical document symbols.
- 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.Registration
-
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.Unregistration
-
The id used to unregister the request or notification.
- getIgnoreIfExists() - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Ignore if exists.
- getIgnoreIfExists() - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Ignores if target exists.
- getIgnoreIfNotExists() - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Ignore the operation if the file doesn't exist.
- getImplementation() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/implementation`
Since 3.6.0
- getImplementationProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Implementation support.
- getIncludeText() - Method in class org.eclipse.lsp4j.SaveOptions
-
The client is supposed to include the content on save.
- getIncludeText() - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
-
The client is supposed to include the content on save.
- getInfos() - Method in class org.eclipse.lsp4j.ColoringParams
-
Deprecated.
A list of coloring information instances.
- getInitializationOptions() - Method in class org.eclipse.lsp4j.InitializeParams
-
User provided initialization options.
- 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.
- getIsPreferred() - Method in class org.eclipse.lsp4j.CodeAction
-
Marks this as a preferred action.
- getIsPreferredSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the `isPreferred` property.
- getItem() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
-
- getItem() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
-
- getItem() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The hierarchy item to resolve.
- getItems() - Method in class org.eclipse.lsp4j.CompletionList
-
The completion items.
- getItems() - Method in class org.eclipse.lsp4j.ConfigurationParams
-
- getKind() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The kind of this item.
- getKind() - Method in class org.eclipse.lsp4j.CodeAction
-
The kind of the code action.
- getKind() - Method in class org.eclipse.lsp4j.CompletionItem
-
The kind of this completion item.
- getKind() - Method in class org.eclipse.lsp4j.DocumentHighlight
-
- getKind() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The kind of this symbol.
- getKind() - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The kind of events of interest.
- getKind() - Method in class org.eclipse.lsp4j.FoldingRange
-
Describes the kind of the folding range such as `comment' or 'region'.
- getKind() - Method in class org.eclipse.lsp4j.MarkupContent
-
The type of the Markup.
- getKind() - Method in class org.eclipse.lsp4j.ResourceOperation
-
- getKind() - Method in class org.eclipse.lsp4j.SymbolInformation
-
The kind of this symbol.
- getKind() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The kind of the hierarchy item.
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Always return begin
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
-
Always return end
- getKind() - Method in interface org.eclipse.lsp4j.WorkDoneProgressNotification
-
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Always return report
- getLabel() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
An optional label of the workspace edit.
- getLabel() - Method in class org.eclipse.lsp4j.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.ParameterInformation
-
The label of this parameter information.
- getLabel() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The label of this signature.
- getLabelOffsetSupport() - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
-
The client supports processing label offsets instead of a
simple label string.
- getLabelSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports an additional label presented in the UI when
registering a document symbol provider.
- getLanguage() - Method in class org.eclipse.lsp4j.DocumentFilter
-
A language id, like `typescript`.
- getLanguage() - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- getLanguageId() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's language identifier
- getLegend() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The legend used by the server
- getLine() - Method in class org.eclipse.lsp4j.Position
-
Line position in a document (zero-based).
- getLine() - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
-
Deprecated.
The zero-based line position in the text document.
- getLineFoldingOnly() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
If set, the client signals that it only supports folding complete lines.
- getLines() - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
-
Deprecated.
An array of semantic highlighting information.
- 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.
- getLocation() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The location of this related diagnostic information.
- getLocation() - Method in class org.eclipse.lsp4j.SymbolInformation
-
The location of this symbol.
- 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.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.
- 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.
- getMoreTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
More trigger characters.
- getMoreTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
More trigger characters.
- getName() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The name of the item targeted by the call hierarchy request.
- getName() - Method in class org.eclipse.lsp4j.ClientInfo
-
The name of the client as defined by the client.
- getName() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The name of this symbol.
- getName() - Method in class org.eclipse.lsp4j.ServerInfo
-
The name of the server as defined by the server.
- getName() - Method in class org.eclipse.lsp4j.SymbolInformation
-
The name of this symbol.
- getName() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The human readable name of the hierarchy item.
- getName() - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The name of the workspace folder.
- getNewName() - Method in class org.eclipse.lsp4j.RenameParams
-
The new name of the symbol.
- getNewText() - Method in class org.eclipse.lsp4j.TextEdit
-
The string to be inserted.
- getNewUri() - Method in class org.eclipse.lsp4j.RenameFile
-
The new location.
- getNewUri() - Method in class org.eclipse.lsp4j.ResourceChange
-
Deprecated.
The new uri for the resource.
- getNumber(String) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- 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.RenameFile
-
Rename options.
- getOriginSelectionRange() - Method in class org.eclipse.lsp4j.LocationLink
-
Span of the origin of this link.
- getOverwrite() - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Overwrite existing file.
- getOverwrite() - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Overwrite target if existing.
- getParameterInformation() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
Client capabilities specific to parameter information.
- getParameters() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The parameters of this signature.
- getParent() - Method in class org.eclipse.lsp4j.SelectionRange
-
The parent selection range containing this range.
- getParents() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
If this type hierarchy item is resolved, it contains the direct parents.
- 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}`.
- getPercentage() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional progress percentage to display (value 100 is considered 100%).
- getPercentage() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional progress percentage to display (value 100 is considered 100%).
- getPlaceholder() - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
A placeholder text of the string content to be renamed.
- getPosition() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The position inside the text document.
- getPositions() - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The positions inside the text document.
- getPrepareProvider() - Method in class org.eclipse.lsp4j.RenameOptions
-
Renames should be checked and tested before being executed.
- getPrepareSupport() - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports testing for validity of rename operations
before execution.
- getPrepareSupportDefaultBehavior() - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports the default behavior result (`{ defaultBehavior: boolean }`).
- getPreselect() - Method in class org.eclipse.lsp4j.CompletionItem
-
Select this item when showing.
- getPreselectSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the preselect property on a completion item.
- getPreviousResultId() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The result id of a previous response.
- getProcessId() - Method in class org.eclipse.lsp4j.InitializeParams
-
The process Id of the parent process that started the server.
- getProperties() - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getProperties() - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getProperties() - Method in class org.eclipse.lsp4j.FormattingOptions
-
- getPublishDiagnostics() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/publishDiagnostics`.
- getQuery() - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
-
A query string to filter symbols by.
- getRange() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range enclosing this symbol not including leading/trailing whitespace but everything else
like comments.
- getRange() - Method in class org.eclipse.lsp4j.CodeActionParams
-
The range for which the command was invoked.
- getRange() - Method in class org.eclipse.lsp4j.CodeLens
-
The range in which this code lens is valid.
- getRange() - Method in class org.eclipse.lsp4j.ColorInformation
-
The range in the document where this color appears.
- getRange() - Method in class org.eclipse.lsp4j.ColoringInformation
-
Deprecated.
The range that should be highlighted on the client-side.
- getRange() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The range where the color would be inserted.
- getRange() - Method in class org.eclipse.lsp4j.Diagnostic
-
The range at which the message applies
- getRange() - Method in class org.eclipse.lsp4j.DocumentHighlight
-
The range this highlight applies to.
- getRange() - Method in class org.eclipse.lsp4j.DocumentLink
-
The range this link applies to.
- getRange() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The range to format
- getRange() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range enclosing this symbol not including leading/trailing whitespace but everything else
like comments.
- getRange() - Method in class org.eclipse.lsp4j.Hover
-
An optional range
- getRange() - Method in class org.eclipse.lsp4j.Location
-
- getRange() - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
The range of the string to rename
- getRange() - Method in class org.eclipse.lsp4j.SelectionRange
-
The [range](#Range) of this selection range.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/range` request if
the server provides a corresponding handler.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The range the semantic tokens are requested for.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a specific range
of a document.
- getRange() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The range of the document that changed.
- getRange() - Method in class org.eclipse.lsp4j.TextEdit
-
The range of the text document to be manipulated.
- getRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range enclosing this type hierarchy item not including leading/trailing whitespace but everything else
like comments.
- getRangeFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/rangeFormatting`
- getRangeLength() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
- getRangeLimit() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
The maximum number of folding ranges that the client prefers to receive per document.
- 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.
- getRegisterOptions() - Method in class org.eclipse.lsp4j.Registration
-
Options necessary for the registration.
- getRegistrations() - Method in class org.eclipse.lsp4j.RegistrationParams
-
- getRelatedInformation() - Method in class org.eclipse.lsp4j.Diagnostic
-
An array of related diagnostic information, e.g.
- getRelatedInformation() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client accepts diagnostics with related information.
- getRemoved() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of the removed workspace folders
- getRename() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/rename`
- getRenameProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides rename support.
- getRequests() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Which requests the client supports and might send to the server.
- getResolve() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The number of hierarchy levels to resolve.
- getResolve() - Method in class org.eclipse.lsp4j.TypeHierarchyParams
-
The number of hierarchy levels to resolve.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeActionOptions
-
The server provides support to resolve additional
information for a code action.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
-
Code lens has a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server provides support to resolve additional information for a completion item.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server provides support to resolve additional information for a completion item.
- getResolveProvider() - Method in class org.eclipse.lsp4j.DocumentLinkOptions
-
Document links have a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
-
Document links have a resolve provider as well.
- getResolveSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client supports resolving additional code action
properties via a separate `codeAction/resolve` request.
- getResolveSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Indicates which properties a client can resolve lazily on a completion
item.
- getResourceChanges() - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
- getResourceChanges() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
- getResourceOperations() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The resource operations the client supports.
- getResultId() - Method in class org.eclipse.lsp4j.SemanticTokens
-
An optional result id.
- getResultId() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
- getRetriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
List of characters that re-trigger signature help.
- getRootPath() - Method in class org.eclipse.lsp4j.InitializeParams
-
- getRootUri() - Method in class org.eclipse.lsp4j.InitializeParams
-
The rootUri of the workspace.
- 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`.
- getScopes() - Method in class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
-
Deprecated.
A "lookup table" of semantic highlighting
TextMate scopes
supported by the language server.
- 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.
- getSelectionRange() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- getSelectionRange() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- getSelectionRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/selectionRange` requests
Since 3.15.0
- getSelectionRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range that should be selected and revealed when this type hierarchy item is being picked, e.g the name of a function.
- getSelectionRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides selection range support.
- getSemanticHighlighting() - Method in class org.eclipse.lsp4j.SemanticHighlightingCapabilities
-
Deprecated.
The client supports semantic highlighting.
- getSemanticHighlighting() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- getSemanticHighlightingCapabilities() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
- getSemanticTokens() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/semanticTokens
.
- getSemanticTokensProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides semantic tokens support.
- getServerInfo() - Method in class org.eclipse.lsp4j.InitializeResult
-
Information about the server.
- getSettings() - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
-
The actual changed settings.
- getSeverity() - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's severity.
- 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
-
The client supports the following `SignatureInformation`
specific properties.
- getSignatures() - Method in class org.eclipse.lsp4j.SignatureHelp
-
One or more signatures.
- getSnippetSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports snippets as insert text.
- getSortText() - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when comparing this item with other items.
- getSource() - Method in class org.eclipse.lsp4j.Diagnostic
-
A human-readable string describing the source of this diagnostic, e.g.
- getStart() - Method in class org.eclipse.lsp4j.Range
-
The range's start position
- getStart() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The start offset of the edit.
- getStartCharacter() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset from where the folded range starts.
- getStartLine() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number from where the folded range starts.
- getString(String) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- getStyles() - Method in class org.eclipse.lsp4j.ColoringInformation
-
Deprecated.
A list of highlighting styles, that should be applied on
the range.
- 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
-
Specific capabilities for the `SymbolKind`.
- getSymbolKind() - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
Specific capabilities for the `SymbolKind` in the `workspace/symbol` request.
- getSynchronization() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
- getSyncKind() - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
-
How documents are synced to the server.
- getTabSize() - Method in class org.eclipse.lsp4j.FormattingOptions
-
Size of a tab in spaces.
- getTags() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
Tags for this item.
- getTags() - Method in class org.eclipse.lsp4j.CompletionItem
-
Tags for this completion item.
- getTags() - Method in class org.eclipse.lsp4j.Diagnostic
-
Additional metadata about the diagnostic.
- getTags() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Tags for this document symbol.
- getTags() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Tags for this symbol.
- getTagSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the tag property on a completion item.
- getTagSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports tags on `SymbolInformation`.
- 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
-
The client supports tags on `SymbolInformation`.
- getTarget() - Method in class org.eclipse.lsp4j.DocumentLink
-
The uri this link points to.
- getTargetRange() - Method in class org.eclipse.lsp4j.LocationLink
-
The full target range of this link.
- getTargetSelectionRange() - Method in class org.eclipse.lsp4j.LocationLink
-
The range that should be selected and revealed when this link is being followed, e.g the name of a function.
- getTargetUri() - Method in class org.eclipse.lsp4j.LocationLink
-
The target resource identifier of this link.
- getText() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
Deprecated.
- getText() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
Optional the content when saved.
- getText() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The new text of the range/document.
- getText() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The content of the opened text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Text document specific client capabilities.
- getTextDocument() - Method in class org.eclipse.lsp4j.CodeActionParams
-
The document in which the command was invoked.
- getTextDocument() - Method in class org.eclipse.lsp4j.CodeLensParams
-
The document to request code lens for.
- getTextDocument() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The document that did change.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
-
The document that was closed.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
The document that was opened.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
The document that was closed.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentColorParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The document to format.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentLinkParams
-
The document to provide document links for.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The document to format.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentSymbolParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
-
Deprecated.
The text document that has to be decorated with the semantic highlighting information.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The text document to change.
- getTextDocument() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
-
The document that will be saved.
- getTextDocumentService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
Provides access to the textDocument services.
- getTextDocumentSync() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Defines how text documents are synced.
- getTextEdit() - Method in class org.eclipse.lsp4j.ColorPresentation
-
An edit which is applied to a document when selecting
this presentation for the color.
- getTextEdit() - Method in class org.eclipse.lsp4j.CompletionItem
-
An edit which is applied to a document when selecting this completion.
- getTitle() - Method in class org.eclipse.lsp4j.CodeAction
-
A short, human-readable, title for this code action.
- getTitle() - Method in class org.eclipse.lsp4j.Command
-
Title of the command, like `save`.
- getTitle() - Method in class org.eclipse.lsp4j.MessageActionItem
-
A short title like 'Retry', 'Open Log' etc.
- getTitle() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Mandatory title of the progress operation.
- getTo() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The item that is called.
- getToken() - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress token provided by the client or server.
- getToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
-
The token to be used to report progress.
- getToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
-
The token to be used to report progress.
- getTokenModifiers() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token modifiers that the client supports.
- getTokenModifiers() - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token modifiers that the client supports.
- getTokens() - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
-
Deprecated.
A base64 encoded string representing every single highlighted ranges in the line with its start position, length
and the "lookup table" index of of the semantic highlighting
TextMate scopes.
- getTokenTypes() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token types that the client supports.
- getTokenTypes() - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token types that the client supports.
- getTooltip() - Method in class org.eclipse.lsp4j.DocumentLink
-
The tooltip text when you hover over this link.
- getTooltipSupport() - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
-
Whether the client supports the `tooltip` property on `DocumentLink`.
- getTrace() - Method in class org.eclipse.lsp4j.InitializeParams
-
The initial trace setting.
- getTriggerCharacter() - Method in class org.eclipse.lsp4j.CompletionContext
-
The trigger character (a single character) that has trigger code complete.
- getTriggerCharacter() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Character that caused signature help to be triggered.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The characters that trigger completion automatically.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
Most tools trigger completion request automatically without explicitly requesting
it using a keyboard shortcut (e.g.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
The characters that trigger signature help automatically.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
The characters that trigger signature help automatically.
- getTriggerKind() - Method in class org.eclipse.lsp4j.CompletionContext
-
How the completion was triggered.
- getTriggerKind() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Action that caused signature help to be triggered.
- getType() - Method in class org.eclipse.lsp4j.FileEvent
-
The change type.
- getType() - Method in class org.eclipse.lsp4j.MessageParams
-
The message type.
- getTypeDefinition() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/typeDefinition`
Since 3.6.0
- getTypeDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Type Definition support.
- getTypeHierarchyCapabilities() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/typeHierarchy
.
- getTypeHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Server capability for calculating super- and subtype hierarchies.
- 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.ColoringParams
-
Deprecated.
The URI for which coloring information is reported.
- 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.FileEvent
-
The file's uri.
- getUri() - Method in class org.eclipse.lsp4j.Location
-
- getUri() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
The URI for which diagnostic information is reported.
- getUri() - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
-
The text document's uri.
- getUri() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's uri.
- getUri() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
Deprecated.
- getUri() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The URI of the text document where this type hierarchy item belongs to.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The associated URI for this workspace folder.
- getValue() - Method in enum org.eclipse.lsp4j.CallHierarchyDirection
-
- getValue() - Method in enum org.eclipse.lsp4j.CompletionItemKind
-
- getValue() - Method in enum org.eclipse.lsp4j.CompletionItemTag
-
- getValue() - Method in enum org.eclipse.lsp4j.CompletionTriggerKind
-
- getValue() - Method in enum org.eclipse.lsp4j.DiagnosticSeverity
-
- getValue() - Method in enum org.eclipse.lsp4j.DiagnosticTag
-
- getValue() - Method in enum org.eclipse.lsp4j.DocumentHighlightKind
-
- getValue() - Method in enum org.eclipse.lsp4j.FileChangeType
-
- getValue() - Method in enum org.eclipse.lsp4j.InsertTextFormat
-
- getValue() - Method in 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 class org.eclipse.lsp4j.ProgressParams
-
The progress data.
- getValue() - Method in enum org.eclipse.lsp4j.ResponseErrorCode
-
Deprecated.
- 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.CompletionItemKindCapabilities
-
The completion item kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
-
The tags supported by the client.
- getValueSet() - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
-
The tags supported by the client.
- getValueSet() - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
-
The symbol kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
-
The tags supported by the client.
- getVersion() - Method in class org.eclipse.lsp4j.ClientInfo
-
The client's version as defined by the client.
- 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.ServerInfo
-
The server's version as defined by the server.
- getVersion() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The version number of this document (it will strictly increase after each change, including undo/redo).
- getVersion() - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
-
The version number of this document.
- getVersionSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client interprets the version property of the
`textDocument/publishDiagnostics` notification's parameter.
- getWatchers() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
-
The watchers to register.
- 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.
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
-
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Whether client supports handling progress notifications.
- getWorkDoneProgress() - Method in interface org.eclipse.lsp4j.WorkDoneProgressOptions
-
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.InitializeParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in interface org.eclipse.lsp4j.WorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- getWorkspace() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Workspace specific client capabilities.
- getWorkspace() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Workspace specific server capabilities
- getWorkspaceEdit() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to `WorkspaceEdit`s
- getWorkspaceFolders() - Method in class org.eclipse.lsp4j.InitializeParams
-
The workspace folders configured in the client when the server starts.
- getWorkspaceFolders() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for workspace folders.
- getWorkspaceFolders() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server supports workspace folder.
- getWorkspaceService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
Provides access to the workspace services.
- getWorkspaceSymbolProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides workspace symbol support.
- 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
-
- scope - Variable in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
-
- SelectionRange - Class in org.eclipse.lsp4j
-
A selection range represents a part of a selection hierarchy.
- SelectionRange() - Constructor for class org.eclipse.lsp4j.SelectionRange
-
- SelectionRange(Range, SelectionRange) - Constructor for class org.eclipse.lsp4j.SelectionRange
-
- selectionRange(SelectionRangeParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The textDocument/selectionRange
request is sent from the client to the server to return
suggested selection ranges at an array of given positions.
- SelectionRangeCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to `textDocument/selectionRange` requests
Since 3.15.0
- SelectionRangeCapabilities() - Constructor for class org.eclipse.lsp4j.SelectionRangeCapabilities
-
- SelectionRangeCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SelectionRangeCapabilities
-
- 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
-
- semanticHighlighting(SemanticHighlightingParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
- SemanticHighlightingCapabilities - Class in org.eclipse.lsp4j
-
- SemanticHighlightingCapabilities() - Constructor for class org.eclipse.lsp4j.SemanticHighlightingCapabilities
-
Deprecated.
- SemanticHighlightingCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticHighlightingCapabilities
-
Deprecated.
- SemanticHighlightingInformation - Class in org.eclipse.lsp4j
-
- SemanticHighlightingInformation() - Constructor for class org.eclipse.lsp4j.SemanticHighlightingInformation
-
Deprecated.
- SemanticHighlightingInformation(int, String) - Constructor for class org.eclipse.lsp4j.SemanticHighlightingInformation
-
Deprecated.
- SemanticHighlightingParams - Class in org.eclipse.lsp4j
-
- SemanticHighlightingParams() - Constructor for class org.eclipse.lsp4j.SemanticHighlightingParams
-
Deprecated.
- SemanticHighlightingParams(VersionedTextDocumentIdentifier, List<SemanticHighlightingInformation>) - Constructor for class org.eclipse.lsp4j.SemanticHighlightingParams
-
Deprecated.
- SemanticHighlightingServerCapabilities - Class in org.eclipse.lsp4j
-
- SemanticHighlightingServerCapabilities() - Constructor for class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
-
Deprecated.
- SemanticHighlightingServerCapabilities(List<List<String>>) - Constructor for class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
-
Deprecated.
- SemanticHighlightingTokens - Class in org.eclipse.lsp4j.util
-
Utility class for encoding and decoding semantic highlighting tokens into a
compact, base64
representation.
- SemanticHighlightingTokens.Token - Class in org.eclipse.lsp4j.util
-
The bare minimum representation of a semantic highlighting token.
- SemanticTokenModifiers - Class in org.eclipse.lsp4j
-
- SemanticTokens - Class in org.eclipse.lsp4j
-
- 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
-
- 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
-
- 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
-
- SemanticTokensClientCapabilitiesRequestsFull() - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
- SemanticTokensClientCapabilitiesRequestsFull(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
- SemanticTokensDelta - Class in org.eclipse.lsp4j
-
- SemanticTokensDelta(List<SemanticTokensEdit>) - Constructor for class org.eclipse.lsp4j.SemanticTokensDelta
-
- SemanticTokensDelta(List<SemanticTokensEdit>, String) - Constructor for class org.eclipse.lsp4j.SemanticTokensDelta
-
- SemanticTokensDeltaParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic token deltas for a given whole file.
- SemanticTokensDeltaParams(TextDocumentIdentifier, String) - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
- SemanticTokensDeltaPartialResult - Class in org.eclipse.lsp4j
-
- SemanticTokensDeltaPartialResult(List<SemanticTokensEdit>) - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
-
- SemanticTokensEdit - Class in org.eclipse.lsp4j
-
- SemanticTokensEdit(int, int, List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokensEdit
-
- semanticTokensFull(SemanticTokensParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The textDocument/semanticTokens/full
request is sent from the client to the server to return
the semantic tokens for a whole file.
- semanticTokensFullDelta(SemanticTokensDeltaParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The textDocument/semanticTokens/full/delta
request is sent from the client to the server to return
the semantic tokens delta for a whole file.
- SemanticTokensFullDeltaResponseAdapter - Class in org.eclipse.lsp4j.adapters
-
- SemanticTokensFullDeltaResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.SemanticTokensFullDeltaResponseAdapter
-
- SemanticTokensLegend - Class in org.eclipse.lsp4j
-
The legend used by the server
Since 3.16.0
- SemanticTokensLegend(List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SemanticTokensLegend
-
- SemanticTokensParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic tokens for a given whole file.
- SemanticTokensParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.SemanticTokensParams
-
- SemanticTokensPartialResult - Class in org.eclipse.lsp4j
-
- SemanticTokensPartialResult(List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokensPartialResult
-
- semanticTokensRange(SemanticTokensRangeParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The textDocument/semanticTokens/range
request is sent from the client to the server to return
the semantic tokens delta for a range.
- SemanticTokensRangeParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic tokens for a range in a given file.
- SemanticTokensRangeParams(TextDocumentIdentifier, Range) - Constructor for class org.eclipse.lsp4j.SemanticTokensRangeParams
-
- SemanticTokensServerFull - Class in org.eclipse.lsp4j
-
Server supports providing semantic tokens for a full document.
- SemanticTokensServerFull() - Constructor for class org.eclipse.lsp4j.SemanticTokensServerFull
-
- SemanticTokensServerFull(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensServerFull
-
- SemanticTokensWithRegistrationOptions - Class in org.eclipse.lsp4j
-
- 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
-
- SemanticTokenTypes - Class in org.eclipse.lsp4j
-
- ServerCapabilities - Class in org.eclipse.lsp4j
-
- 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
-
The client supports the `activeParameter` property on `SignatureInformation`
literal.
- setActiveSignature(Integer) - Method in class org.eclipse.lsp4j.SignatureHelp
-
The active signature.
- setActiveSignatureHelp(SignatureHelp) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
The currently active `SignatureHelp`.
- setAdded(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of added workspace folders
- setAdditionalTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.ColorPresentation
-
An optional array of additional text edits that are applied when
selecting this color presentation.
- setAdditionalTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional array of additional text edits that are applied when
selecting this completion.
- setAlpha(double) - Method in class org.eclipse.lsp4j.Color
-
The alpha component of this color in the range [0-1].
- setApplied(boolean) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
Indicates whether the edit was applied or not.
- setApplyEdit(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports applying batch edits to the workspace by supporting
the request 'workspace/applyEdit'.
- setArguments(List<Object>) - Method in class org.eclipse.lsp4j.Command
-
Arguments that the command handler should be invoked with.
- setArguments(List<Object>) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
Arguments that the command should be invoked with.
- setBlue(double) - Method in class org.eclipse.lsp4j.Color
-
The blue component of this color in the range [0-1].
- setCallHierarchy(CallHierarchyCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/prepareCallHierarchy
.
- setCallHierarchyProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Call Hierarchy support.
- setCallHierarchyProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setCallHierarchyProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setCancellable(Boolean) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Controls if a cancel button should show to allow the user to cancel the
long running operation.
- setCancellable(Boolean) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Controls enablement state of a cancel button.
- setCapabilities(ClientCapabilities) - Method in class org.eclipse.lsp4j.InitializeParams
-
The capabilities provided by the client (editor)
- setCapabilities(ServerCapabilities) - Method in class org.eclipse.lsp4j.InitializeResult
-
The capabilities the language server provides.
- setCh(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The character that has been typed.
- setChange(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Change notifications are sent to the server.
- setChangeNotifications(Either<String, Boolean>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
Whether the server wants to receive workspace folder
change notifications.
- setChangeNotifications(String) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
- setChangeNotifications(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
- setChanges(List<FileEvent>) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
-
The actual file events.
- setChanges(Map<String, List<TextEdit>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
Holds changes to existing resources.
- setCharacter(int) - Method in class org.eclipse.lsp4j.Position
-
Character offset on a line in a document (zero-based).
- setChildren(List<DocumentSymbol>) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Children of this symbol, e.g.
- setChildren(List<TypeHierarchyItem>) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
If this type hierarchy item is resolved, it contains the direct children of the current item.
- setClientInfo(ClientInfo) - Method in class org.eclipse.lsp4j.InitializeParams
-
Information about the client
Since 3.15.0
- setClientName(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
- setCode(Either<String, Number>) - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's code.
- setCode(String) - Method in class org.eclipse.lsp4j.Diagnostic
-
- setCode(Number) - 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.
- setCodeActionLiteralSupport(CodeActionLiteralSupportCapabilities) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
The client support code action literals as a valid
response of the `textDocument/codeAction` request.
- setCodeActionProvider(Either<Boolean, CodeActionOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code actions.
- setCodeActionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setCodeActionProvider(CodeActionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setCodeDescription(DiagnosticCodeDescription) - Method in class org.eclipse.lsp4j.Diagnostic
-
An optional property to describe the error code.
- setCodeDescriptionSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports a codeDescription property
Since 3.16.0
- setCodeLens(CodeLensCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/codeLens`
- setCodeLensProvider(CodeLensOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code lens.
- setColor(Color) - Method in class org.eclipse.lsp4j.ColorInformation
-
The actual color value for this color range.
- setColor(Color) - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The color information to request presentations for.
- setColorProvider(Either<Boolean, ColorProviderOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides color provider support.
- setColorProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setColorProvider(ColorProviderOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setColorProvider(ColorProviderCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/documentColor` and the
`textDocument/colorPresentation` request.
- setCommand(Command) - Method in class org.eclipse.lsp4j.CodeAction
-
A command this code action executes.
- setCommand(Command) - Method in class org.eclipse.lsp4j.CodeLens
-
The command this code lens represents.
- setCommand(String) - Method in class org.eclipse.lsp4j.Command
-
The identifier of the actual command handler.
- setCommand(Command) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional command that is executed *after* inserting this completion.
- setCommand(String) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
The identifier of the actual command handler.
- setCommands(List<String>) - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
-
The commands to be executed on the server
- setCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional set of characters that when pressed while this completion is active will accept it first and
then type that character.
- setCommitCharactersSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports commit characters on a completion item.
- setCompletion(CompletionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/completion`
- setCompletionItem(CompletionItemCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following `CompletionItem` specific
capabilities.
- setCompletionItemKind(CompletionItemKindCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following `CompletionItemKind` 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
-
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 for the content
property.
- setContents(Either<List<Either<String, MarkedString>>, MarkupContent>) - Method in class org.eclipse.lsp4j.Hover
-
The hover's content as markdown
- setContents(List<Either<String, MarkedString>>) - Method in class org.eclipse.lsp4j.Hover
-
- setContents(MarkupContent) - Method in class org.eclipse.lsp4j.Hover
-
- setContext(CodeActionContext) - Method in class org.eclipse.lsp4j.CodeActionParams
-
Context carrying additional information.
- setContext(CompletionContext) - Method in class org.eclipse.lsp4j.CompletionParams
-
The completion context.
- setContext(ReferenceContext) - Method in class org.eclipse.lsp4j.ReferenceParams
-
- setContext(SignatureHelpContext) - Method in class org.eclipse.lsp4j.SignatureHelpParams
-
The signature help context.
- setContextSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports sending additional context information for a
`textDocument/completion` request.
- setContextSupport(Boolean) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
The client supports to send additional context information for a
`textDocument/signatureHelp` request.
- setCurrent(String) - Method in class org.eclipse.lsp4j.ResourceChange
-
Deprecated.
The Uri for current resource.
- setData(Object) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
A data entry field that is preserved between a call hierarchy prepare and
incoming calls or outgoing calls requests.
- setData(Object) - Method in class org.eclipse.lsp4j.CodeAction
-
A data entry field that is preserved on a code action between
a `textDocument/codeAction` and a `codeAction/resolve` request.
- setData(Object) - Method in class org.eclipse.lsp4j.CodeLens
-
A data entry field that is preserved on a code lens item between a code lens and a code lens resolve request.
- setData(Object) - Method in class org.eclipse.lsp4j.CompletionItem
-
A data entry field that is preserved on a completion item between a completion and a completion resolve request.
- setData(Object) - Method in class org.eclipse.lsp4j.Diagnostic
-
A data entry field that is preserved between a `textDocument/publishDiagnostics`
notification and `textDocument/codeAction` request.
- setData(Object) - Method in class org.eclipse.lsp4j.DocumentLink
-
A data entry field that is preserved on a document link between a
DocumentLinkRequest and a DocumentLinkResolveRequest.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokens
-
The actual tokens.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The elements to insert.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
-
- setData(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
An optional data field can be used to identify a type hierarchy item in a resolve request.
- setDataSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the `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 `data` property which is
preserved between a `textDocument/publishDiagnostics` and
`textDocument/codeAction` request.
- setDeclaration(DeclarationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/declaration`
Since 3.14.0
- setDeclarationProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides go to declaration support.
- setDeclarationProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDeclarationProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setDefinition(DefinitionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/definition`
Since 3.14.0
- setDefinitionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides goto definition support.
- setDeleteCount(int) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The count of elements to remove.
- setDelta(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
The client will send the `textDocument/semanticTokens/full/delta` request if
the server provides a corresponding handler.
- setDelta(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensServerFull
-
The server supports deltas for full documents.
- setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.CompletionItem
-
- setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
- setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.SymbolInformation
-
- setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
true
if the hierarchy item is deprecated.
- setDeprecatedSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the deprecated property on a completion item.
- setDetail(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
More detail for this item, e.g the signature of a function.
- setDetail(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string with additional information about this item, like type or symbol information.
- setDetail(String) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
More detail for this symbol, e.g the signature of a function.
- setDetail(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
Optional detail for the hierarchy item.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.CodeAction
-
The diagnostics that this code action resolves.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.CodeActionContext
-
An array of diagnostics.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
An array of diagnostic information items.
- setDidChangeConfiguration(DidChangeConfigurationCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeConfiguration` notification.
- setDidChangeWatchedFiles(DidChangeWatchedFilesCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
- setDidSave(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports did save notifications.
- setDirection(TypeHierarchyDirection) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The direction of the type hierarchy resolution.
- setDirection(TypeHierarchyDirection) - Method in class org.eclipse.lsp4j.TypeHierarchyParams
-
The direction of the type hierarchy resolution.
- setDisabled(CodeActionDisabled) - Method in class org.eclipse.lsp4j.CodeAction
-
Marks that the code action cannot currently be applied.
- setDisabledSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the `disabled` property.
- 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
-
An array of `TextDocumentEdit`s to express changes to specific a specific
version of a text document.
- setDocumentChanges(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The client supports versioned document changes in `WorkspaceEdit`s
- setDocumentFormattingProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document formatting.
- setDocumentHighlight(DocumentHighlightCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/documentHighlight`
- setDocumentHighlightProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document highlight support.
- 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(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document range formatting.
- 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(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document symbol support.
- setDynamicRegistration(Boolean) - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
-
Supports dynamic registration.
- setEdit(WorkspaceEdit) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
The edits to apply.
- setEdit(WorkspaceEdit) - Method in class org.eclipse.lsp4j.CodeAction
-
The workspace edit this code action performs.
- setEdits(List<SemanticTokensEdit>) - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
The semantic token edits to transform a previous result into a new result.
- setEdits(List<SemanticTokensEdit>) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
-
- setEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The edits to be applied
- setEnd(Position) - Method in class org.eclipse.lsp4j.Range
-
The range's end position
- setEndCharacter(Integer) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset before the folded range ends.
- setEndLine(int) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number where the folded range ends.
- 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.
- setFailureHandling(String) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The failure handling strategy of a client if applying the workspace edit
fails.
- setFilterText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when filtering a set of completion items.
- setFirstTriggerCharacter(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
A character on which formatting should be triggered, like `}`.
- setFirstTriggerCharacter(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
A character on which formatting should be triggered, like `}`.
- setFoldingRange(FoldingRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/foldingRange` requests.
- setFoldingRangeProvider(Either<Boolean, FoldingRangeProviderOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides folding provider support.
- setFoldingRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setFoldingRangeProvider(FoldingRangeProviderOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setFormats(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The tokens the client supports.
- setFormatting(FormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/formatting`
- setFrom(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The item that makes the call.
- setFromRanges(List<Range>) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The range at which at which the calls appears.
- setFromRanges(List<Range>) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The range at which this item is called.
- setFull(Either<Boolean, SemanticTokensClientCapabilitiesRequestsFull>) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/full` request if
the server provides a corresponding handler.
- setFull(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- setFull(SemanticTokensClientCapabilitiesRequestsFull) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- setFull(Either<Boolean, SemanticTokensServerFull>) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a full document.
- setFull(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- setFull(SemanticTokensServerFull) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- setGlobPattern(String) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The glob pattern to watch
- setGreen(double) - Method in class org.eclipse.lsp4j.Color
-
The green component of this color in the range [0-1].
- setHierarchicalDocumentSymbolSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client support hierarchical document symbols.
- setHover(HoverCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/hover`
- setHoverProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides hover support.
- 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.Registration
-
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.Unregistration
-
The id used to unregister the request or notification.
- setIgnoreIfExists(Boolean) - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Ignore if exists.
- setIgnoreIfExists(Boolean) - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Ignores if target exists.
- setIgnoreIfNotExists(Boolean) - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Ignore the operation if the file doesn't exist.
- setImplementation(ImplementationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/implementation`
Since 3.6.0
- setImplementationProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Implementation support.
- setImplementationProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setImplementationProvider(StaticRegistrationOptions) - 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.
- setInfos(List<? extends ColoringInformation>) - Method in class org.eclipse.lsp4j.ColoringParams
-
Deprecated.
A list of coloring information instances.
- setInitializationOptions(Object) - Method in class org.eclipse.lsp4j.InitializeParams
-
User provided initialization options.
- 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.
- setIsIncomplete(boolean) - Method in class org.eclipse.lsp4j.CompletionList
-
This list it not complete.
- setIsPreferred(Boolean) - Method in class org.eclipse.lsp4j.CodeAction
-
Marks this as a preferred action.
- setIsPreferredSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the `isPreferred` property.
- setIsRetrigger(boolean) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
`true` if signature help was already showing when it was triggered.
- setItem(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
-
- setItem(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
-
- setItem(TypeHierarchyItem) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The hierarchy item to resolve.
- setItems(List<CompletionItem>) - Method in class org.eclipse.lsp4j.CompletionList
-
The completion items.
- setItems(List<ConfigurationItem>) - Method in class org.eclipse.lsp4j.ConfigurationParams
-
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The kind of this item.
- setKind(String) - Method in class org.eclipse.lsp4j.CodeAction
-
The kind of the code action.
- setKind(CompletionItemKind) - Method in class org.eclipse.lsp4j.CompletionItem
-
The kind of this completion item.
- setKind(DocumentHighlightKind) - Method in class org.eclipse.lsp4j.DocumentHighlight
-
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The kind of this symbol.
- setKind(Integer) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The kind of events of interest.
- setKind(String) - Method in class org.eclipse.lsp4j.FoldingRange
-
Describes the kind of the folding range such as `comment' or 'region'.
- setKind(String) - Method in class org.eclipse.lsp4j.MarkupContent
-
The type of the Markup.
- setKind(String) - Method in class org.eclipse.lsp4j.ResourceOperation
-
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.SymbolInformation
-
The kind of this symbol.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The kind of the hierarchy item.
- setLabel(String) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
An optional label of the workspace edit.
- setLabel(String) - Method in class org.eclipse.lsp4j.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(Either<String, Tuple.Two<Integer, Integer>>) - Method in class org.eclipse.lsp4j.ParameterInformation
-
The label of this parameter information.
- setLabel(String) - Method in class org.eclipse.lsp4j.ParameterInformation
-
- setLabel(Tuple.Two<Integer, Integer>) - Method in class org.eclipse.lsp4j.ParameterInformation
-
- setLabel(String) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The label of this signature.
- setLabelOffsetSupport(Boolean) - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
-
The client supports processing label offsets instead of a
simple label string.
- setLabelSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports an additional label presented in the UI when
registering a document symbol provider.
- setLanguage(String) - Method in class org.eclipse.lsp4j.DocumentFilter
-
A language id, like `typescript`.
- setLanguage(String) - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- setLanguageId(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's language identifier
- setLegend(SemanticTokensLegend) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The legend used by the server
- setLine(int) - Method in class org.eclipse.lsp4j.Position
-
Line position in a document (zero-based).
- setLine(int) - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
-
Deprecated.
The zero-based line position in the text document.
- setLineFoldingOnly(Boolean) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
If set, the client signals that it only supports folding complete lines.
- setLines(List<SemanticHighlightingInformation>) - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
-
Deprecated.
An array of semantic highlighting information.
- 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.
- setLocation(Location) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The location of this related diagnostic information.
- setLocation(Location) - Method in class org.eclipse.lsp4j.SymbolInformation
-
The location of this symbol.
- 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.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.
- 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.
- 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.
- setName(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The name of the item targeted by the call hierarchy request.
- setName(String) - Method in class org.eclipse.lsp4j.ClientInfo
-
The name of the client as defined by the client.
- setName(String) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The name of this symbol.
- setName(String) - Method in class org.eclipse.lsp4j.ServerInfo
-
The name of the server as defined by the server.
- setName(String) - Method in class org.eclipse.lsp4j.SymbolInformation
-
The name of this symbol.
- setName(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The human readable name of the hierarchy item.
- setName(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The name of the workspace folder.
- setNewName(String) - Method in class org.eclipse.lsp4j.RenameParams
-
The new name of the symbol.
- setNewText(String) - Method in class org.eclipse.lsp4j.TextEdit
-
The string to be inserted.
- setNewUri(String) - Method in class org.eclipse.lsp4j.RenameFile
-
The new location.
- setNewUri(String) - Method in class org.eclipse.lsp4j.ResourceChange
-
Deprecated.
The new uri for the resource.
- 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(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.
- setOverwrite(Boolean) - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Overwrite existing file.
- setOverwrite(Boolean) - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Overwrite target if existing.
- setParameterInformation(ParameterInformationCapabilities) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
Client capabilities specific to parameter information.
- setParameters(List<ParameterInformation>) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The parameters of this signature.
- setParent(SelectionRange) - Method in class org.eclipse.lsp4j.SelectionRange
-
The parent selection range containing this range.
- setParents(List<TypeHierarchyItem>) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
If this type hierarchy item is resolved, it contains the direct parents.
- setPartialResultToken(Either<String, Number>) - Method in interface org.eclipse.lsp4j.PartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- setPartialResultToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
- setPartialResultToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
- setPattern(String) - Method in class org.eclipse.lsp4j.DocumentFilter
-
A glob pattern, like `*.{ts,js}`.
- setPercentage(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional progress percentage to display (value 100 is considered 100%).
- setPercentage(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional progress percentage to display (value 100 is considered 100%).
- setPlaceholder(String) - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
A placeholder text of the string content to be renamed.
- setPosition(Position) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The position inside the text document.
- setPositions(List<Position>) - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The positions inside the text document.
- setPrepareProvider(Boolean) - Method in class org.eclipse.lsp4j.RenameOptions
-
Renames should be checked and tested before being executed.
- setPrepareSupport(Boolean) - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports testing for validity of rename operations
before execution.
- setPrepareSupportDefaultBehavior(Boolean) - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports the default behavior result (`{ defaultBehavior: boolean }`).
- setPreselect(Boolean) - Method in class org.eclipse.lsp4j.CompletionItem
-
Select this item when showing.
- setPreselectSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the preselect property on a completion item.
- setPreviousResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The result id of a previous response.
- setProcessId(Integer) - Method in class org.eclipse.lsp4j.InitializeParams
-
The process Id of the parent process that started the server.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(Map<String, String>) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setPublishDiagnostics(PublishDiagnosticsCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/publishDiagnostics`.
- setQuery(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
-
A query string to filter symbols by.
- setRange(Range) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range enclosing this symbol not including leading/trailing whitespace but everything else
like comments.
- setRange(Range) - Method in class org.eclipse.lsp4j.CodeActionParams
-
The range for which the command was invoked.
- setRange(Range) - Method in class org.eclipse.lsp4j.CodeLens
-
The range in which this code lens is valid.
- setRange(Range) - Method in class org.eclipse.lsp4j.ColorInformation
-
The range in the document where this color appears.
- setRange(Range) - Method in class org.eclipse.lsp4j.ColoringInformation
-
Deprecated.
The range that should be highlighted on the client-side.
- setRange(Range) - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The range where the color would be inserted.
- setRange(Range) - Method in class org.eclipse.lsp4j.Diagnostic
-
The range at which the message applies
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentHighlight
-
The range this highlight applies to.
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentLink
-
The range this link applies to.
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The range to format
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range enclosing this symbol not including leading/trailing whitespace but everything else
like comments.
- setRange(Range) - Method in class org.eclipse.lsp4j.Hover
-
An optional range
- setRange(Range) - Method in class org.eclipse.lsp4j.Location
-
- setRange(Range) - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
The range of the string to rename
- setRange(Range) - Method in class org.eclipse.lsp4j.SelectionRange
-
The [range](#Range) of this selection range.
- setRange(Either<Boolean, Object>) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/range` request if
the server provides a corresponding handler.
- setRange(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- setRange(Object) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
- setRange(Range) - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The range the semantic tokens are requested for.
- setRange(Either<Boolean, Object>) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a specific range
of a document.
- setRange(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- setRange(Object) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
- setRange(Range) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The range of the document that changed.
- setRange(Range) - Method in class org.eclipse.lsp4j.TextEdit
-
The range of the text document to be manipulated.
- setRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range enclosing this type hierarchy item not including leading/trailing whitespace but everything else
like comments.
- setRangeFormatting(RangeFormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/rangeFormatting`
- setRangeLength(Integer) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
- setRangeLimit(Integer) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
The maximum number of folding ranges that the client prefers to receive per document.
- 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(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides find references support.
- setRegisterOptions(Object) - Method in class org.eclipse.lsp4j.Registration
-
Options necessary for the registration.
- setRegistrations(List<Registration>) - Method in class org.eclipse.lsp4j.RegistrationParams
-
- setRelatedInformation(List<DiagnosticRelatedInformation>) - Method in class org.eclipse.lsp4j.Diagnostic
-
An array of related diagnostic information, e.g.
- setRelatedInformation(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client accepts diagnostics with related information.
- setRemoved(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of the removed workspace folders
- setRename(RenameCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/rename`
- setRenameProvider(Either<Boolean, RenameOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides rename support.
- setRenameProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setRenameProvider(RenameOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setRequests(SemanticTokensClientCapabilitiesRequests) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Which requests the client supports and might send to the server.
- setResolve(int) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
-
The number of hierarchy levels to resolve.
- setResolve(int) - Method in class org.eclipse.lsp4j.TypeHierarchyParams
-
The number of hierarchy levels to resolve.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeActionOptions
-
The server provides support to resolve additional
information for a code action.
- setResolveProvider(boolean) - Method in class org.eclipse.lsp4j.CodeLensOptions
-
Code lens has a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
-
Code lens has a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server provides support to resolve additional information for a completion item.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server provides support to resolve additional information for a completion item.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkOptions
-
Document links have a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
-
Document links have a resolve provider as well.
- setResolveSupport(CodeActionResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client supports resolving additional code action
properties via a separate `codeAction/resolve` request.
- setResolveSupport(CompletionItemResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Indicates which properties a client can resolve lazily on a completion
item.
- setResourceChanges(List<Either<ResourceChange, TextDocumentEdit>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
- setResourceChanges(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
- setResourceOperations(List<String>) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The resource operations the client supports.
- setResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokens
-
An optional result id.
- setResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
- setRetriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
List of characters that re-trigger signature help.
- setRetry(boolean) - Method in class org.eclipse.lsp4j.InitializeError
-
Indicates whether the client executes the following retry logic:
(1) show the message provided by the ResponseError to the user
(2) user selects retry or cancel
(3) if user selected retry the initialize method is sent again.
- setRootPath(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
- setRootUri(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
The rootUri of the workspace.
- 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`.
- setScopes(List<List<String>>) - Method in class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
-
Deprecated.
A "lookup table" of semantic highlighting
TextMate scopes
supported by the language server.
- 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.
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- setSelectionRange(SelectionRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/selectionRange` requests
Since 3.15.0
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range that should be selected and revealed when this type hierarchy item is being picked, e.g the name of a function.
- setSelectionRangeProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides selection range support.
- setSelectionRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setSelectionRangeProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setSemanticHighlighting(Boolean) - Method in class org.eclipse.lsp4j.SemanticHighlightingCapabilities
-
Deprecated.
The client supports semantic highlighting.
- setSemanticHighlighting(SemanticHighlightingServerCapabilities) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setSemanticHighlightingCapabilities(SemanticHighlightingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
- setSemanticTokens(SemanticTokensCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/semanticTokens
.
- setSemanticTokensProvider(SemanticTokensWithRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides semantic tokens support.
- setServerInfo(ServerInfo) - Method in class org.eclipse.lsp4j.InitializeResult
-
Information about the server.
- setSettings(Object) - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
-
The actual changed settings.
- setSeverity(DiagnosticSeverity) - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's severity.
- 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
-
The client supports the following `SignatureInformation`
specific properties.
- setSignatures(List<SignatureInformation>) - Method in class org.eclipse.lsp4j.SignatureHelp
-
One or more signatures.
- setSnippetSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports snippets as insert text.
- setSortText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when comparing this item with other items.
- setSource(String) - Method in class org.eclipse.lsp4j.Diagnostic
-
A human-readable string describing the source of this diagnostic, e.g.
- setStart(Position) - Method in class org.eclipse.lsp4j.Range
-
The range's start position
- setStart(int) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The start offset of the edit.
- setStartCharacter(Integer) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset from where the folded range starts.
- setStartLine(int) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number from where the folded range starts.
- setStyles(List<Integer>) - Method in class org.eclipse.lsp4j.ColoringInformation
-
Deprecated.
A list of highlighting styles, that should be applied on
the range.
- 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
-
Specific capabilities for the `SymbolKind`.
- setSymbolKind(SymbolKindCapabilities) - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
Specific capabilities for the `SymbolKind` in the `workspace/symbol` request.
- setSynchronization(SynchronizationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
- setSyncKind(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
-
How documents are synced to the server.
- setTabSize(int) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
Tags for this item.
- setTags(List<CompletionItemTag>) - Method in class org.eclipse.lsp4j.CompletionItem
-
Tags for this completion item.
- setTags(List<DiagnosticTag>) - Method in class org.eclipse.lsp4j.Diagnostic
-
Additional metadata about the diagnostic.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Tags for this document symbol.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Tags for this symbol.
- setTagSupport(CompletionItemTagSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the tag property on a completion item.
- setTagSupport(SymbolTagSupportCapabilities) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports tags on `SymbolInformation`.
- 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
-
The client supports tags on `SymbolInformation`.
- setTarget(String) - Method in class org.eclipse.lsp4j.DocumentLink
-
The uri this link points to.
- setTargetRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
-
The full target range of this link.
- setTargetSelectionRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
-
The range that should be selected and revealed when this link is being followed, e.g the name of a function.
- setTargetUri(String) - Method in class org.eclipse.lsp4j.LocationLink
-
The target resource identifier of this link.
- setText(String) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
Deprecated.
- setText(String) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
Optional the content when saved.
- setText(String) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The new text of the range/document.
- setText(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The content of the opened text document.
- setTextDocument(TextDocumentClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Text document specific client capabilities.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.CodeActionParams
-
The document in which the command was invoked.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.CodeLensParams
-
The document to request code lens for.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The text document.
- setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The document that did change.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
-
The document that was closed.
- setTextDocument(TextDocumentItem) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
The document that was opened.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
The document that was closed.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentColorParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The document to format.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentLinkParams
-
The document to provide document links for.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The document to format.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentSymbolParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The text document.
- setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
-
Deprecated.
The text document that has to be decorated with the semantic highlighting information.
- 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(TextEdit) - Method in class org.eclipse.lsp4j.CompletionItem
-
An edit which is applied to a document when selecting this completion.
- setTitle(String) - Method in class org.eclipse.lsp4j.CodeAction
-
A short, human-readable, title for this code action.
- setTitle(String) - Method in class org.eclipse.lsp4j.Command
-
Title of the command, like `save`.
- setTitle(String) - Method in class org.eclipse.lsp4j.MessageActionItem
-
A short title like 'Retry', 'Open Log' etc.
- setTitle(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Mandatory title of the progress operation.
- setTo(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The item that is called.
- setToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.ProgressParams
-
- setToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
-
- setToken(Either<String, Number>) - 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(Number) - 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.
- setTokens(String) - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
-
Deprecated.
A base64 encoded string representing every single highlighted ranges in the line with its start position, length
and the "lookup table" index of of the semantic highlighting
TextMate scopes.
- setTokenTypes(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token types that the client supports.
- setTokenTypes(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token types that the client supports.
- setTooltip(String) - Method in class org.eclipse.lsp4j.DocumentLink
-
The tooltip text when you hover over this link.
- setTooltipSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
-
Whether the client supports the `tooltip` property on `DocumentLink`.
- setTrace(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
The initial trace setting.
- setTriggerCharacter(String) - Method in class org.eclipse.lsp4j.CompletionContext
-
The trigger character (a single character) that has trigger code complete.
- setTriggerCharacter(String) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Character that caused signature help to be triggered.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The characters that trigger completion automatically.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
Most tools trigger completion request automatically without explicitly requesting
it using a keyboard shortcut (e.g.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
The characters that trigger signature help automatically.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
The characters that trigger signature help automatically.
- setTriggerKind(CompletionTriggerKind) - Method in class org.eclipse.lsp4j.CompletionContext
-
How the completion was triggered.
- setTriggerKind(SignatureHelpTriggerKind) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Action that caused signature help to be triggered.
- setTrimFinalNewlines(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setTrimTrailingWhitespace(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
-
- setType(FileChangeType) - Method in class org.eclipse.lsp4j.FileEvent
-
The change type.
- setType(MessageType) - Method in class org.eclipse.lsp4j.MessageParams
-
The message type.
- setTypeDefinition(TypeDefinitionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the `textDocument/typeDefinition`
Since 3.6.0
- setTypeDefinitionProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Type Definition support.
- setTypeDefinitionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTypeDefinitionProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTypeHierarchyCapabilities(TypeHierarchyCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to textDocument/typeHierarchy
.
- setTypeHierarchyProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Server capability for calculating super- and subtype hierarchies.
- setTypeHierarchyProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- setTypeHierarchyProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
- 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.ColoringParams
-
Deprecated.
The URI for which coloring information is reported.
- 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.FileEvent
-
The file's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.Location
-
- setUri(String) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
The URI for which diagnostic information is reported.
- setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
-
The text document's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
Deprecated.
- setUri(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The URI of the text document where this type hierarchy item belongs to.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The associated URI for this workspace folder.
- setValue(String) - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- setValue(String) - Method in class org.eclipse.lsp4j.MarkupContent
-
The content itself.
- setValue(WorkDoneProgressNotification) - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress data.
- setValueSet(List<String>) - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
-
The code action kind values the client supports.
- setValueSet(List<CompletionItemKind>) - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
-
The completion item kind values the client supports.
- setValueSet(List<CompletionItemTag>) - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
-
The tags supported by the client.
- setValueSet(List<DiagnosticTag>) - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
-
The tags supported by the client.
- setValueSet(List<SymbolKind>) - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
-
The symbol kind values the client supports.
- setValueSet(List<SymbolTag>) - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
-
The tags supported by the client.
- setVersion(String) - Method in class org.eclipse.lsp4j.ClientInfo
-
The client's version as defined by the client.
- 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.ServerInfo
-
The server's version as defined by the server.
- setVersion(int) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The version number of this document (it will strictly increase after each change, including undo/redo).
- setVersion(Integer) - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
-
The version number of this document.
- setVersionSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client interprets the version property of the
`textDocument/publishDiagnostics` notification's parameter.
- setWatchers(List<FileSystemWatcher>) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
-
The watchers to register.
- 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.
- 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, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
- setWorkDoneToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
- setWorkDoneToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
- setWorkDoneToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.InitializeParams
-
- setWorkDoneToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
- setWorkDoneToken(Either<String, Number>) - 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(Number) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
- setWorkDoneToken(Either<String, Number>) - Method in interface org.eclipse.lsp4j.WorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- setWorkspace(WorkspaceClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Workspace specific client capabilities.
- setWorkspace(WorkspaceServerCapabilities) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Workspace specific server capabilities
- setWorkspaceEdit(WorkspaceEditCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to `WorkspaceEdit`s
- 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(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides workspace symbol support.
- 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
-
- 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
-
The client supports the following `SignatureInformation` specific properties.
- SignatureInformationCapabilities() - Constructor for class org.eclipse.lsp4j.SignatureInformationCapabilities
-
- SignatureInformationCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureInformationCapabilities
-
- Source - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for source actions: `source`
Source code actions apply to the entire file.
- SourceOrganizeImports - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for an organize imports source action: `source.organizeImports`
- Static - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
-
- StaticRegistrationOptions - Class in org.eclipse.lsp4j
-
Static registration options to be returned in the initialize request.
- StaticRegistrationOptions() - Constructor for class org.eclipse.lsp4j.StaticRegistrationOptions
-
- StaticRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.StaticRegistrationOptions
-
- String - Static variable in class org.eclipse.lsp4j.ColoringStyle
-
Deprecated.
- String - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
-
- String_escape - Static variable in class org.eclipse.lsp4j.ColoringStyle
-
Deprecated.
- Struct - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
-
- symbol(WorkspaceSymbolParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The workspace symbol request is sent from the client to the server to
list project-wide symbols matching the query string.
- SymbolCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `workspace/symbol` request.
- SymbolCapabilities() - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
-
- SymbolCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
-
- SymbolCapabilities(SymbolKindCapabilities) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
-
- SymbolCapabilities(SymbolKindCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
-
- SymbolInformation - Class in org.eclipse.lsp4j
-
Represents information about programming constructs like variables, classes, interfaces etc.
- SymbolInformation() - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
- SymbolInformation(String, SymbolKind, Location) - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
- SymbolInformation(String, SymbolKind, Location, String) - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
- SymbolInformationTypeAdapter - Class in org.eclipse.lsp4j.adapters
-
A type adapter for the SymbolInformation protocol type.
- SymbolInformationTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
-
- SymbolInformationTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
-
- SymbolKind - Enum in org.eclipse.lsp4j
-
- SymbolKindCapabilities - Class in org.eclipse.lsp4j
-
Specific capabilities for the `SymbolKind`.
- 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
-
Specific capabilities for the `SymbolTag`.
- 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
-