A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Abort - Static variable in class org.eclipse.lsp4j.FailureHandlingKind
-
Applying the workspace change is simply aborted if one of the changes provided fails.
- Abstract - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- AbstractTextDocumentRegistrationAndWorkDoneProgressOptions - Class in org.eclipse.lsp4j
-
Options to signal work done progress support in server capabilities and TextDocumentRegistrationOptions.
- AbstractTextDocumentRegistrationAndWorkDoneProgressOptions() - Constructor for class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
- AbstractTextDocumentRegistrationAndWorkDoneProgressOptions(List<DocumentFilter>) - Constructor for class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
- AbstractWorkDoneProgressOptions - Class in org.eclipse.lsp4j
-
Options to signal work done progress support in server capabilities.
- AbstractWorkDoneProgressOptions() - Constructor for class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
- AdjustIndentation - org.eclipse.lsp4j.InsertTextMode
-
The editor adjusts leading whitespace of new lines so that they match the indentation up to the cursor of the line for which the item is accepted.
- AfterDelay - org.eclipse.lsp4j.TextDocumentSaveReason
-
Automatic after a delay.
- AnnotatedTextEdit - Class in org.eclipse.lsp4j
-
A special text edit with an additional change annotation.
- AnnotatedTextEdit() - Constructor for class org.eclipse.lsp4j.AnnotatedTextEdit
- AnnotatedTextEdit(Range, String, String) - Constructor for class org.eclipse.lsp4j.AnnotatedTextEdit
- applyEdit(ApplyWorkspaceEditParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
workspace/applyEditrequest is sent from the server to the client to modify resource on the client side. - ApplyWorkspaceEditParams - Class in org.eclipse.lsp4j
-
The workspace/applyEdit request is sent from the server to the client to modify resource on the client side.
- ApplyWorkspaceEditParams() - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditParams
- ApplyWorkspaceEditParams(WorkspaceEdit) - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditParams
- ApplyWorkspaceEditParams(WorkspaceEdit, String) - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditParams
- ApplyWorkspaceEditResponse - Class in org.eclipse.lsp4j
-
The result of the `workspace/applyEdit` request.
- ApplyWorkspaceEditResponse() - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
- ApplyWorkspaceEditResponse(boolean) - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
- Array - org.eclipse.lsp4j.SymbolKind
- AsIs - org.eclipse.lsp4j.InsertTextMode
-
The insertion or replace strings is taken as it is.
- asIterator(DocumentSymbol) - Static method in class org.eclipse.lsp4j.util.DocumentSymbols
-
Returns an unmodifiable iterator over the
document symbolsusing the breath-first traversal. - Async - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- Automatic - org.eclipse.lsp4j.CodeActionTriggerKind
-
Code actions were requested automatically.
B
- begin - org.eclipse.lsp4j.WorkDoneProgressKind
- Boolean - org.eclipse.lsp4j.SymbolKind
- BreadthFirstIterator(T) - Constructor for class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
- Builder() - Constructor for class org.eclipse.lsp4j.launch.LSPLauncher.Builder
C
- CallHierarchyCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the
textDocument/prepareCallHierarchy. - CallHierarchyCapabilities() - Constructor for class org.eclipse.lsp4j.CallHierarchyCapabilities
- CallHierarchyCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CallHierarchyCapabilities
- CallHierarchyIncomingCall - Class in org.eclipse.lsp4j
-
Represents an incoming call, e.g.
- CallHierarchyIncomingCall() - Constructor for class org.eclipse.lsp4j.CallHierarchyIncomingCall
- CallHierarchyIncomingCall(CallHierarchyItem, List<Range>) - Constructor for class org.eclipse.lsp4j.CallHierarchyIncomingCall
- callHierarchyIncomingCalls(CallHierarchyIncomingCallsParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
Provide all incoming calls for an item, e.g all callers for a method.
- CallHierarchyIncomingCallsParams - Class in org.eclipse.lsp4j
-
The parameter of a `callHierarchy/incomingCalls` request.
- CallHierarchyIncomingCallsParams() - Constructor for class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
- CallHierarchyIncomingCallsParams(CallHierarchyItem) - Constructor for class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
- CallHierarchyItem - Class in org.eclipse.lsp4j
-
The result of a
textDocument/prepareCallHierarchyrequest. - CallHierarchyItem() - Constructor for class org.eclipse.lsp4j.CallHierarchyItem
- CallHierarchyItem(String, SymbolKind, String, Range, Range) - Constructor for class org.eclipse.lsp4j.CallHierarchyItem
- CallHierarchyOptions - Class in org.eclipse.lsp4j
-
Since 3.16.0
- CallHierarchyOptions() - Constructor for class org.eclipse.lsp4j.CallHierarchyOptions
- CallHierarchyOutgoingCall - Class in org.eclipse.lsp4j
-
Represents an outgoing call, e.g.
- CallHierarchyOutgoingCall() - Constructor for class org.eclipse.lsp4j.CallHierarchyOutgoingCall
- CallHierarchyOutgoingCall(CallHierarchyItem, List<Range>) - Constructor for class org.eclipse.lsp4j.CallHierarchyOutgoingCall
- callHierarchyOutgoingCalls(CallHierarchyOutgoingCallsParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
Provide all outgoing calls for an item, e.g call calls to functions, methods, or constructors from the given item.
- CallHierarchyOutgoingCallsParams - Class in org.eclipse.lsp4j
-
The parameter of a `callHierarchy/outgoingCalls` request.
- CallHierarchyOutgoingCallsParams() - Constructor for class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
- CallHierarchyOutgoingCallsParams(CallHierarchyItem) - Constructor for class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
- CallHierarchyPrepareParams - Class in org.eclipse.lsp4j
-
The parameter of a `textDocument/prepareCallHierarchy` request.
- CallHierarchyPrepareParams() - Constructor for class org.eclipse.lsp4j.CallHierarchyPrepareParams
- CallHierarchyPrepareParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.CallHierarchyPrepareParams
- CallHierarchyRegistrationOptions - Class in org.eclipse.lsp4j
-
Since 3.16.0
- CallHierarchyRegistrationOptions() - Constructor for class org.eclipse.lsp4j.CallHierarchyRegistrationOptions
- CallHierarchyRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.CallHierarchyRegistrationOptions
- cancelProgress(WorkDoneProgressCancelParams) - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
This notification is sent from the client to the server to cancel a progress initiated on the server side.
- Change - Static variable in class org.eclipse.lsp4j.WatchKind
-
Interested in change events
- ChangeAnnotation - Class in org.eclipse.lsp4j
-
Additional information that describes document changes.
- ChangeAnnotation() - Constructor for class org.eclipse.lsp4j.ChangeAnnotation
- ChangeAnnotation(String) - Constructor for class org.eclipse.lsp4j.ChangeAnnotation
- Changed - org.eclipse.lsp4j.FileChangeType
-
The file got changed.
- Class - org.eclipse.lsp4j.CompletionItemKind
- Class - org.eclipse.lsp4j.SymbolKind
- Class - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- ClientCapabilities - Class in org.eclipse.lsp4j
-
`ClientCapabilities` now define capabilities for dynamic registration, workspace and text document features the client supports.
- ClientCapabilities() - Constructor for class org.eclipse.lsp4j.ClientCapabilities
- ClientCapabilities(WorkspaceClientCapabilities, TextDocumentClientCapabilities, Object) - Constructor for class org.eclipse.lsp4j.ClientCapabilities
- ClientCapabilities(WorkspaceClientCapabilities, TextDocumentClientCapabilities, WindowClientCapabilities, Object) - Constructor for class org.eclipse.lsp4j.ClientCapabilities
- ClientInfo - Class in org.eclipse.lsp4j
-
Information about the client
- ClientInfo() - Constructor for class org.eclipse.lsp4j.ClientInfo
- ClientInfo(String) - Constructor for class org.eclipse.lsp4j.ClientInfo
- ClientInfo(String, String) - Constructor for class org.eclipse.lsp4j.ClientInfo
- Code - org.eclipse.lsp4j.NotebookCellKind
-
A code-cell is source code.
- codeAction(CodeActionParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The code action request is sent from the client to the server to compute commands for a given text document and range.
- CodeAction - Class in org.eclipse.lsp4j
-
A code action represents a change that can be performed in code, e.g.
- CodeAction() - Constructor for class org.eclipse.lsp4j.CodeAction
- CodeAction(String) - Constructor for class org.eclipse.lsp4j.CodeAction
- CodeActionCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/codeAction`
- CodeActionCapabilities() - Constructor for class org.eclipse.lsp4j.CodeActionCapabilities
- CodeActionCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CodeActionCapabilities
- CodeActionCapabilities(CodeActionLiteralSupportCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.CodeActionCapabilities
- CodeActionCapabilities(CodeActionLiteralSupportCapabilities, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.CodeActionCapabilities
- CodeActionContext - Class in org.eclipse.lsp4j
-
Contains additional diagnostic information about the context in which a code action is run.
- CodeActionContext() - Constructor for class org.eclipse.lsp4j.CodeActionContext
- CodeActionContext(List<Diagnostic>) - Constructor for class org.eclipse.lsp4j.CodeActionContext
- CodeActionContext(List<Diagnostic>, List<String>) - Constructor for class org.eclipse.lsp4j.CodeActionContext
- CodeActionDisabled - Class in org.eclipse.lsp4j
-
Marks that the code action cannot currently be applied.
- CodeActionDisabled() - Constructor for class org.eclipse.lsp4j.CodeActionDisabled
- CodeActionDisabled(String) - Constructor for class org.eclipse.lsp4j.CodeActionDisabled
- CodeActionKind - Class in org.eclipse.lsp4j
-
The kind of a code action.
- CodeActionKindCapabilities - Class in org.eclipse.lsp4j
- CodeActionKindCapabilities() - Constructor for class org.eclipse.lsp4j.CodeActionKindCapabilities
- CodeActionKindCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.CodeActionKindCapabilities
- CodeActionLiteralSupportCapabilities - Class in org.eclipse.lsp4j
- CodeActionLiteralSupportCapabilities() - Constructor for class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
- CodeActionLiteralSupportCapabilities(CodeActionKindCapabilities) - Constructor for class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
- CodeActionOptions - Class in org.eclipse.lsp4j
-
Code Action options.
- CodeActionOptions() - Constructor for class org.eclipse.lsp4j.CodeActionOptions
- CodeActionOptions(List<String>) - Constructor for class org.eclipse.lsp4j.CodeActionOptions
- CodeActionParams - Class in org.eclipse.lsp4j
-
The code action request is sent from the client to the server to compute commands for a given text document and range.
- CodeActionParams() - Constructor for class org.eclipse.lsp4j.CodeActionParams
- CodeActionParams(TextDocumentIdentifier, Range, CodeActionContext) - Constructor for class org.eclipse.lsp4j.CodeActionParams
- CodeActionRegistrationOptions - Class in org.eclipse.lsp4j
-
Code Action registration options.
- CodeActionRegistrationOptions() - Constructor for class org.eclipse.lsp4j.CodeActionRegistrationOptions
- CodeActionRegistrationOptions(List<String>) - Constructor for class org.eclipse.lsp4j.CodeActionRegistrationOptions
- CodeActionResolveSupportCapabilities - Class in org.eclipse.lsp4j
-
Whether the client supports resolving additional code action properties via a separate `codeAction/resolve` request.
- CodeActionResolveSupportCapabilities() - Constructor for class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
- CodeActionResolveSupportCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
- CodeActionResponseAdapter - Class in org.eclipse.lsp4j.adapters
- CodeActionResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.CodeActionResponseAdapter
- CodeActionTriggerKind - Enum in org.eclipse.lsp4j
-
The reason why code actions were requested.
- codeLens(CodeLensParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The code lens request is sent from the client to the server to compute code lenses for a given text document.
- CodeLens - Class in org.eclipse.lsp4j
-
A code lens represents a command that should be shown along with source text, like the number of references, a way to run tests, etc.
- CodeLens() - Constructor for class org.eclipse.lsp4j.CodeLens
- CodeLens(Range) - Constructor for class org.eclipse.lsp4j.CodeLens
- CodeLens(Range, Command, Object) - Constructor for class org.eclipse.lsp4j.CodeLens
- CodeLensCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/codeLens`
- CodeLensCapabilities() - Constructor for class org.eclipse.lsp4j.CodeLensCapabilities
- CodeLensCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CodeLensCapabilities
- CodeLensOptions - Class in org.eclipse.lsp4j
-
Code Lens options.
- CodeLensOptions() - Constructor for class org.eclipse.lsp4j.CodeLensOptions
- CodeLensOptions(Boolean) - Constructor for class org.eclipse.lsp4j.CodeLensOptions
- CodeLensParams - Class in org.eclipse.lsp4j
-
The code lens request is sent from the client to the server to compute code lenses for a given text document.
- CodeLensParams() - Constructor for class org.eclipse.lsp4j.CodeLensParams
- CodeLensParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.CodeLensParams
- CodeLensRegistrationOptions - Class in org.eclipse.lsp4j
- CodeLensRegistrationOptions() - Constructor for class org.eclipse.lsp4j.CodeLensRegistrationOptions
- CodeLensRegistrationOptions(Boolean) - Constructor for class org.eclipse.lsp4j.CodeLensRegistrationOptions
- CodeLensWorkspaceCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the code lens requests scoped to the workspace.
- CodeLensWorkspaceCapabilities() - Constructor for class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
- CodeLensWorkspaceCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
- Color - Class in org.eclipse.lsp4j
-
Represents a color in RGBA space.
- Color - org.eclipse.lsp4j.CompletionItemKind
- Color() - Constructor for class org.eclipse.lsp4j.Color
- Color(double, double, double, double) - Constructor for class org.eclipse.lsp4j.Color
- ColorInformation - Class in org.eclipse.lsp4j
-
Since 3.6.0
- ColorInformation() - Constructor for class org.eclipse.lsp4j.ColorInformation
- ColorInformation(Range, Color) - Constructor for class org.eclipse.lsp4j.ColorInformation
- colorPresentation(ColorPresentationParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The color presentation request is sent from the client to the server to obtain a list of presentations for a color value at a given location.
- ColorPresentation - Class in org.eclipse.lsp4j
-
Since 3.6.0
- ColorPresentation() - Constructor for class org.eclipse.lsp4j.ColorPresentation
- ColorPresentation(String) - Constructor for class org.eclipse.lsp4j.ColorPresentation
- ColorPresentation(String, TextEdit) - Constructor for class org.eclipse.lsp4j.ColorPresentation
- ColorPresentation(String, TextEdit, List<TextEdit>) - Constructor for class org.eclipse.lsp4j.ColorPresentation
- ColorPresentationParams - Class in org.eclipse.lsp4j
-
The color presentation request is sent from the client to the server to obtain a list of presentations for a color value at a given location.
- ColorPresentationParams() - Constructor for class org.eclipse.lsp4j.ColorPresentationParams
- ColorPresentationParams(TextDocumentIdentifier, Color, Range) - Constructor for class org.eclipse.lsp4j.ColorPresentationParams
- ColorProviderCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/documentColor` and the `textDocument/colorPresentation` request.
- ColorProviderCapabilities() - Constructor for class org.eclipse.lsp4j.ColorProviderCapabilities
- ColorProviderCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ColorProviderCapabilities
- ColorProviderOptions - Class in org.eclipse.lsp4j
-
Document color options.
- ColorProviderOptions() - Constructor for class org.eclipse.lsp4j.ColorProviderOptions
- ColorProviderOptions(String) - Constructor for class org.eclipse.lsp4j.ColorProviderOptions
- Command - Class in org.eclipse.lsp4j
-
Represents a reference to a command.
- Command() - Constructor for class org.eclipse.lsp4j.Command
- Command(String, String) - Constructor for class org.eclipse.lsp4j.Command
- Command(String, String, List<Object>) - Constructor for class org.eclipse.lsp4j.Command
- Comment - Static variable in class org.eclipse.lsp4j.FoldingRangeKind
-
Folding range for a comment
- Comment - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- completion(CompletionParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The Completion request is sent from the client to the server to compute completion items at a given cursor position.
- CompletionCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/completion`
- CompletionCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionCapabilities
- CompletionCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CompletionCapabilities
- CompletionCapabilities(CompletionItemCapabilities) - Constructor for class org.eclipse.lsp4j.CompletionCapabilities
- CompletionCapabilities(CompletionItemKindCapabilities) - Constructor for class org.eclipse.lsp4j.CompletionCapabilities
- CompletionContext - Class in org.eclipse.lsp4j
-
Since 3.3.0
- CompletionContext() - Constructor for class org.eclipse.lsp4j.CompletionContext
- CompletionContext(CompletionTriggerKind) - Constructor for class org.eclipse.lsp4j.CompletionContext
- CompletionContext(CompletionTriggerKind, String) - Constructor for class org.eclipse.lsp4j.CompletionContext
- CompletionItem - Class in org.eclipse.lsp4j
-
The Completion request is sent from the client to the server to compute completion items at a given cursor position.
- CompletionItem() - Constructor for class org.eclipse.lsp4j.CompletionItem
- CompletionItem(String) - Constructor for class org.eclipse.lsp4j.CompletionItem
- CompletionItemCapabilities - Class in org.eclipse.lsp4j
-
The client supports the following
CompletionItemspecific capabilities. - CompletionItemCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionItemCapabilities
- CompletionItemCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CompletionItemCapabilities
- CompletionItemDefaults - Class in org.eclipse.lsp4j
-
In many cases the items of an actual completion result share the same value for properties like
CompletionItem.commitCharactersor the range of a text edit. - CompletionItemDefaults() - Constructor for class org.eclipse.lsp4j.CompletionItemDefaults
- CompletionItemDefaultsEditRangeTypeAdapter - Class in org.eclipse.lsp4j.adapters
- CompletionItemDefaultsEditRangeTypeAdapter() - Constructor for class org.eclipse.lsp4j.adapters.CompletionItemDefaultsEditRangeTypeAdapter
- CompletionItemInsertTextModeSupportCapabilities - Class in org.eclipse.lsp4j
-
The client supports the
CompletionItem.insertTextModeproperty on a completion item to override the whitespace handling mode as defined by the client. - CompletionItemInsertTextModeSupportCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
- CompletionItemInsertTextModeSupportCapabilities(List<InsertTextMode>) - Constructor for class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
- CompletionItemKind - Enum in org.eclipse.lsp4j
-
The kind of a completion entry.
- CompletionItemKindCapabilities - Class in org.eclipse.lsp4j
-
The client supports the following
CompletionItemKindspecific capabilities. - CompletionItemKindCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionItemKindCapabilities
- CompletionItemKindCapabilities(List<CompletionItemKind>) - Constructor for class org.eclipse.lsp4j.CompletionItemKindCapabilities
- CompletionItemLabelDetails - Class in org.eclipse.lsp4j
-
Additional details for a completion item label.
- CompletionItemLabelDetails() - Constructor for class org.eclipse.lsp4j.CompletionItemLabelDetails
- CompletionItemOptions - Class in org.eclipse.lsp4j
-
The server supports the following
CompletionItemspecific capabilities. - CompletionItemOptions() - Constructor for class org.eclipse.lsp4j.CompletionItemOptions
- CompletionItemOptions(Boolean) - Constructor for class org.eclipse.lsp4j.CompletionItemOptions
- CompletionItemResolveSupportCapabilities - Class in org.eclipse.lsp4j
-
Indicates which properties a client can resolve lazily on a completion item.
- CompletionItemResolveSupportCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
- CompletionItemResolveSupportCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
- CompletionItemTag - Enum in org.eclipse.lsp4j
-
Completion item tags are extra annotations that tweak the rendering of a completion item.
- CompletionItemTagSupportCapabilities - Class in org.eclipse.lsp4j
-
Client supports the tag property on a completion item.
- CompletionItemTagSupportCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
- CompletionItemTagSupportCapabilities(List<CompletionItemTag>) - Constructor for class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
- CompletionItemTextEditTypeAdapter - Class in org.eclipse.lsp4j.adapters
- CompletionItemTextEditTypeAdapter() - Constructor for class org.eclipse.lsp4j.adapters.CompletionItemTextEditTypeAdapter
- CompletionList - Class in org.eclipse.lsp4j
-
Represents a collection of completion items to be presented in the editor.
- CompletionList() - Constructor for class org.eclipse.lsp4j.CompletionList
- CompletionList(boolean, List<CompletionItem>) - Constructor for class org.eclipse.lsp4j.CompletionList
- CompletionList(boolean, List<CompletionItem>, CompletionItemDefaults) - Constructor for class org.eclipse.lsp4j.CompletionList
- CompletionList(List<CompletionItem>) - Constructor for class org.eclipse.lsp4j.CompletionList
- CompletionListCapabilities - Class in org.eclipse.lsp4j
-
The client supports the following
CompletionListspecific capabilities. - CompletionListCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionListCapabilities
- CompletionListCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.CompletionListCapabilities
- CompletionOptions - Class in org.eclipse.lsp4j
-
Completion options.
- CompletionOptions() - Constructor for class org.eclipse.lsp4j.CompletionOptions
- CompletionOptions(Boolean, List<String>) - Constructor for class org.eclipse.lsp4j.CompletionOptions
- CompletionParams - Class in org.eclipse.lsp4j
-
The Completion request is sent from the client to the server to compute completion items at a given cursor position.
- CompletionParams() - Constructor for class org.eclipse.lsp4j.CompletionParams
- CompletionParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.CompletionParams
- CompletionParams(TextDocumentIdentifier, Position, CompletionContext) - Constructor for class org.eclipse.lsp4j.CompletionParams
- CompletionRegistrationOptions - Class in org.eclipse.lsp4j
- CompletionRegistrationOptions() - Constructor for class org.eclipse.lsp4j.CompletionRegistrationOptions
- CompletionRegistrationOptions(List<String>, Boolean) - Constructor for class org.eclipse.lsp4j.CompletionRegistrationOptions
- CompletionTriggerKind - Enum in org.eclipse.lsp4j
-
How a completion was triggered
- configuration(ConfigurationParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
workspace/configurationrequest is sent from the server to the client to fetch configuration settings from the client. - ConfigurationItem - Class in org.eclipse.lsp4j
-
A ConfigurationItem consist of the configuration section to ask for and an additional scope URI.
- ConfigurationItem() - Constructor for class org.eclipse.lsp4j.ConfigurationItem
- ConfigurationParams - Class in org.eclipse.lsp4j
-
The workspace/configuration request is sent from the server to the client to fetch configuration settings from the client.
- ConfigurationParams() - Constructor for class org.eclipse.lsp4j.ConfigurationParams
- ConfigurationParams(List<ConfigurationItem>) - Constructor for class org.eclipse.lsp4j.ConfigurationParams
- connect(LanguageClient) - Method in interface org.eclipse.lsp4j.services.LanguageClientAware
- Constant - org.eclipse.lsp4j.CompletionItemKind
- Constant - org.eclipse.lsp4j.SymbolKind
- Constructor - org.eclipse.lsp4j.CompletionItemKind
- Constructor - org.eclipse.lsp4j.SymbolKind
- containsPosition(Range, Position) - Static method in class org.eclipse.lsp4j.util.Ranges
- containsRange(Range, Range) - Static method in class org.eclipse.lsp4j.util.Ranges
- ContentChange - org.eclipse.lsp4j.SignatureHelpTriggerKind
-
Signature help was triggered by the cursor moving or by the document content changing.
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.CodeActionResponseAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.CompletionItemDefaultsEditRangeTypeAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.CompletionItemTextEditTypeAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.DocumentChangeListAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.DocumentDiagnosticReportTypeAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.DocumentSymbolResponseAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter.Factory
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter.Factory
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.InlineValueResponseAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.LocationLinkListAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.PrepareRenameResponseAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.ProgressNotificationAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.ResourceOperationTypeAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.SemanticTokensFullDeltaResponseAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter.Factory
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter.Factory
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.WorkDoneProgressNotificationAdapter.Factory
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.WorkspaceDocumentDiagnosticReportListAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.WorkspaceSymbolLocationTypeAdapter
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.WorkspaceSymbolResponseAdapter
- Create - Static variable in class org.eclipse.lsp4j.ResourceOperationKind
-
Supports creating new files and folders.
- Create - Static variable in class org.eclipse.lsp4j.WatchKind
-
Interested in create events.
- createClientLauncher(LanguageClient, InputStream, OutputStream) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
-
Create a new Launcher for a language client and an input and output stream.
- createClientLauncher(LanguageClient, InputStream, OutputStream, boolean, PrintWriter) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
-
Create a new Launcher for a language client and an input and output stream, and set up message validation and tracing.
- createClientLauncher(LanguageClient, InputStream, OutputStream, ExecutorService, Function<MessageConsumer, MessageConsumer>) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
-
Create a new Launcher for a language client and an input and output stream.
- Created - org.eclipse.lsp4j.FileChangeType
-
The file got created.
- CreateFile - Class in org.eclipse.lsp4j
-
Create file operation
- CreateFile() - Constructor for class org.eclipse.lsp4j.CreateFile
- CreateFile(String) - Constructor for class org.eclipse.lsp4j.CreateFile
- CreateFile(String, CreateFileOptions) - Constructor for class org.eclipse.lsp4j.CreateFile
- CreateFileOptions - Class in org.eclipse.lsp4j
-
Options to create a file.
- CreateFileOptions() - Constructor for class org.eclipse.lsp4j.CreateFileOptions
- CreateFileOptions(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.CreateFileOptions
- CreateFilesParams - Class in org.eclipse.lsp4j
-
The parameters sent in notifications/requests for user-initiated creation of files.
- CreateFilesParams() - Constructor for class org.eclipse.lsp4j.CreateFilesParams
- CreateFilesParams(List<FileCreate>) - Constructor for class org.eclipse.lsp4j.CreateFilesParams
- createProgress(WorkDoneProgressCreateParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
This request is sent from the server to the client to ask the client to create a work done progress.
- createServerLauncher(LanguageServer, InputStream, OutputStream) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
-
Create a new Launcher for a language server and an input and output stream.
- createServerLauncher(LanguageServer, InputStream, OutputStream, boolean, PrintWriter) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
-
Create a new Launcher for a language server and an input and output stream, and set up message validation and tracing.
- createServerLauncher(LanguageServer, InputStream, OutputStream, ExecutorService, Function<MessageConsumer, MessageConsumer>) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
-
Create a new Launcher for a language server and an input and output stream.
D
- declaration(DeclarationParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The go to declaration request is sent from the client to the server to resolve the declaration location of a symbol at a given text document position.
- Declaration - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- DeclarationCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/declaration`
- DeclarationCapabilities() - Constructor for class org.eclipse.lsp4j.DeclarationCapabilities
- DeclarationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DeclarationCapabilities
- DeclarationCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DeclarationCapabilities
- DeclarationOptions - Class in org.eclipse.lsp4j
-
Since 3.14.0
- DeclarationOptions() - Constructor for class org.eclipse.lsp4j.DeclarationOptions
- DeclarationParams - Class in org.eclipse.lsp4j
-
The go to declaration request is sent from the client to the server to resolve the declaration location of a symbol at a given text document position.
- DeclarationParams() - Constructor for class org.eclipse.lsp4j.DeclarationParams
- DeclarationParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.DeclarationParams
- DeclarationRegistrationOptions - Class in org.eclipse.lsp4j
-
Since 3.14.0
- DeclarationRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DeclarationRegistrationOptions
- DeclarationRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.DeclarationRegistrationOptions
- Decorator - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
-
Since 3.17.0
- DefaultLibrary - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- definition(DefinitionParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The goto definition request is sent from the client to the server to resolve the definition location of a symbol at a given text document position.
- Definition - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- DefinitionCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/definition`
- DefinitionCapabilities() - Constructor for class org.eclipse.lsp4j.DefinitionCapabilities
- DefinitionCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DefinitionCapabilities
- DefinitionCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DefinitionCapabilities
- DefinitionOptions - Class in org.eclipse.lsp4j
- DefinitionOptions() - Constructor for class org.eclipse.lsp4j.DefinitionOptions
- DefinitionParams - Class in org.eclipse.lsp4j
-
The go to definition request is sent from the client to the server to resolve the definition location of a symbol at a given text document position.
- DefinitionParams() - Constructor for class org.eclipse.lsp4j.DefinitionParams
- DefinitionParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.DefinitionParams
- DefinitionRegistrationOptions - Class in org.eclipse.lsp4j
- DefinitionRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DefinitionRegistrationOptions
- Delete - Static variable in class org.eclipse.lsp4j.ResourceOperationKind
-
Supports deleting existing files and folders.
- Delete - Static variable in class org.eclipse.lsp4j.WatchKind
-
Interested in delete events
- Deleted - org.eclipse.lsp4j.FileChangeType
-
The file got deleted.
- DeleteFile - Class in org.eclipse.lsp4j
-
Delete file operation
- DeleteFile() - Constructor for class org.eclipse.lsp4j.DeleteFile
- DeleteFile(String) - Constructor for class org.eclipse.lsp4j.DeleteFile
- DeleteFile(String, DeleteFileOptions) - Constructor for class org.eclipse.lsp4j.DeleteFile
- DeleteFileOptions - Class in org.eclipse.lsp4j
-
Delete file options
- DeleteFileOptions() - Constructor for class org.eclipse.lsp4j.DeleteFileOptions
- DeleteFileOptions(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DeleteFileOptions
- DeleteFilesParams - Class in org.eclipse.lsp4j
-
The parameters sent in notifications/requests for user-initiated deletes of files.
- DeleteFilesParams() - Constructor for class org.eclipse.lsp4j.DeleteFilesParams
- DeleteFilesParams(List<FileDelete>) - Constructor for class org.eclipse.lsp4j.DeleteFilesParams
- Deprecated - org.eclipse.lsp4j.CompletionItemTag
-
Render a completion as obsolete, usually using a strike-out.
- Deprecated - org.eclipse.lsp4j.DiagnosticTag
-
Deprecated or obsolete code.
- Deprecated - org.eclipse.lsp4j.SymbolTag
-
Render a symbol as obsolete, usually using a strike-out.
- Deprecated - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- diagnostic(DocumentDiagnosticParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The text document diagnostic request is sent from the client to the server to ask the server to compute the diagnostics for a given document.
- diagnostic(WorkspaceDiagnosticParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The workspace diagnostic request is sent from the client to the server to ask the server to compute workspace wide diagnostics which previously where pushed from the server to the client.
- Diagnostic - Class in org.eclipse.lsp4j
-
Represents a diagnostic, such as a compiler error or warning.
- Diagnostic() - Constructor for class org.eclipse.lsp4j.Diagnostic
- Diagnostic(Range, String) - Constructor for class org.eclipse.lsp4j.Diagnostic
- Diagnostic(Range, String, DiagnosticSeverity, String) - Constructor for class org.eclipse.lsp4j.Diagnostic
- Diagnostic(Range, String, DiagnosticSeverity, String, String) - Constructor for class org.eclipse.lsp4j.Diagnostic
- DiagnosticCapabilities - Class in org.eclipse.lsp4j
-
Client capabilities specific to diagnostic pull requests.
- DiagnosticCapabilities() - Constructor for class org.eclipse.lsp4j.DiagnosticCapabilities
- DiagnosticCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DiagnosticCapabilities
- DiagnosticCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DiagnosticCapabilities
- DiagnosticCodeDescription - Class in org.eclipse.lsp4j
-
Structure to capture a description for an error code.
- DiagnosticCodeDescription() - Constructor for class org.eclipse.lsp4j.DiagnosticCodeDescription
- DiagnosticCodeDescription(String) - Constructor for class org.eclipse.lsp4j.DiagnosticCodeDescription
- DiagnosticRegistrationOptions - Class in org.eclipse.lsp4j
-
Diagnostic registration options.
- DiagnosticRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DiagnosticRegistrationOptions
- DiagnosticRegistrationOptions(boolean, boolean) - Constructor for class org.eclipse.lsp4j.DiagnosticRegistrationOptions
- DiagnosticRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.DiagnosticRegistrationOptions
- DiagnosticRelatedInformation - Class in org.eclipse.lsp4j
-
Represents a related message and source code location for a diagnostic.
- DiagnosticRelatedInformation() - Constructor for class org.eclipse.lsp4j.DiagnosticRelatedInformation
- DiagnosticRelatedInformation(Location, String) - Constructor for class org.eclipse.lsp4j.DiagnosticRelatedInformation
- DiagnosticServerCancellationData - Class in org.eclipse.lsp4j
-
Cancellation data returned from a diagnostic request.
- DiagnosticServerCancellationData() - Constructor for class org.eclipse.lsp4j.DiagnosticServerCancellationData
- DiagnosticServerCancellationData(boolean) - Constructor for class org.eclipse.lsp4j.DiagnosticServerCancellationData
- DiagnosticSeverity - Enum in org.eclipse.lsp4j
- DiagnosticsTagSupport - Class in org.eclipse.lsp4j
- DiagnosticsTagSupport() - Constructor for class org.eclipse.lsp4j.DiagnosticsTagSupport
- DiagnosticsTagSupport(List<DiagnosticTag>) - Constructor for class org.eclipse.lsp4j.DiagnosticsTagSupport
- DiagnosticTag - Enum in org.eclipse.lsp4j
-
The diagnostic tags.
- DiagnosticWorkspaceCapabilities - Class in org.eclipse.lsp4j
-
Workspace client capabilities specific to diagnostic pull requests.
- DiagnosticWorkspaceCapabilities() - Constructor for class org.eclipse.lsp4j.DiagnosticWorkspaceCapabilities
- DiagnosticWorkspaceCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DiagnosticWorkspaceCapabilities
- didChange(DidChangeNotebookDocumentParams) - Method in interface org.eclipse.lsp4j.services.NotebookDocumentService
-
The change notification is sent from the client to the server when a notebook document changes.
- didChange(DidChangeTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document change notification is sent from the client to the server to signal changes to a text document.
- didChangeConfiguration(DidChangeConfigurationParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
A notification sent from the client to the server to signal the change of configuration settings.
- DidChangeConfigurationCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `workspace/didChangeConfiguration` notification.
- DidChangeConfigurationCapabilities() - Constructor for class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
- DidChangeConfigurationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
- DidChangeConfigurationParams - Class in org.eclipse.lsp4j
-
A notification sent from the client to the server to signal the change of configuration settings.
- DidChangeConfigurationParams() - Constructor for class org.eclipse.lsp4j.DidChangeConfigurationParams
- DidChangeConfigurationParams(Object) - Constructor for class org.eclipse.lsp4j.DidChangeConfigurationParams
- DidChangeNotebookDocumentParams - Class in org.eclipse.lsp4j
-
The params sent in a change notebook document notification.
- DidChangeNotebookDocumentParams() - Constructor for class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
- DidChangeNotebookDocumentParams(VersionedNotebookDocumentIdentifier, NotebookDocumentChangeEvent) - Constructor for class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
- DidChangeTextDocumentParams - Class in org.eclipse.lsp4j
-
The document change notification is sent from the client to the server to signal changes to a text document.
- DidChangeTextDocumentParams() - Constructor for class org.eclipse.lsp4j.DidChangeTextDocumentParams
- DidChangeTextDocumentParams(VersionedTextDocumentIdentifier, List<TextDocumentContentChangeEvent>) - Constructor for class org.eclipse.lsp4j.DidChangeTextDocumentParams
- didChangeWatchedFiles(DidChangeWatchedFilesParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The watched files notification is sent from the client to the server when the client detects changes to file watched by the language client.
- DidChangeWatchedFilesCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
- DidChangeWatchedFilesCapabilities() - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
- DidChangeWatchedFilesCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
- DidChangeWatchedFilesParams - Class in org.eclipse.lsp4j
-
The watched files notification is sent from the client to the server when the client detects changes to file watched by the language client.
- DidChangeWatchedFilesParams() - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesParams
- DidChangeWatchedFilesParams(List<FileEvent>) - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesParams
- DidChangeWatchedFilesRegistrationOptions - Class in org.eclipse.lsp4j
- DidChangeWatchedFilesRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
- DidChangeWatchedFilesRegistrationOptions(List<FileSystemWatcher>) - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
- didChangeWorkspaceFolders(DidChangeWorkspaceFoldersParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The workspace/didChangeWorkspaceFolders notification is sent from the client to the server to inform the server about workspace folder configuration changes.
- DidChangeWorkspaceFoldersParams - Class in org.eclipse.lsp4j
-
The workspace/didChangeWorkspaceFolders notification is sent from the client to the server to inform the server about workspace folder configuration changes.
- DidChangeWorkspaceFoldersParams() - Constructor for class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
- DidChangeWorkspaceFoldersParams(WorkspaceFoldersChangeEvent) - Constructor for class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
- didClose(DidCloseNotebookDocumentParams) - Method in interface org.eclipse.lsp4j.services.NotebookDocumentService
-
The close notification is sent from the client to the server when a notebook document is closed.
- didClose(DidCloseTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document close notification is sent from the client to the server when the document got closed in the client.
- DidCloseNotebookDocumentParams - Class in org.eclipse.lsp4j
-
The params sent in a close notebook document notification.
- DidCloseNotebookDocumentParams() - Constructor for class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
- DidCloseNotebookDocumentParams(NotebookDocumentIdentifier, List<TextDocumentIdentifier>) - Constructor for class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
- DidCloseTextDocumentParams - Class in org.eclipse.lsp4j
-
The document close notification is sent from the client to the server when the document got closed in the client.
- DidCloseTextDocumentParams() - Constructor for class org.eclipse.lsp4j.DidCloseTextDocumentParams
- DidCloseTextDocumentParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DidCloseTextDocumentParams
- didCreateFiles(CreateFilesParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The did create files notification is sent from the client to the server when files were created from within the client.
- didDeleteFiles(DeleteFilesParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The did delete files notification is sent from the client to the server when files were deleted from within the client.
- didOpen(DidOpenNotebookDocumentParams) - Method in interface org.eclipse.lsp4j.services.NotebookDocumentService
-
The open notification is sent from the client to the server when a notebook document is opened.
- didOpen(DidOpenTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document open notification is sent from the client to the server to signal newly opened text documents.
- DidOpenNotebookDocumentParams - Class in org.eclipse.lsp4j
-
The params sent in an open notebook document notification.
- DidOpenNotebookDocumentParams() - Constructor for class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
- DidOpenNotebookDocumentParams(NotebookDocument, List<TextDocumentItem>) - Constructor for class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
- DidOpenTextDocumentParams - Class in org.eclipse.lsp4j
-
The document open notification is sent from the client to the server to signal newly opened text documents.
- DidOpenTextDocumentParams() - Constructor for class org.eclipse.lsp4j.DidOpenTextDocumentParams
- DidOpenTextDocumentParams(TextDocumentItem) - Constructor for class org.eclipse.lsp4j.DidOpenTextDocumentParams
- didRenameFiles(RenameFilesParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The did rename files notification is sent from the client to the server when files were renamed from within the client.
- didSave(DidSaveNotebookDocumentParams) - Method in interface org.eclipse.lsp4j.services.NotebookDocumentService
-
The save notification is sent from the client to the server when a notebook document is saved.
- didSave(DidSaveTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document save notification is sent from the client to the server when the document for saved in the client.
- DidSaveNotebookDocumentParams - Class in org.eclipse.lsp4j
-
The params sent in a save notebook document notification.
- DidSaveNotebookDocumentParams() - Constructor for class org.eclipse.lsp4j.DidSaveNotebookDocumentParams
- DidSaveNotebookDocumentParams(NotebookDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DidSaveNotebookDocumentParams
- DidSaveTextDocumentParams - Class in org.eclipse.lsp4j
-
The document save notification is sent from the client to the server when the document was saved in the client.
- DidSaveTextDocumentParams() - Constructor for class org.eclipse.lsp4j.DidSaveTextDocumentParams
- DidSaveTextDocumentParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DidSaveTextDocumentParams
- DidSaveTextDocumentParams(TextDocumentIdentifier, String) - Constructor for class org.eclipse.lsp4j.DidSaveTextDocumentParams
- Document - Static variable in class org.eclipse.lsp4j.UniquenessLevel
-
The moniker is only unique inside a document
- Documentation - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- DocumentChangeListAdapter - Class in org.eclipse.lsp4j.adapters
- DocumentChangeListAdapter() - Constructor for class org.eclipse.lsp4j.adapters.DocumentChangeListAdapter
- documentColor(DocumentColorParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document color request is sent from the client to the server to list all color references found in a given text document.
- DocumentColorParams - Class in org.eclipse.lsp4j
-
The document color request is sent from the client to the server to list all color references found in a given text document.
- DocumentColorParams() - Constructor for class org.eclipse.lsp4j.DocumentColorParams
- DocumentColorParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DocumentColorParams
- DocumentDiagnosticParams - Class in org.eclipse.lsp4j
-
Parameters of the document diagnostic request.
- DocumentDiagnosticParams() - Constructor for class org.eclipse.lsp4j.DocumentDiagnosticParams
- DocumentDiagnosticParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DocumentDiagnosticParams
- DocumentDiagnosticReport - Class in org.eclipse.lsp4j
-
The result of a document diagnostic pull request.
- DocumentDiagnosticReport(RelatedFullDocumentDiagnosticReport) - Constructor for class org.eclipse.lsp4j.DocumentDiagnosticReport
- DocumentDiagnosticReport(RelatedUnchangedDocumentDiagnosticReport) - Constructor for class org.eclipse.lsp4j.DocumentDiagnosticReport
- DocumentDiagnosticReportKind - Class in org.eclipse.lsp4j
-
The document diagnostic report kinds.
- DocumentDiagnosticReportPartialResult - Class in org.eclipse.lsp4j
-
A partial result for a document diagnostic report.
- DocumentDiagnosticReportPartialResult(Map<String, Either<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>) - Constructor for class org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
- DocumentDiagnosticReportTypeAdapter - Class in org.eclipse.lsp4j.adapters
- DocumentDiagnosticReportTypeAdapter() - Constructor for class org.eclipse.lsp4j.adapters.DocumentDiagnosticReportTypeAdapter
- DocumentFilter - Class in org.eclipse.lsp4j
-
A document filter denotes a document through properties like language, schema or pattern.
- DocumentFilter() - Constructor for class org.eclipse.lsp4j.DocumentFilter
- DocumentFilter(String, String, String) - Constructor for class org.eclipse.lsp4j.DocumentFilter
- DocumentFormattingOptions - Class in org.eclipse.lsp4j
-
Document formatting options.
- DocumentFormattingOptions() - Constructor for class org.eclipse.lsp4j.DocumentFormattingOptions
- DocumentFormattingParams - Class in org.eclipse.lsp4j
-
The document formatting request is sent from the server to the client to format a whole document.
- DocumentFormattingParams() - Constructor for class org.eclipse.lsp4j.DocumentFormattingParams
- DocumentFormattingParams(TextDocumentIdentifier, FormattingOptions) - Constructor for class org.eclipse.lsp4j.DocumentFormattingParams
- DocumentFormattingRegistrationOptions - Class in org.eclipse.lsp4j
-
Document formatting registration options.
- DocumentFormattingRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DocumentFormattingRegistrationOptions
- documentHighlight(DocumentHighlightParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document highlight request is sent from the client to the server to to resolve a document highlights for a given text document position.
- DocumentHighlight - Class in org.eclipse.lsp4j
-
A document highlight is a range inside a text document which deserves special attention.
- DocumentHighlight() - Constructor for class org.eclipse.lsp4j.DocumentHighlight
- DocumentHighlight(Range) - Constructor for class org.eclipse.lsp4j.DocumentHighlight
- DocumentHighlight(Range, DocumentHighlightKind) - Constructor for class org.eclipse.lsp4j.DocumentHighlight
- DocumentHighlightCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/documentHighlight`
- DocumentHighlightCapabilities() - Constructor for class org.eclipse.lsp4j.DocumentHighlightCapabilities
- DocumentHighlightCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentHighlightCapabilities
- DocumentHighlightKind - Enum in org.eclipse.lsp4j
-
A document highlight kind.
- DocumentHighlightOptions - Class in org.eclipse.lsp4j
- DocumentHighlightOptions() - Constructor for class org.eclipse.lsp4j.DocumentHighlightOptions
- DocumentHighlightParams - Class in org.eclipse.lsp4j
-
The document highlight request is sent from the client to the server to resolve a document highlights for a given text document position.
- DocumentHighlightParams() - Constructor for class org.eclipse.lsp4j.DocumentHighlightParams
- DocumentHighlightParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.DocumentHighlightParams
- DocumentHighlightRegistrationOptions - Class in org.eclipse.lsp4j
- DocumentHighlightRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DocumentHighlightRegistrationOptions
- documentLink(DocumentLinkParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document links request is sent from the client to the server to request the location of links in a document.
- DocumentLink - Class in org.eclipse.lsp4j
-
A document link is a range in a text document that links to an internal or external resource, like another text document or a web site.
- DocumentLink() - Constructor for class org.eclipse.lsp4j.DocumentLink
- DocumentLink(Range) - Constructor for class org.eclipse.lsp4j.DocumentLink
- DocumentLink(Range, String) - Constructor for class org.eclipse.lsp4j.DocumentLink
- DocumentLink(Range, String, Object) - Constructor for class org.eclipse.lsp4j.DocumentLink
- DocumentLink(Range, String, Object, String) - Constructor for class org.eclipse.lsp4j.DocumentLink
- DocumentLinkCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/documentLink`
- DocumentLinkCapabilities() - Constructor for class org.eclipse.lsp4j.DocumentLinkCapabilities
- DocumentLinkCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentLinkCapabilities
- DocumentLinkCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DocumentLinkCapabilities
- DocumentLinkOptions - Class in org.eclipse.lsp4j
-
Document link options
- DocumentLinkOptions() - Constructor for class org.eclipse.lsp4j.DocumentLinkOptions
- DocumentLinkOptions(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentLinkOptions
- DocumentLinkParams - Class in org.eclipse.lsp4j
-
The document links request is sent from the client to the server to request the location of links in a document.
- DocumentLinkParams() - Constructor for class org.eclipse.lsp4j.DocumentLinkParams
- DocumentLinkParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DocumentLinkParams
- DocumentLinkRegistrationOptions - Class in org.eclipse.lsp4j
- DocumentLinkRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
- DocumentLinkRegistrationOptions(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
- documentLinkResolve(DocumentLink) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document link resolve request is sent from the client to the server to resolve the target of a given document link.
- DocumentOnTypeFormattingOptions - Class in org.eclipse.lsp4j
-
Format document on type options
- DocumentOnTypeFormattingOptions() - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
- DocumentOnTypeFormattingOptions(String) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
- DocumentOnTypeFormattingOptions(String, List<String>) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
- DocumentOnTypeFormattingParams - Class in org.eclipse.lsp4j
-
The document on type formatting request is sent from the client to the server to format parts of the document during typing.
- DocumentOnTypeFormattingParams() - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
- DocumentOnTypeFormattingParams(Position, String) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
Deprecated.
- DocumentOnTypeFormattingParams(TextDocumentIdentifier, FormattingOptions, Position, String) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
- DocumentOnTypeFormattingRegistrationOptions - Class in org.eclipse.lsp4j
- DocumentOnTypeFormattingRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
- DocumentOnTypeFormattingRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
- DocumentOnTypeFormattingRegistrationOptions(String, List<String>) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
- DocumentRangeFormattingOptions - Class in org.eclipse.lsp4j
-
Document range formatting options.
- DocumentRangeFormattingOptions() - Constructor for class org.eclipse.lsp4j.DocumentRangeFormattingOptions
- DocumentRangeFormattingParams - Class in org.eclipse.lsp4j
-
The document range formatting request is sent from the client to the server to format a given range in a document.
- DocumentRangeFormattingParams() - Constructor for class org.eclipse.lsp4j.DocumentRangeFormattingParams
- DocumentRangeFormattingParams(Range) - Constructor for class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
Deprecated.
- DocumentRangeFormattingParams(TextDocumentIdentifier, FormattingOptions, Range) - Constructor for class org.eclipse.lsp4j.DocumentRangeFormattingParams
- DocumentRangeFormattingRegistrationOptions - Class in org.eclipse.lsp4j
-
Document range formatting registration options.
- DocumentRangeFormattingRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DocumentRangeFormattingRegistrationOptions
- documentSymbol(DocumentSymbolParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document symbol request is sent from the client to the server to list all symbols found in a given text document.
- DocumentSymbol - Class in org.eclipse.lsp4j
-
Represents programming constructs like variables, classes, interfaces etc.
- DocumentSymbol() - Constructor for class org.eclipse.lsp4j.DocumentSymbol
- DocumentSymbol(String, SymbolKind, Range, Range) - Constructor for class org.eclipse.lsp4j.DocumentSymbol
- DocumentSymbol(String, SymbolKind, Range, Range, String) - Constructor for class org.eclipse.lsp4j.DocumentSymbol
- DocumentSymbol(String, SymbolKind, Range, Range, String, List<DocumentSymbol>) - Constructor for class org.eclipse.lsp4j.DocumentSymbol
- DocumentSymbolCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/documentSymbol`
- DocumentSymbolCapabilities() - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
- DocumentSymbolCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
- DocumentSymbolCapabilities(SymbolKindCapabilities) - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
- DocumentSymbolCapabilities(SymbolKindCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
- DocumentSymbolCapabilities(SymbolKindCapabilities, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
- DocumentSymbolIterator(DocumentSymbol) - Constructor for class org.eclipse.lsp4j.util.DocumentSymbols.DocumentSymbolIterator
- DocumentSymbolOptions - Class in org.eclipse.lsp4j
- DocumentSymbolOptions() - Constructor for class org.eclipse.lsp4j.DocumentSymbolOptions
- DocumentSymbolOptions(String) - Constructor for class org.eclipse.lsp4j.DocumentSymbolOptions
- DocumentSymbolParams - Class in org.eclipse.lsp4j
-
The document symbol request is sent from the client to the server to list all symbols found in a given text document.
- DocumentSymbolParams() - Constructor for class org.eclipse.lsp4j.DocumentSymbolParams
- DocumentSymbolParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DocumentSymbolParams
- DocumentSymbolRegistrationOptions - Class in org.eclipse.lsp4j
- DocumentSymbolRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
- DocumentSymbolRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
- DocumentSymbolResponseAdapter - Class in org.eclipse.lsp4j.adapters
- DocumentSymbolResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.DocumentSymbolResponseAdapter
- DocumentSymbols - Class in org.eclipse.lsp4j.util
-
Utilities for
document symbols. - DocumentSymbols.BreadthFirstIterator<T> - Class in org.eclipse.lsp4j.util
- DocumentSymbols.DocumentSymbolIterator - Class in org.eclipse.lsp4j.util
- DynamicRegistrationCapabilities - Class in org.eclipse.lsp4j
- DynamicRegistrationCapabilities() - Constructor for class org.eclipse.lsp4j.DynamicRegistrationCapabilities
- DynamicRegistrationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DynamicRegistrationCapabilities
E
- Empty - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Empty kind.
- end - org.eclipse.lsp4j.WorkDoneProgressKind
- Enum - org.eclipse.lsp4j.CompletionItemKind
- Enum - org.eclipse.lsp4j.SymbolKind
- Enum - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- EnumMember - org.eclipse.lsp4j.CompletionItemKind
- EnumMember - org.eclipse.lsp4j.SymbolKind
- EnumMember - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- equals(Object) - Method in class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
- equals(Object) - Method in class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
- equals(Object) - Method in class org.eclipse.lsp4j.AnnotatedTextEdit
- equals(Object) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
- equals(Object) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyItem
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyOptions
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyPrepareParams
- equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.ChangeAnnotation
- equals(Object) - Method in class org.eclipse.lsp4j.ClientCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ClientInfo
- equals(Object) - Method in class org.eclipse.lsp4j.CodeAction
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionContext
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionDisabled
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionOptions
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionParams
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CodeLens
- equals(Object) - Method in class org.eclipse.lsp4j.CodeLensCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CodeLensOptions
- equals(Object) - Method in class org.eclipse.lsp4j.CodeLensParams
- equals(Object) - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.Color
- equals(Object) - Method in class org.eclipse.lsp4j.ColorInformation
- equals(Object) - Method in class org.eclipse.lsp4j.ColorPresentation
- equals(Object) - Method in class org.eclipse.lsp4j.ColorPresentationParams
- equals(Object) - Method in class org.eclipse.lsp4j.ColorProviderCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ColorProviderOptions
- equals(Object) - Method in class org.eclipse.lsp4j.Command
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionContext
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItem
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemOptions
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionList
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionListCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionOptions
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionParams
- equals(Object) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.ConfigurationItem
- equals(Object) - Method in class org.eclipse.lsp4j.ConfigurationParams
- equals(Object) - Method in class org.eclipse.lsp4j.CreateFile
- equals(Object) - Method in class org.eclipse.lsp4j.CreateFileOptions
- equals(Object) - Method in class org.eclipse.lsp4j.CreateFilesParams
- equals(Object) - Method in class org.eclipse.lsp4j.DeclarationCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DeclarationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DeclarationParams
- equals(Object) - Method in class org.eclipse.lsp4j.DeclarationRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DefinitionCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DefinitionOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DefinitionParams
- equals(Object) - Method in class org.eclipse.lsp4j.DefinitionRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DeleteFile
- equals(Object) - Method in class org.eclipse.lsp4j.DeleteFileOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DeleteFilesParams
- equals(Object) - Method in class org.eclipse.lsp4j.Diagnostic
- equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticCodeDescription
- equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
- equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticServerCancellationData
- equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
- equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticWorkspaceCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidSaveNotebookDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentColorParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentFilter
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentFormattingOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentFormattingRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentHighlight
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentHighlightCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentHighlightOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentHighlightParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentHighlightRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentLink
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentLinkOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentLinkParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentSymbol
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentSymbolOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentSymbolParams
- equals(Object) - Method in class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ExecuteCommandCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
- equals(Object) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
- equals(Object) - Method in class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.ExecutionSummary
- equals(Object) - Method in class org.eclipse.lsp4j.FileCreate
- equals(Object) - Method in class org.eclipse.lsp4j.FileDelete
- equals(Object) - Method in class org.eclipse.lsp4j.FileEvent
- equals(Object) - Method in class org.eclipse.lsp4j.FileOperationFilter
- equals(Object) - Method in class org.eclipse.lsp4j.FileOperationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.FileOperationPattern
- equals(Object) - Method in class org.eclipse.lsp4j.FileOperationPatternOptions
- equals(Object) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.FileRename
- equals(Object) - Method in class org.eclipse.lsp4j.FileSystemWatcher
- equals(Object) - Method in class org.eclipse.lsp4j.FoldingRange
- equals(Object) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.FoldingRangeKindSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
- equals(Object) - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
- equals(Object) - Method in class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.FormattingCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
- equals(Object) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.Hover
- equals(Object) - Method in class org.eclipse.lsp4j.HoverCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.HoverOptions
- equals(Object) - Method in class org.eclipse.lsp4j.HoverParams
- equals(Object) - Method in class org.eclipse.lsp4j.HoverRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.ImplementationCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ImplementationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.ImplementationParams
- equals(Object) - Method in class org.eclipse.lsp4j.ImplementationRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.InitializedParams
- equals(Object) - Method in class org.eclipse.lsp4j.InitializeError
- equals(Object) - Method in class org.eclipse.lsp4j.InitializeParams
- equals(Object) - Method in class org.eclipse.lsp4j.InitializeResult
- equals(Object) - Method in class org.eclipse.lsp4j.InlayHint
- equals(Object) - Method in class org.eclipse.lsp4j.InlayHintCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
- equals(Object) - Method in class org.eclipse.lsp4j.InlayHintParams
- equals(Object) - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValue
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValueCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValueContext
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValueParams
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValueRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValueText
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
- equals(Object) - Method in class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.InsertReplaceEdit
- equals(Object) - Method in class org.eclipse.lsp4j.InsertReplaceRange
- equals(Object) - Method in class org.eclipse.lsp4j.LinkedEditingRangeCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.LinkedEditingRangeOptions
- equals(Object) - Method in class org.eclipse.lsp4j.LinkedEditingRangeParams
- equals(Object) - Method in class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.LinkedEditingRanges
- equals(Object) - Method in class org.eclipse.lsp4j.Location
- equals(Object) - Method in class org.eclipse.lsp4j.LocationLink
- equals(Object) - Method in class org.eclipse.lsp4j.LogTraceParams
- equals(Object) - Method in class org.eclipse.lsp4j.MarkdownCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- equals(Object) - Method in class org.eclipse.lsp4j.MarkupContent
- equals(Object) - Method in class org.eclipse.lsp4j.MessageActionItem
- equals(Object) - Method in class org.eclipse.lsp4j.MessageParams
- equals(Object) - Method in class org.eclipse.lsp4j.Moniker
- equals(Object) - Method in class org.eclipse.lsp4j.MonikerCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.MonikerOptions
- equals(Object) - Method in class org.eclipse.lsp4j.MonikerParams
- equals(Object) - Method in class org.eclipse.lsp4j.MonikerRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookCell
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocument
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEvent
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentClientCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentIdentifier
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncClientCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncOptions
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookSelector
- equals(Object) - Method in class org.eclipse.lsp4j.NotebookSelectorCell
- equals(Object) - Method in class org.eclipse.lsp4j.OnTypeFormattingCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ParameterInformation
- equals(Object) - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.Position
- equals(Object) - Method in class org.eclipse.lsp4j.PrepareRenameDefaultBehavior
- equals(Object) - Method in class org.eclipse.lsp4j.PrepareRenameParams
- equals(Object) - Method in class org.eclipse.lsp4j.PrepareRenameResult
- equals(Object) - Method in class org.eclipse.lsp4j.PreviousResultId
- equals(Object) - Method in class org.eclipse.lsp4j.ProgressParams
- equals(Object) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
- equals(Object) - Method in class org.eclipse.lsp4j.Range
- equals(Object) - Method in class org.eclipse.lsp4j.RangeFormattingCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ReferenceContext
- equals(Object) - Method in class org.eclipse.lsp4j.ReferenceOptions
- equals(Object) - Method in class org.eclipse.lsp4j.ReferenceParams
- equals(Object) - Method in class org.eclipse.lsp4j.ReferenceRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.ReferencesCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.Registration
- equals(Object) - Method in class org.eclipse.lsp4j.RegistrationParams
- equals(Object) - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
- equals(Object) - Method in class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
- equals(Object) - Method in class org.eclipse.lsp4j.RelativePattern
- equals(Object) - Method in class org.eclipse.lsp4j.RenameCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.RenameFile
- equals(Object) - Method in class org.eclipse.lsp4j.RenameFileOptions
- equals(Object) - Method in class org.eclipse.lsp4j.RenameFilesParams
- equals(Object) - Method in class org.eclipse.lsp4j.RenameOptions
- equals(Object) - Method in class org.eclipse.lsp4j.RenameParams
- equals(Object) - Method in class org.eclipse.lsp4j.ResourceOperation
- equals(Object) - Method in class org.eclipse.lsp4j.SaveOptions
- equals(Object) - Method in class org.eclipse.lsp4j.SelectionRange
- equals(Object) - Method in class org.eclipse.lsp4j.SelectionRangeCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.SelectionRangeOptions
- equals(Object) - Method in class org.eclipse.lsp4j.SelectionRangeParams
- equals(Object) - Method in class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokens
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensDelta
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensLegend
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensParams
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensServerFull
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ServerCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ServerInfo
- equals(Object) - Method in class org.eclipse.lsp4j.SetTraceParams
- equals(Object) - Method in class org.eclipse.lsp4j.ShowDocumentCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.ShowDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.ShowDocumentResult
- equals(Object) - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
- equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelp
- equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpContext
- equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
- equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpParams
- equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.SignatureInformation
- equals(Object) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.SymbolCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.SymbolInformation
- equals(Object) - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentEdit
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentItem
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
- equals(Object) - Method in class org.eclipse.lsp4j.TextEdit
- equals(Object) - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.TypeDefinitionOptions
- equals(Object) - Method in class org.eclipse.lsp4j.TypeDefinitionParams
- equals(Object) - Method in class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
- equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyPrepareParams
- equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchySubtypesParams
- equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchySupertypesParams
- equals(Object) - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
- equals(Object) - Method in class org.eclipse.lsp4j.Unregistration
- equals(Object) - Method in class org.eclipse.lsp4j.UnregistrationParams
- equals(Object) - Method in class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
- equals(Object) - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
- equals(Object) - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
- equals(Object) - Method in class org.eclipse.lsp4j.WindowClientCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.WindowShowMessageRequestCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
- equals(Object) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
- equals(Object) - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
- equals(Object) - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
- equals(Object) - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
- equals(Object) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReport
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceEdit
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceFolder
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceSymbolLocation
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceSymbolOptions
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceSymbolRegistrationOptions
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
- equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
- Error - org.eclipse.lsp4j.DiagnosticSeverity
-
Reports an error.
- Error - org.eclipse.lsp4j.MessageType
-
An error message.
- Event - org.eclipse.lsp4j.CompletionItemKind
- Event - org.eclipse.lsp4j.SymbolKind
- Event - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- executeCommand(ExecuteCommandParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The workspace/executeCommand request is sent from the client to the server to trigger command execution on the server.
- ExecuteCommandCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `workspace/executeCommand` request.
- ExecuteCommandCapabilities() - Constructor for class org.eclipse.lsp4j.ExecuteCommandCapabilities
- ExecuteCommandCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ExecuteCommandCapabilities
- ExecuteCommandOptions - Class in org.eclipse.lsp4j
-
Execute command options.
- ExecuteCommandOptions() - Constructor for class org.eclipse.lsp4j.ExecuteCommandOptions
- ExecuteCommandOptions(List<String>) - Constructor for class org.eclipse.lsp4j.ExecuteCommandOptions
- ExecuteCommandParams - Class in org.eclipse.lsp4j
-
The workspace/executeCommand request is sent from the client to the server to trigger command execution on the server.
- ExecuteCommandParams() - Constructor for class org.eclipse.lsp4j.ExecuteCommandParams
- ExecuteCommandParams(String, List<Object>) - Constructor for class org.eclipse.lsp4j.ExecuteCommandParams
- ExecuteCommandParams(String, List<Object>, Either<String, Integer>) - Constructor for class org.eclipse.lsp4j.ExecuteCommandParams
- ExecuteCommandRegistrationOptions - Class in org.eclipse.lsp4j
-
Execute command registration options.
- ExecuteCommandRegistrationOptions() - Constructor for class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
- ExecutionSummary - Class in org.eclipse.lsp4j
-
Since 3.17.0
- ExecutionSummary() - Constructor for class org.eclipse.lsp4j.ExecutionSummary
- ExecutionSummary(int) - Constructor for class org.eclipse.lsp4j.ExecutionSummary
- ExecutionSummary(int, Boolean) - Constructor for class org.eclipse.lsp4j.ExecutionSummary
- exit() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
A notification to ask the server to exit its process.
- Export - Static variable in class org.eclipse.lsp4j.MonikerKind
-
The moniker represents a symbol that is exported from a project
F
- Factory() - Constructor for class org.eclipse.lsp4j.adapters.HoverTypeAdapter.Factory
- Factory() - Constructor for class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter.Factory
- Factory() - Constructor for class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter.Factory
- Factory() - Constructor for class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter.Factory
- Factory() - Constructor for class org.eclipse.lsp4j.adapters.WorkDoneProgressNotificationAdapter.Factory
- FailureHandlingKind - Class in org.eclipse.lsp4j
-
The kind of failure handling supported by the client.
- Field - org.eclipse.lsp4j.CompletionItemKind
- Field - org.eclipse.lsp4j.SymbolKind
- File - org.eclipse.lsp4j.CompletionItemKind
- File - org.eclipse.lsp4j.SymbolKind
- File - Static variable in class org.eclipse.lsp4j.FileOperationPatternKind
-
The pattern matches a file only.
- FileChangeType - Enum in org.eclipse.lsp4j
-
The file event type.
- FileCreate - Class in org.eclipse.lsp4j
-
Represents information on a file/folder create.
- FileCreate() - Constructor for class org.eclipse.lsp4j.FileCreate
- FileCreate(String) - Constructor for class org.eclipse.lsp4j.FileCreate
- FileDelete - Class in org.eclipse.lsp4j
-
Represents information on a file/folder delete.
- FileDelete() - Constructor for class org.eclipse.lsp4j.FileDelete
- FileDelete(String) - Constructor for class org.eclipse.lsp4j.FileDelete
- FileEvent - Class in org.eclipse.lsp4j
-
An event describing a file change.
- FileEvent() - Constructor for class org.eclipse.lsp4j.FileEvent
- FileEvent(String, FileChangeType) - Constructor for class org.eclipse.lsp4j.FileEvent
- FileOperationFilter - Class in org.eclipse.lsp4j
-
A filter to describe in which file operation requests or notifications the server is interested in.
- FileOperationFilter() - Constructor for class org.eclipse.lsp4j.FileOperationFilter
- FileOperationFilter(FileOperationPattern) - Constructor for class org.eclipse.lsp4j.FileOperationFilter
- FileOperationFilter(FileOperationPattern, String) - Constructor for class org.eclipse.lsp4j.FileOperationFilter
- FileOperationOptions - Class in org.eclipse.lsp4j
-
The options for file operations.
- FileOperationOptions() - Constructor for class org.eclipse.lsp4j.FileOperationOptions
- FileOperationOptions(List<FileOperationFilter>) - Constructor for class org.eclipse.lsp4j.FileOperationOptions
- FileOperationPattern - Class in org.eclipse.lsp4j
-
A pattern to describe in which file operation requests or notifications the server is interested in.
- FileOperationPattern() - Constructor for class org.eclipse.lsp4j.FileOperationPattern
- FileOperationPattern(String) - Constructor for class org.eclipse.lsp4j.FileOperationPattern
- FileOperationPatternKind - Class in org.eclipse.lsp4j
-
A pattern kind describing if a glob pattern matches a file a folder or both.
- FileOperationPatternOptions - Class in org.eclipse.lsp4j
-
Matching options for the file operation pattern.
- FileOperationPatternOptions() - Constructor for class org.eclipse.lsp4j.FileOperationPatternOptions
- FileOperationPatternOptions(Boolean) - Constructor for class org.eclipse.lsp4j.FileOperationPatternOptions
- FileOperationsServerCapabilities - Class in org.eclipse.lsp4j
-
The server is interested in file notifications/requests.
- FileOperationsServerCapabilities() - Constructor for class org.eclipse.lsp4j.FileOperationsServerCapabilities
- FileOperationsWorkspaceCapabilities - Class in org.eclipse.lsp4j
-
The client has support for file requests/notifications.
- FileOperationsWorkspaceCapabilities() - Constructor for class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
- FileRename - Class in org.eclipse.lsp4j
-
Represents information on a file/folder rename.
- FileRename() - Constructor for class org.eclipse.lsp4j.FileRename
- FileRename(String, String) - Constructor for class org.eclipse.lsp4j.FileRename
- FileSystemWatcher - Class in org.eclipse.lsp4j
- FileSystemWatcher() - Constructor for class org.eclipse.lsp4j.FileSystemWatcher
- FileSystemWatcher(Either<String, RelativePattern>) - Constructor for class org.eclipse.lsp4j.FileSystemWatcher
- FileSystemWatcher(Either<String, RelativePattern>, Integer) - Constructor for class org.eclipse.lsp4j.FileSystemWatcher
- FocusOut - org.eclipse.lsp4j.TextDocumentSaveReason
-
When the editor lost focus.
- Folder - org.eclipse.lsp4j.CompletionItemKind
- Folder - Static variable in class org.eclipse.lsp4j.FileOperationPatternKind
-
The pattern matches a folder only.
- foldingRange(FoldingRangeRequestParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The folding range request is sent from the client to the server to return all folding ranges found in a given text document.
- FoldingRange - Class in org.eclipse.lsp4j
-
Represents a folding range.
- FoldingRange() - Constructor for class org.eclipse.lsp4j.FoldingRange
- FoldingRange(int, int) - Constructor for class org.eclipse.lsp4j.FoldingRange
- FoldingRangeCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to `textDocument/foldingRange` requests.
- FoldingRangeCapabilities() - Constructor for class org.eclipse.lsp4j.FoldingRangeCapabilities
- FoldingRangeKind - Class in org.eclipse.lsp4j
-
A set of predefined range kinds.
- FoldingRangeKindSupportCapabilities - Class in org.eclipse.lsp4j
-
Specific options for the folding range kind.
- FoldingRangeKindSupportCapabilities() - Constructor for class org.eclipse.lsp4j.FoldingRangeKindSupportCapabilities
- FoldingRangeKindSupportCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.FoldingRangeKindSupportCapabilities
- FoldingRangeProviderOptions - Class in org.eclipse.lsp4j
-
Folding range options.
- FoldingRangeProviderOptions() - Constructor for class org.eclipse.lsp4j.FoldingRangeProviderOptions
- FoldingRangeProviderOptions(String) - Constructor for class org.eclipse.lsp4j.FoldingRangeProviderOptions
- FoldingRangeRequestParams - Class in org.eclipse.lsp4j
-
The folding range request is sent from the client to the server to return all folding ranges found in a given text document.
- FoldingRangeRequestParams() - Constructor for class org.eclipse.lsp4j.FoldingRangeRequestParams
- FoldingRangeRequestParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.FoldingRangeRequestParams
- FoldingRangeSupportCapabilities - Class in org.eclipse.lsp4j
-
Specific options for the folding range.
- FoldingRangeSupportCapabilities() - Constructor for class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
- FoldingRangeSupportCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
- formatting(DocumentFormattingParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document formatting request is sent from the client to the server to format a whole document.
- FormattingCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/formatting`
- FormattingCapabilities() - Constructor for class org.eclipse.lsp4j.FormattingCapabilities
- FormattingCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.FormattingCapabilities
- FormattingOptions - Class in org.eclipse.lsp4j
-
Value-object describing what options formatting should use.
- FormattingOptions() - Constructor for class org.eclipse.lsp4j.FormattingOptions
- FormattingOptions(int, boolean) - Constructor for class org.eclipse.lsp4j.FormattingOptions
- FormattingOptions(int, boolean, Map<String, String>) - Constructor for class org.eclipse.lsp4j.FormattingOptions
-
Deprecated.See https://github.com/eclipse-lsp4j/lsp4j/issues/99
- forValue(int) - Static method in enum org.eclipse.lsp4j.CodeActionTriggerKind
- forValue(int) - Static method in enum org.eclipse.lsp4j.CompletionItemKind
- forValue(int) - Static method in enum org.eclipse.lsp4j.CompletionItemTag
- forValue(int) - Static method in enum org.eclipse.lsp4j.CompletionTriggerKind
- forValue(int) - Static method in enum org.eclipse.lsp4j.DiagnosticSeverity
- forValue(int) - Static method in enum org.eclipse.lsp4j.DiagnosticTag
- forValue(int) - Static method in enum org.eclipse.lsp4j.DocumentHighlightKind
- forValue(int) - Static method in enum org.eclipse.lsp4j.FileChangeType
- forValue(int) - Static method in enum org.eclipse.lsp4j.InlayHintKind
- forValue(int) - Static method in enum org.eclipse.lsp4j.InsertTextFormat
- forValue(int) - Static method in enum org.eclipse.lsp4j.InsertTextMode
- forValue(int) - Static method in enum org.eclipse.lsp4j.MessageType
- forValue(int) - Static method in enum org.eclipse.lsp4j.NotebookCellKind
- forValue(int) - Static method in enum org.eclipse.lsp4j.PrepareSupportDefaultBehavior
- forValue(int) - Static method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
- forValue(int) - Static method in enum org.eclipse.lsp4j.SymbolKind
- forValue(int) - Static method in enum org.eclipse.lsp4j.SymbolTag
- forValue(int) - Static method in enum org.eclipse.lsp4j.TextDocumentSaveReason
- forValue(int) - Static method in enum org.eclipse.lsp4j.TextDocumentSyncKind
- Full - org.eclipse.lsp4j.TextDocumentSyncKind
-
Documents are synced by always sending the full content of the document.
- Full - Static variable in class org.eclipse.lsp4j.DocumentDiagnosticReportKind
-
A diagnostic report with a full set of problems.
- FullDocumentDiagnosticReport - Class in org.eclipse.lsp4j
-
A diagnostic report with a full set of problems.
- FullDocumentDiagnosticReport() - Constructor for class org.eclipse.lsp4j.FullDocumentDiagnosticReport
- FullDocumentDiagnosticReport(List<Diagnostic>) - Constructor for class org.eclipse.lsp4j.FullDocumentDiagnosticReport
- Function - org.eclipse.lsp4j.CompletionItemKind
- Function - org.eclipse.lsp4j.SymbolKind
- Function - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
G
- GeneralClientCapabilities - Class in org.eclipse.lsp4j
-
General client capabilities.
- GeneralClientCapabilities() - Constructor for class org.eclipse.lsp4j.GeneralClientCapabilities
- getActions() - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
-
The message action items to present.
- getActiveParameter() - Method in class org.eclipse.lsp4j.SignatureHelp
-
The active parameter of the active signature.
- getActiveParameter() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The index of the active parameter.
- getActiveParameterSupport() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
The client supports the
SignatureInformation.activeParameterproperty. - 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
- getAdditionalPropertiesSupport() - Method in class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
-
Whether the client supports additional attributes which are preserved and sent back to the server in the request's response.
- getAdditionalTextEdits() - Method in class org.eclipse.lsp4j.ColorPresentation
-
An optional array of additional text edits that are applied when selecting this color presentation.
- getAdditionalTextEdits() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional array of additional text edits that are applied when selecting this completion.
- getAllCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The list of all possible characters that commit a completion.
- getAllCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The list of all possible characters that commit a completion.
- getAllowedTags() - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
A list of HTML tags that the client allows / supports in Markdown.
- getAlpha() - Method in class org.eclipse.lsp4j.Color
-
The alpha component of this color in the range [0-1].
- getAnnotationId() - Method in class org.eclipse.lsp4j.AnnotatedTextEdit
-
The actual annotation identifier
- getAnnotationId() - Method in class org.eclipse.lsp4j.ResourceOperation
-
An optional annotation identifier describing the operation.
- getApplyEdit() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'.
- getArguments() - Method in class org.eclipse.lsp4j.Command
-
Arguments that the command handler should be invoked with.
- getArguments() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
Arguments that the command should be invoked with.
- getArray() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
-
The change to the cell array.
- getAugmentsSyntaxTokens() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client uses semantic tokens to augment existing syntax tokens.
- getBaseUri() - Method in class org.eclipse.lsp4j.RelativePattern
-
A workspace folder or a base URI as a string to which this pattern will be matched against relatively.
- getBlue() - Method in class org.eclipse.lsp4j.Color
-
The blue component of this color in the range [0-1].
- getBoolean(String) - Method in class org.eclipse.lsp4j.FormattingOptions
- getCallHierarchy() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to
textDocument/prepareCallHierarchy. - getCallHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Call Hierarchy support.
- getCancellable() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Controls if a cancel button should show to allow the user to cancel the long running operation.
- getCancellable() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Controls enablement state of a cancel button.
- getCapabilities() - Method in class org.eclipse.lsp4j.InitializeParams
-
The capabilities provided by the client (editor or tool)
- getCapabilities() - Method in class org.eclipse.lsp4j.InitializeResult
-
The capabilities the language server provides.
- getCells() - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
-
The new cells, if any
- getCells() - Method in class org.eclipse.lsp4j.NotebookDocument
-
The cells of a notebook.
- getCells() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEvent
-
Changes to cells
- getCells() - Method in class org.eclipse.lsp4j.NotebookSelector
-
The cells of the matching notebook to be synced.
- getCellTextDocuments() - Method in class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
-
The text documents that represent the content of a notebook cell that got closed.
- getCellTextDocuments() - Method in class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
-
The text documents that represent the content of a notebook cell.
- getCh() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The character that has been typed.
- getChange() - Method in class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
-
The actual changes to the notebook document.
- getChange() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Change notifications are sent to the server.
- getChangeAnnotations() - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
A map of change annotations that can be referenced in
AnnotatedTextEdits orResourceOperations. - getChangeAnnotationSupport() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Whether the client in general supports change annotations on text edits, create file, rename file and delete file changes.
- getChangeNotifications() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
Whether the server wants to receive workspace folder change notifications.
- getChanges() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
-
The actual file events.
- getChanges() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- 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(DocumentSymbol) - Method in class org.eclipse.lsp4j.util.DocumentSymbols.DocumentSymbolIterator
- getChildren(T) - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
-
Returns with the children (direct descendants) of the
nodeargument. - getClientInfo() - Method in class org.eclipse.lsp4j.InitializeParams
-
Information about the client
- getCode() - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's code.
- getCodeAction() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/codeAction - getCodeActionKind() - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
-
The code action kind is support with the following value set.
- getCodeActionKinds() - Method in class org.eclipse.lsp4j.CodeActionOptions
-
CodeActionKinds that this server may return.
- getCodeActionKinds() - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
-
CodeActionKinds that this server may return.
- getCodeActionLiteralSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
The client support code action literals as a valid response of the `textDocument/codeAction` request.
- getCodeActionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code actions.
- getCodeDescription() - Method in class org.eclipse.lsp4j.Diagnostic
-
An optional property to describe the error code.
- getCodeDescriptionSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports a codeDescription property
- getCodeLens() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/codeLens - getCodeLens() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the code lens requests scoped to the workspace.
- getCodeLensProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code lens.
- getCollapsedText() - Method in class org.eclipse.lsp4j.FoldingRange
-
The text that the client should show when the specified range is collapsed.
- getCollapsedText() - Method in class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
-
If set, the client signals that it supports setting
FoldingRange.collapsedTexton folding ranges to display custom labels instead of the default text. - getColor() - Method in class org.eclipse.lsp4j.ColorInformation
-
The actual color value for this color range.
- getColor() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The color information to request presentations for.
- getColorProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides color provider support.
- getColorProvider() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/documentColorand thetextDocument/colorPresentationrequest. - getCommand() - Method in class org.eclipse.lsp4j.CodeAction
-
A command this code action executes.
- getCommand() - Method in class org.eclipse.lsp4j.CodeLens
-
The command this code lens represents.
- getCommand() - Method in class org.eclipse.lsp4j.Command
-
The identifier of the actual command handler.
- getCommand() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional command that is executed after inserting this completion.
- getCommand() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
The identifier of the actual command handler.
- getCommand() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
An optional command for this label part.
- getCommands() - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
-
The commands to be executed on the server
- getCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional set of characters that when pressed while this completion is active will accept it first and then type that character.
- getCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default commit character set.
- getCommitCharactersSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports commit characters on a completion item.
- getCompletion() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/completion - getCompletionItem() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionItemspecific capabilities. - getCompletionItem() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server supports the following
CompletionItemspecific capabilities. - getCompletionItem() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server supports the following
CompletionItemspecific capabilities. - getCompletionItemKind() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionItemKindspecific capabilities. - getCompletionList() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionListspecific capabilities. - getCompletionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides completion support.
- getConfiguration() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports `workspace/configuration` requests.
- getContainerName() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- getContainerName() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The name of the symbol containing this symbol.
- getContentChanges() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The actual content changes.
- getContentFormat() - Method in class org.eclipse.lsp4j.HoverCapabilities
-
Client supports the following content formats if the content property refers to
MarkupContent. - getContents() - Method in class org.eclipse.lsp4j.Hover
-
The hover's content as markdown
- getContext() - Method in class org.eclipse.lsp4j.CodeActionParams
-
Context carrying additional information.
- getContext() - Method in class org.eclipse.lsp4j.CompletionParams
-
The completion context.
- getContext() - Method in class org.eclipse.lsp4j.InlineValueParams
-
Additional information about the context in which inline values were requested.
- getContext() - Method in class org.eclipse.lsp4j.ReferenceParams
- getContext() - Method in class org.eclipse.lsp4j.SignatureHelpParams
-
The signature help context.
- getContextSupport() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports sending additional context information for a `textDocument/completion` request.
- getContextSupport() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
The client supports to send additional context information for a `textDocument/signatureHelp` request.
- getData() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
A data entry field that is preserved between a call hierarchy prepare and incoming calls or outgoing calls requests.
- getData() - Method in class org.eclipse.lsp4j.CodeAction
-
A data entry field that is preserved on a code action between a `textDocument/codeAction` and a `codeAction/resolve` request.
- getData() - Method in class org.eclipse.lsp4j.CodeLens
-
A data entry field that is preserved on a code lens item between a code lens and a code lens resolve request.
- getData() - Method in class org.eclipse.lsp4j.CompletionItem
-
A data entry field that is preserved on a completion item between a completion and a completion resolve request.
- getData() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default data value.
- getData() - Method in class org.eclipse.lsp4j.Diagnostic
-
A data entry field that is preserved between a `textDocument/publishDiagnostics` notification and `textDocument/codeAction` request.
- getData() - Method in class org.eclipse.lsp4j.DocumentLink
-
A data entry field that is preserved on a document link between a DocumentLinkRequest and a DocumentLinkResolveRequest.
- getData() - Method in class org.eclipse.lsp4j.InlayHint
-
A data entry field that is preserved on a inlay hint between a
textDocument/inlayHintand ainlayHint/resolverequest. - getData() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
-
Changes to notebook cells properties like its kind, execution summary or metadata.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokens
-
The actual tokens.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The elements to insert.
- getData() - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
- getData() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
A data entry field that is preserved between a type hierarchy prepare and supertypes or subtypes requests.
- getData() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
A data entry field that is preserved on a workspace symbol between a workspace symbol request and a workspace symbol resolve request.
- getDataSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the
CodeAction.dataproperty which is preserved between a `textDocument/codeAction` and a `codeAction/resolve` request. - getDataSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether code action supports the
Diagnostic.dataproperty which is preserved between a `textDocument/publishDiagnostics` and `textDocument/codeAction` request. - getDeclaration() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/declaration - getDeclarationProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides go to declaration support.
- getDefinition() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/definition - getDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides goto definition support.
- getDeleteCount() - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
-
The deleted cells
- 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
-
Deprecated.Use
CompletionItem.tagsinstead if supported. - getDeprecated() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Deprecated.Use
DocumentSymbol.tagsinstead if supported. - getDeprecated() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.Use
SymbolInformation.tagsinstead if supported. - getDeprecatedSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the deprecated property on a completion item.
- getDescription() - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A human-readable string which is rendered less prominent in the user interface.
- getDescription() - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
-
An optional string which is rendered less prominently after
CompletionItemLabelDetails.detail. - getDetail() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
More detail for this item, e.g the signature of a function.
- getDetail() - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string with additional information about this item, like type or symbol information.
- getDetail() - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
-
An optional string which is rendered less prominently directly after
CompletionItem.label, without any spacing. - getDetail() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
More detail for this symbol, e.g the signature of a function.
- getDetail() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
More detail for this item, e.g.
- getDiagnostic() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the diagnostic pull model.
- getDiagnosticProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server has support for pull model diagnostics.
- getDiagnostics() - Method in class org.eclipse.lsp4j.CodeAction
-
The diagnostics that this code action resolves.
- getDiagnostics() - Method in class org.eclipse.lsp4j.CodeActionContext
-
An array of diagnostics.
- getDiagnostics() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
An array of diagnostic information items.
- getDiagnostics() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to diagnostics.
- getDidChangeConfiguration() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeConfiguration` notification.
- getDidChangeWatchedFiles() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
- getDidClose() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
-
Additional closed cell text documents.
- getDidCreate() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didCreateFiles notifications.
- getDidCreate() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didCreateFiles notifications.
- getDidDelete() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didDeleteFiles file notifications.
- getDidDelete() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didDeleteFiles notifications.
- getDidOpen() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
-
Additional opened cell text documents.
- getDidRename() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didRenameFiles notifications.
- getDidRename() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didRenameFiles notifications.
- getDidSave() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports did save notifications.
- getDisabled() - Method in class org.eclipse.lsp4j.CodeAction
-
Marks that the code action cannot currently be applied.
- getDisabledSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the
CodeAction.disabledproperty. - getDocument() - Method in class org.eclipse.lsp4j.NotebookCell
-
The URI of the cell's text document content.
- getDocument() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- 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
-
Depending on the client capability
WorkspaceEditCapabilities.resourceOperationsdocument changes are either an array ofTextDocumentEdits to express changes to n different text documents where each text document edit addresses a specific version of a text document. - getDocumentChanges() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The client supports versioned document changes in
WorkspaceEdits - 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.TextDocumentRegistrationOptions
-
A document selector to identify the scope of the registration.
- getDocumentSymbol() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/documentSymbol - getDocumentSymbolProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document symbol support.
- getDynamicRegistration() - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
-
Supports dynamic registration.
- getEdit() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
The edits to apply.
- getEdit() - Method in class org.eclipse.lsp4j.CodeAction
-
The workspace edit this code action performs.
- getEditRange() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default edit range
- getEdits() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
The semantic token edits to transform a previous result into a new result.
- getEdits() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
- getEdits() - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The edits to be applied
- getEnd() - Method in class org.eclipse.lsp4j.Range
-
The range's end position
- getEndCharacter() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset before the folded range ends.
- getEndLine() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number where the folded range ends.
- getEngine() - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
-
The engine's name.
- getEvent() - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
-
The actual workspace folder change event.
- getExecuteCommand() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/executeCommand` request.
- getExecuteCommandProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides execute command support.
- getExecutionOrder() - Method in class org.eclipse.lsp4j.ExecutionSummary
-
A strict monotonically increasing value indicating the execution order of a cell inside a notebook.
- getExecutionSummary() - Method in class org.eclipse.lsp4j.NotebookCell
-
Additional execution summary information if supported by the client.
- getExecutionSummarySupport() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncClientCapabilities
-
The client supports sending execution summary data per cell.
- getExperimental() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Experimental client capabilities.
- getExperimental() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Experimental server capabilities.
- getExpression() - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
-
If specified the name of the variable to look up.
- getExternal() - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
Indicates to show the resource in an external program.
- getFailedChange() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
Depending on the client's failure handling strategy `failedChange` might contain the index of the change that failed.
- getFailureHandling() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The failure handling strategy of a client if applying the workspace edit fails.
- getFailureReason() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
An optional textual description for why the edit was not applied.
- getFileOperations() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for file requests/notifications.
- getFileOperations() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server is interested in file notifications/requests.
- getFiles() - Method in class org.eclipse.lsp4j.CreateFilesParams
-
An array of all files/folders created in this operation.
- getFiles() - Method in class org.eclipse.lsp4j.DeleteFilesParams
-
An array of all files/folders deleted in this operation.
- getFiles() - Method in class org.eclipse.lsp4j.RenameFilesParams
-
An array of all files/folders renamed in this operation.
- getFilters() - Method in class org.eclipse.lsp4j.FileOperationOptions
-
The actual filters.
- getFilterText() - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when filtering a set of completion items.
- getFirstTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
A character on which formatting should be triggered, like `}`.
- getFirstTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
A character on which formatting should be triggered, like `}`.
- getFoldingRange() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
Specific options for the folding range.
- getFoldingRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to
textDocument/foldingRangerequests. - getFoldingRangeKind() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
Specific options for the folding range kind.
- getFoldingRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides folding provider support.
- getFormats() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The formats the client supports.
- getFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/formatting - getFrameId() - Method in class org.eclipse.lsp4j.InlineValueContext
-
The stack frame (as a DAP Id) where the execution has stopped.
- getFrom() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The item that makes the call.
- getFromRanges() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The range at which at which the calls appears.
- getFromRanges() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The range at which this item is called.
- getFull() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/full` request if the server provides a corresponding handler.
- getFull() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a full document.
- getGeneral() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
General client capabilities.
- getGlob() - Method in class org.eclipse.lsp4j.FileOperationPattern
-
The glob pattern to match.
- getGlobPattern() - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The glob pattern to watch.
- getGreen() - Method in class org.eclipse.lsp4j.Color
-
The green component of this color in the range [0-1].
- getGroupsOnLabel() - Method in class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
-
Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.
- getHierarchicalDocumentSymbolSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client support hierarchical document symbols.
- getHonorsChangeAnnotations() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client honors the change annotations in text edits and resource operations returned via the
CodeAction.editproperty by for example presenting the workspace edit in the user interface and asking for confirmation. - getHonorsChangeAnnotations() - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Whether the client honors the change annotations in text edits and resource operations returned via the rename request's workspace edit by for example presenting the workspace edit in the user interface and asking for confirmation.
- getHover() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/hover - getHoverProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides hover support.
- getHref() - Method in class org.eclipse.lsp4j.DiagnosticCodeDescription
-
A URI to open with more information about the diagnostic error.
- getId() - Method in class org.eclipse.lsp4j.CallHierarchyRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.ColorProviderOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.DeclarationRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.ImplementationRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.InlineValueRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.Registration
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.TypeHierarchyRegistrationOptions
-
The id used to register the request.
- getId() - Method in class org.eclipse.lsp4j.Unregistration
-
The id used to unregister the request or notification.
- getIdentifier() - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
An optional identifier under which the diagnostics are managed by the client.
- getIdentifier() - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
-
The additional identifier provided during registration.
- getIdentifier() - Method in class org.eclipse.lsp4j.Moniker
-
The identifier of the moniker.
- getIdentifier() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
-
The additional identifier provided during registration.
- getIgnoreCase() - Method in class org.eclipse.lsp4j.FileOperationPatternOptions
-
The pattern should be matched ignoring casing.
- getIgnoreIfExists() - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Ignore if exists.
- getIgnoreIfExists() - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Ignores if target exists.
- getIgnoreIfNotExists() - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Ignore the operation if the file doesn't exist.
- getImplementation() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/implementation - getImplementationProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Implementation support.
- getIncludeText() - Method in class org.eclipse.lsp4j.SaveOptions
-
The client is supposed to include the content on save.
- getIncludeText() - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
-
The client is supposed to include the content on save.
- getInitializationOptions() - Method in class org.eclipse.lsp4j.InitializeParams
-
User provided initialization options.
- getInlayHint() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/inlayHintrequest. - getInlayHint() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to inlay hints.
- getInlayHintProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides inlay hints.
- getInlineValue() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Client capabilities specific to inline values.
- getInlineValue() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to inline values.
- getInlineValueEvaluatableExpression() - Method in class org.eclipse.lsp4j.InlineValue
- getInlineValueProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides inline values.
- getInlineValueText() - Method in class org.eclipse.lsp4j.InlineValue
- getInlineValueVariableLookup() - Method in class org.eclipse.lsp4j.InlineValue
- getInsert() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the insert is requested
- getInsert() - Method in class org.eclipse.lsp4j.InsertReplaceRange
-
The range if the insert is requested
- getInsertReplaceSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client support insert replace edit to control different behavior if a completion item is inserted in the text or should replace text.
- getInsertText() - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be inserted a document when selecting this completion.
- getInsertTextFormat() - Method in class org.eclipse.lsp4j.CompletionItem
-
The format of the insert text.
- getInsertTextFormat() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default insert text format
- getInsertTextMode() - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client's default when the completion item doesn't provide a
CompletionItem.insertTextModeproperty. - getInsertTextMode() - Method in class org.eclipse.lsp4j.CompletionItem
-
How whitespace and indentation is handled during completion item insertion.
- getInsertTextMode() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default insert text mode
- getInsertTextModeSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
The client supports the
CompletionItem.insertTextModeproperty on a completion item to override the whitespace handling mode as defined by the client. - getIsPreferred() - Method in class org.eclipse.lsp4j.CodeAction
-
Marks this as a preferred action.
- getIsPreferredSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the
CodeAction.isPreferredproperty. - getItem() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
- getItem() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
- getItem() - Method in class org.eclipse.lsp4j.TypeHierarchySubtypesParams
-
Representation of an item that carries type information.
- getItem() - Method in class org.eclipse.lsp4j.TypeHierarchySupertypesParams
-
Representation of an item that carries type information.
- getItemDefaults() - Method in class org.eclipse.lsp4j.CompletionList
-
In many cases the items of an actual completion result share the same value for properties like
CompletionItem.commitCharactersor the range of a text edit. - getItemDefaults() - Method in class org.eclipse.lsp4j.CompletionListCapabilities
-
The client supports the following itemDefaults on a completion list.
- getItems() - Method in class org.eclipse.lsp4j.CompletionList
-
The completion items.
- getItems() - Method in class org.eclipse.lsp4j.ConfigurationParams
- getItems() - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
The actual items.
- getItems() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReport
- getItems() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
- getKind() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The kind of this item.
- getKind() - Method in class org.eclipse.lsp4j.CodeAction
-
The kind of the code action.
- getKind() - Method in class org.eclipse.lsp4j.CompletionItem
-
The kind of this completion item.
- getKind() - Method in class org.eclipse.lsp4j.DocumentHighlight
-
The highlight kind, default is
DocumentHighlightKind.Text. - 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
FoldingRangeKind.CommentorFoldingRangeKind.Region. - getKind() - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
A full document diagnostic report.
- getKind() - Method in class org.eclipse.lsp4j.InlayHint
-
The kind of this hint.
- getKind() - Method in class org.eclipse.lsp4j.MarkupContent
-
The type of the Markup.
- getKind() - Method in class org.eclipse.lsp4j.Moniker
-
The moniker kind if known.
- getKind() - Method in class org.eclipse.lsp4j.NotebookCell
-
The cell's kind
- getKind() - Method in class org.eclipse.lsp4j.ResourceOperation
-
The kind of resource operation.
- getKind() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- getKind() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The kind of this item.
- getKind() - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
-
A document diagnostic report indicating no changes to the last result.
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Always return begin
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
-
Always return end
- getKind() - Method in interface org.eclipse.lsp4j.WorkDoneProgressNotification
- getKind() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Always return report
- getKind() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The kind of this symbol.
- getLabel() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
An optional label of the workspace edit.
- getLabel() - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A human-readable string describing the actual change.
- getLabel() - Method in class org.eclipse.lsp4j.ColorPresentation
-
The label of this color presentation.
- getLabel() - Method in class org.eclipse.lsp4j.CompletionItem
-
The label of this completion item.
- getLabel() - Method in class org.eclipse.lsp4j.DocumentSymbolOptions
-
A human-readable string that is shown when multiple outlines trees are shown for the same document.
- getLabel() - Method in class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
-
A human-readable string that is shown when multiple outlines trees are shown for the same document.
- getLabel() - Method in class org.eclipse.lsp4j.InlayHint
-
The label of this hint.
- getLabel() - Method in class org.eclipse.lsp4j.ParameterInformation
-
The label of this parameter information.
- getLabel() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The label of this signature.
- getLabelDetails() - Method in class org.eclipse.lsp4j.CompletionItem
-
Additional details for the label
- getLabelDetailsSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
The client has support for completion item label details (see also
CompletionItemLabelDetails). - getLabelDetailsSupport() - Method in class org.eclipse.lsp4j.CompletionItemOptions
-
The server has support for completion item label details (see also
CompletionItemLabelDetails) when receiving a completion item in a resolve call. - getLabelOffsetSupport() - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
-
The client supports processing label offsets instead of a simple label string.
- getLabelSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports an additional label presented in the UI when registering a document symbol provider.
- getLanguage() - Method in class org.eclipse.lsp4j.DocumentFilter
-
A language id, like `typescript`.
- getLanguage() - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- getLanguage() - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
-
A language id like `python`.
- getLanguage() - Method in class org.eclipse.lsp4j.NotebookSelectorCell
-
The cells of the matching notebook to be synced.
- getLanguageId() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's language identifier
- getLegend() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The legend used by the server
- getLine() - Method in class org.eclipse.lsp4j.Position
-
Line position in a document (zero-based).
- getLineFoldingOnly() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
If set, the client signals that it only supports folding complete lines.
- getLinkedEditingRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/linkedEditingRangerequest. - getLinkedEditingRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides linked editing range support.
- getLinkSupport() - Method in class org.eclipse.lsp4j.DeclarationCapabilities
-
The client supports additional metadata in the form of declaration links.
- getLinkSupport() - Method in class org.eclipse.lsp4j.DefinitionCapabilities
-
The client supports additional metadata in the form of definition links.
- getLinkSupport() - Method in class org.eclipse.lsp4j.ImplementationCapabilities
-
The client supports additional metadata in the form of definition links.
- getLinkSupport() - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
-
The client supports additional metadata in the form of definition links.
- getLocale() - Method in class org.eclipse.lsp4j.InitializeParams
-
The locale the client is currently showing the user interface in.
- getLocation() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The location of this related diagnostic information.
- getLocation() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
An optional source code location that represents this label part.
- getLocation() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- getLocation() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The location of this symbol.
- getMarkdown() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capabilities specific to the client's markdown parser.
- getMatches() - Method in class org.eclipse.lsp4j.FileOperationPattern
-
Whether to match files or folders with this pattern.
- getMessage() - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's message.
- getMessage() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The message of this related diagnostic information.
- getMessage() - Method in class org.eclipse.lsp4j.LogTraceParams
-
The message to be logged.
- getMessage() - Method in class org.eclipse.lsp4j.MessageParams
-
The actual message.
- getMessage() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional, more detailed associated progress message.
- getMessage() - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
-
Optional, a final message indicating to for example indicate the outcome of the operation.
- getMessage() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional, more detailed associated progress message.
- getMessageActionItem() - Method in class org.eclipse.lsp4j.WindowShowMessageRequestCapabilities
-
Capabilities specific to the
MessageActionItemtype. - getMetadata() - Method in class org.eclipse.lsp4j.NotebookCell
-
Additional metadata stored with the cell.
- getMetadata() - Method in class org.eclipse.lsp4j.NotebookDocument
-
Additional metadata stored with the notebook document.
- getMetadata() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEvent
-
The changed meta data if any.
- getMethod() - Method in class org.eclipse.lsp4j.Registration
-
The method / capability to register for.
- getMethod() - Method in class org.eclipse.lsp4j.Unregistration
-
The method / capability to unregister for.
- getMoniker() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/monikerrequest. - getMonikerProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Whether server provides moniker support.
- getMoreTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
More trigger characters.
- getMoreTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
More trigger characters.
- getMultilineTokenSupport() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client supports tokens that can span multiple lines.
- getName() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The name of the item targeted by the call hierarchy request.
- getName() - Method in class org.eclipse.lsp4j.ClientInfo
-
The name of the client as defined by the client.
- getName() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The name of this symbol.
- getName() - Method in class org.eclipse.lsp4j.ServerInfo
-
The name of the server as defined by the server.
- getName() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- getName() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The name of this item.
- getName() - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The name of the workspace folder.
- getName() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The name of this symbol.
- getNeedsConfirmation() - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A flag which indicates that user confirmation is needed before applying the change.
- getNewName() - Method in class org.eclipse.lsp4j.RenameParams
-
The new name of the symbol.
- getNewText() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The string to be inserted.
- getNewText() - Method in class org.eclipse.lsp4j.TextEdit
-
The string to be inserted.
- getNewUri() - Method in class org.eclipse.lsp4j.FileRename
-
A file:// URI for the new location of the file/folder being renamed.
- getNewUri() - Method in class org.eclipse.lsp4j.RenameFile
-
The new location.
- getNormalizesLineEndings() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Whether the client normalizes line endings to the client specific setting.
- getNotebook() - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
-
A filter that matches against the notebook containing the notebook cell.
- getNotebook() - Method in class org.eclipse.lsp4j.NotebookSelector
-
The notebook to be synced.
- getNotebookDocument() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Capabilities specific to the notebook document support.
- getNotebookDocument() - Method in class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
-
The notebook document that did change.
- getNotebookDocument() - Method in class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
-
The notebook document that got closed.
- getNotebookDocument() - Method in class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
-
The notebook document that got opened.
- getNotebookDocument() - Method in class org.eclipse.lsp4j.DidSaveNotebookDocumentParams
-
The notebook document that got saved.
- getNotebookDocumentService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
Provides access to the notebookDocument services.
- getNotebookDocumentSync() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Defines how notebook documents are synced.
- getNotebookSelector() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncOptions
-
The notebooks to be synced
- getNotebookSelector() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
-
The notebooks to be synced
- getNotebookType() - Method in class org.eclipse.lsp4j.NotebookDocument
-
The type of the notebook.
- getNotebookType() - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
-
The type of the enclosing notebook.
- getNumber(String) - Method in class org.eclipse.lsp4j.FormattingOptions
- getOldUri() - Method in class org.eclipse.lsp4j.FileRename
-
A file:// URI for the original location of the file/folder being renamed.
- getOldUri() - Method in class org.eclipse.lsp4j.RenameFile
-
The old (existing) location.
- getOnly() - Method in class org.eclipse.lsp4j.CodeActionContext
-
Requested kind of actions to return.
- getOnTypeFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/onTypeFormatting - getOpenClose() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Open and close notifications are sent to the server.
- getOptions() - Method in class org.eclipse.lsp4j.CreateFile
-
Additional options
- getOptions() - Method in class org.eclipse.lsp4j.DeleteFile
-
Delete options.
- getOptions() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The format options
- getOptions() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The format options
- getOptions() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The format options
- getOptions() - Method in class org.eclipse.lsp4j.FileOperationPattern
-
Additional options used during matching.
- getOptions() - Method in class org.eclipse.lsp4j.RenameFile
-
Rename options.
- getOriginSelectionRange() - Method in class org.eclipse.lsp4j.LocationLink
-
Span of the origin of this link.
- getOverlappingTokenSupport() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client supports tokens that can overlap each other.
- getOverwrite() - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Overwrite existing file.
- getOverwrite() - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Overwrite target if existing.
- getPaddingLeft() - Method in class org.eclipse.lsp4j.InlayHint
-
Render padding before the hint.
- getPaddingRight() - Method in class org.eclipse.lsp4j.InlayHint
-
Render padding after the hint.
- getParameterInformation() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
Client capabilities specific to parameter information.
- getParameters() - Method in class org.eclipse.lsp4j.SignatureInformation
-
The parameters of this signature.
- getParent() - Method in class org.eclipse.lsp4j.SelectionRange
-
The parent selection range containing this range.
- getParser() - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
The name of the parser.
- getPartialResultToken() - Method in interface org.eclipse.lsp4j.PartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- getPartialResultToken() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- getPartialResultToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- getPattern() - Method in class org.eclipse.lsp4j.DocumentFilter
-
A glob pattern, like `*.{ts,js}`.
- getPattern() - Method in class org.eclipse.lsp4j.FileOperationFilter
-
The actual file operation pattern.
- getPattern() - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
-
A glob pattern.
- getPattern() - Method in class org.eclipse.lsp4j.RelativePattern
-
The actual glob pattern.
- getPercentage() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional progress percentage to display (value 100 is considered 100%).
- getPercentage() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional progress percentage to display (value 100 is considered 100%).
- getPlaceholder() - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
A placeholder text of the string content to be renamed.
- getPosition() - Method in class org.eclipse.lsp4j.InlayHint
-
The position of this hint.
- getPosition() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The position inside the text document.
- getPositionEncoding() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The position encoding the server picked from the encodings offered by the client via the client capability
GeneralClientCapabilities.positionEncodings. - getPositionEncodings() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
The position encodings supported by the client.
- getPositions() - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The positions inside the text document.
- getPrepareProvider() - Method in class org.eclipse.lsp4j.RenameOptions
-
Renames should be checked and tested before being executed.
- getPrepareSupport() - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports testing for validity of rename operations before execution.
- getPrepareSupportDefaultBehavior() - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports the default behavior result (
{ defaultBehavior: boolean }). - getPreselect() - Method in class org.eclipse.lsp4j.CompletionItem
-
Select this item when showing.
- getPreselectSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the preselect property on a completion item.
- getPreviousResultId() - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
-
The result id of a previous response if provided.
- getPreviousResultId() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The result id of a previous response.
- getPreviousResultIds() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
-
The currently known diagnostic reports with their previous result ids.
- getProcessId() - Method in class org.eclipse.lsp4j.InitializeParams
-
The process Id of the parent process that started the server.
- getProperties() - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getProperties() - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getProperties() - Method in class org.eclipse.lsp4j.FormattingOptions
-
Deprecated.See https://github.com/eclipse-lsp4j/lsp4j/issues/99
- getProperties() - Method in class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getProperties() - Method in class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- getPublishDiagnostics() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to
textDocument/publishDiagnostics. - getQuery() - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
-
A query string to filter symbols by.
- getRange() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.
- getRange() - Method in class org.eclipse.lsp4j.CodeActionParams
-
The range for which the command was invoked.
- getRange() - Method in class org.eclipse.lsp4j.CodeLens
-
The range in which this code lens is valid.
- getRange() - Method in class org.eclipse.lsp4j.ColorInformation
-
The range in the document where this color appears.
- getRange() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The range where the color would be inserted.
- getRange() - Method in class org.eclipse.lsp4j.Diagnostic
-
The range at which the message applies
- getRange() - Method in class org.eclipse.lsp4j.DocumentHighlight
-
The range this highlight applies to.
- getRange() - Method in class org.eclipse.lsp4j.DocumentLink
-
The range this link applies to.
- getRange() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The range to format
- getRange() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.
- getRange() - Method in class org.eclipse.lsp4j.Hover
-
An optional range
- getRange() - Method in class org.eclipse.lsp4j.InlayHintParams
-
The visible document range for which inlay hints should be computed.
- getRange() - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
-
The document range for which the inline value applies.
- getRange() - Method in class org.eclipse.lsp4j.InlineValueParams
-
The visible document range for which inlay hints should be computed.
- getRange() - Method in class org.eclipse.lsp4j.InlineValueText
-
The document range for which the inline value applies.
- getRange() - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
The document range for which the inline value applies.
- getRange() - Method in class org.eclipse.lsp4j.Location
- getRange() - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
The range of the string to rename
- getRange() - Method in class org.eclipse.lsp4j.SelectionRange
-
The range of this selection range.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
The client will send the `textDocument/semanticTokens/range` request if the server provides a corresponding handler.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The range the semantic tokens are requested for.
- getRange() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a specific range of a document.
- getRange() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The range of the document that changed.
- getRange() - Method in class org.eclipse.lsp4j.TextEdit
-
The range of the text document to be manipulated.
- getRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g.
- getRangeFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/rangeFormatting - getRangeLength() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
Deprecated.Use
TextDocumentContentChangeEvent.rangeinstead. - getRangeLimit() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
The maximum number of folding ranges that the client prefers to receive per document.
- getRanges() - Method in class org.eclipse.lsp4j.LinkedEditingRanges
-
A list of ranges that can be renamed together.
- getReason() - Method in class org.eclipse.lsp4j.CodeActionDisabled
-
Human readable description of why the code action is currently disabled.
- getReason() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
-
A reason why a text document is saved.
- getRecursive() - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Delete the content recursively if a folder is denoted.
- getRed() - Method in class org.eclipse.lsp4j.Color
-
The red component of this color in the range [0-1].
- getReferences() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/references - getReferencesProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides find references support.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.DiagnosticWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- getRefreshSupport() - Method in class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- getRegisterOptions() - Method in class org.eclipse.lsp4j.Registration
-
Options necessary for the registration.
- getRegistrations() - Method in class org.eclipse.lsp4j.RegistrationParams
- getRegularExpressions() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capabilities specific to regular expressions.
- getRelatedDocuments() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
- getRelatedDocuments() - Method in class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
-
Diagnostics of related documents.
- getRelatedDocuments() - Method in class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
-
Diagnostics of related documents.
- getRelatedDocumentSupport() - Method in class org.eclipse.lsp4j.DiagnosticCapabilities
-
Whether the clients supports related documents for document diagnostic pulls.
- getRelatedFullDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
- getRelatedInformation() - Method in class org.eclipse.lsp4j.Diagnostic
-
An array of related diagnostic information, e.g.
- getRelatedInformation() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client accepts diagnostics with related information.
- getRelatedUnchangedDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
- getRelativePatternSupport() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
-
Whether the client has support for relative patterns or not.
- getRemoved() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of the removed workspace folders
- getRename() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/rename - getRenameProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides rename support.
- getReplace() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the replace is requested.
- getReplace() - Method in class org.eclipse.lsp4j.InsertReplaceRange
-
The range if the replace is requested.
- getRequests() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Which requests the client supports and might send to the server.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeActionOptions
-
The server provides support to resolve additional information for a code action.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
-
The server provides support to resolve additional information for a code action.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeLensOptions
-
Code lens has a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
-
Code lens has a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server provides support to resolve additional information for a completion item.
- getResolveProvider() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server provides support to resolve additional information for a completion item.
- getResolveProvider() - Method in class org.eclipse.lsp4j.DocumentLinkOptions
-
Document links have a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
-
Document links have a resolve provider as well.
- getResolveProvider() - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
-
The server provides support to resolve additional information for an inlay hint item.
- getResolveProvider() - Method in class org.eclipse.lsp4j.WorkspaceSymbolOptions
-
The server provides support to resolve additional information for a workspace symbol.
- getResolveSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client supports resolving additional code action properties via a separate `codeAction/resolve` request.
- getResolveSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Indicates which properties a client can resolve lazily on a completion item.
- getResolveSupport() - Method in class org.eclipse.lsp4j.InlayHintCapabilities
-
Indicates which properties a client can resolve lazily on a inlay hint.
- getResolveSupport() - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
The client supports partial workspace symbols.
- getResourceOperations() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The resource operations the client supports.
- getResultId() - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
An optional result id.
- getResultId() - Method in class org.eclipse.lsp4j.SemanticTokens
-
An optional result id.
- getResultId() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
- getResultId() - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
-
A result id which will be sent on the next diagnostic request for the same document.
- getRetriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
List of characters that re-trigger signature help.
- getRetriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
List of characters that re-trigger signature help.
- getRetryOnContentModified() - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
-
The list of requests for which the client will retry the request if it receives a response with error code
ContentModified - getRootPath() - Method in class org.eclipse.lsp4j.InitializeParams
-
Deprecated.Use
InitializeParams.workspaceFoldersinstead. - getRootUri() - Method in class org.eclipse.lsp4j.InitializeParams
-
Deprecated.Use
InitializeParams.workspaceFoldersinstead. - getSave() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncOptions
-
Whether save notification should be forwarded to the server.
- getSave() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
-
Whether save notification should be forwarded to the server.
- getSave() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Save notifications are sent to the server.
- getScheme() - Method in class org.eclipse.lsp4j.DocumentFilter
-
A uri scheme, like `file` or `untitled`.
- getScheme() - Method in class org.eclipse.lsp4j.FileOperationFilter
-
A Uri like
fileoruntitled. - getScheme() - Method in class org.eclipse.lsp4j.Moniker
-
The scheme of the moniker.
- getScheme() - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
-
A Uri scheme, like `file` or `untitled`.
- getScopeUri() - Method in class org.eclipse.lsp4j.ConfigurationItem
-
The scope to get the configuration section for.
- getSection() - Method in class org.eclipse.lsp4j.ConfigurationItem
-
The configuration section asked for.
- getSelection() - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
An optional selection range if the document is a text document.
- getSelectionRange() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- getSelectionRange() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- getSelectionRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/selectionRange` requests
- getSelectionRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range that should be selected and revealed when this symbol is being picked, e.g.
- getSelectionRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides selection range support.
- getSemanticTokens() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to
textDocument/semanticTokens. - getSemanticTokens() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the semantic token requests scoped to the workspace.
- getSemanticTokensProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides semantic tokens support.
- getServerCancelSupport() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client allows the server to actively cancel a semantic token request, e.g.
- getServerInfo() - Method in class org.eclipse.lsp4j.InitializeResult
-
Information about the server.
- getSettings() - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
-
The actual changed settings.
- getSeverity() - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's severity.
- getShowDocument() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Client capabilities for the show document request.
- getShowMessage() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Capabilities specific to the showMessage request
- getSignatureHelp() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/signatureHelp - getSignatureHelpProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides signature help support.
- getSignatureInformation() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
The client supports the following
SignatureInformationspecific 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.
- getStaleRequestSupport() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capability that signals how the client handles stale requests (e.g.
- getStart() - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
-
The start offset of the cell that changed.
- getStart() - Method in class org.eclipse.lsp4j.Range
-
The range's start position
- getStart() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The start offset of the edit.
- getStartCharacter() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset from where the folded range starts.
- getStartLine() - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number from where the folded range starts.
- getStoppedLocation() - Method in class org.eclipse.lsp4j.InlineValueContext
-
The document range where execution has stopped.
- getString(String) - Method in class org.eclipse.lsp4j.FormattingOptions
- getStructure() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
-
Changes to the cell structure to add or remove cells.
- getSuccess() - Method in class org.eclipse.lsp4j.ExecutionSummary
-
Whether the execution was successful or not if known by the client.
- 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
SymbolKindin theworkspace/symbolrequest. - getSynchronization() - Method in class org.eclipse.lsp4j.NotebookDocumentClientCapabilities
-
Capabilities specific to notebook document synchronization
- getSynchronization() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
- getSyncKind() - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
-
How documents are synced to the server.
- getTabSize() - Method in class org.eclipse.lsp4j.FormattingOptions
-
Size of a tab in spaces.
- getTags() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
Tags for this item.
- getTags() - Method in class org.eclipse.lsp4j.CompletionItem
-
Tags for this completion item.
- getTags() - Method in class org.eclipse.lsp4j.Diagnostic
-
Additional metadata about the diagnostic.
- getTags() - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Tags for this document symbol.
- getTags() - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- getTags() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
Tags for this item.
- getTags() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
Tags for this completion item.
- getTagSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the tag property on a completion item.
- getTagSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
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
SymbolInformationandWorkspaceSymbol. - getTakeFocus() - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
An optional property to indicate whether the editor showing the document should take focus or not.
- getTarget() - Method in class org.eclipse.lsp4j.DocumentLink
-
The uri this link points to.
- getTargetRange() - Method in class org.eclipse.lsp4j.LocationLink
-
The full target range of this link.
- getTargetSelectionRange() - Method in class org.eclipse.lsp4j.LocationLink
-
The range that should be selected and revealed when this link is being followed, e.g the name of a function.
- getTargetUri() - Method in class org.eclipse.lsp4j.LocationLink
-
The target resource identifier of this link.
- getText() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
Optional the content when saved.
- getText() - Method in class org.eclipse.lsp4j.InlineValueText
-
The text of the inline value.
- getText() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The new text of the range/document.
- getText() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The content of the opened text document.
- getTextContent() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
-
Changes to the text content of notebook cells.
- getTextDocument() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Text document specific client capabilities.
- getTextDocument() - Method in class org.eclipse.lsp4j.CodeActionParams
-
The document in which the command was invoked.
- getTextDocument() - Method in class org.eclipse.lsp4j.CodeLensParams
-
The document to request code lens for.
- getTextDocument() - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The document that did change.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
-
The document that was closed.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
The document that was opened.
- getTextDocument() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
The document that was closed.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentColorParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The document to format.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentLinkParams
-
The document to provide document links for.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The document to format.
- getTextDocument() - Method in class org.eclipse.lsp4j.DocumentSymbolParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.InlayHintParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.InlineValueParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The text document to change.
- getTextDocument() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The text document.
- getTextDocument() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
-
The document that will be saved.
- getTextDocumentService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
Provides access to the textDocument services.
- getTextDocumentSync() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Defines how text documents are synced.
- getTextEdit() - Method in class org.eclipse.lsp4j.ColorPresentation
-
An edit which is applied to a document when selecting this presentation for the color.
- getTextEdit() - Method in class org.eclipse.lsp4j.CompletionItem
-
An edit which is applied to a document when selecting this completion.
- getTextEdits() - Method in class org.eclipse.lsp4j.InlayHint
-
Optional text edits that are performed when accepting this inlay hint.
- getTextEditText() - Method in class org.eclipse.lsp4j.CompletionItem
-
The edit text used if the completion item is part of a CompletionList and CompletionList defines an item default for the text edit range.
- getTitle() - Method in class org.eclipse.lsp4j.CodeAction
-
A short, human-readable, title for this code action.
- getTitle() - Method in class org.eclipse.lsp4j.Command
-
Title of the command, like `save`.
- getTitle() - Method in class org.eclipse.lsp4j.MessageActionItem
-
A short title like 'Retry', 'Open Log' etc.
- getTitle() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Mandatory title of the progress operation.
- getTo() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The item that is called.
- getToken() - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress token provided by the client or server.
- getToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
-
The token to be used to report progress.
- getToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
-
The token to be used to report progress.
- getTokenModifiers() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token modifiers that the client supports.
- getTokenModifiers() - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token modifiers that the client supports.
- getTokenTypes() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token types that the client supports.
- getTokenTypes() - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token types that the client supports.
- getTooltip() - Method in class org.eclipse.lsp4j.DocumentLink
-
The tooltip text when you hover over this link.
- getTooltip() - Method in class org.eclipse.lsp4j.InlayHint
-
The tooltip text when you hover over this item.
- getTooltip() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
The tooltip text when you hover over this label part.
- getTooltipSupport() - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
-
Whether the client supports the
DocumentLink.tooltipproperty. - getTrace() - Method in class org.eclipse.lsp4j.InitializeParams
-
The initial trace setting.
- getTriggerCharacter() - Method in class org.eclipse.lsp4j.CompletionContext
-
The trigger character (a single character) that has trigger code complete.
- getTriggerCharacter() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Character that caused signature help to be triggered.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.CompletionOptions
-
The characters that trigger completion automatically.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
Most tools trigger completion request automatically without explicitly requesting it using a keyboard shortcut (e.g.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
The characters that trigger signature help automatically.
- getTriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
The characters that trigger signature help automatically.
- getTriggerKind() - Method in class org.eclipse.lsp4j.CodeActionContext
-
The reason why code actions were requested.
- getTriggerKind() - Method in class org.eclipse.lsp4j.CompletionContext
-
How the completion was triggered.
- getTriggerKind() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Action that caused signature help to be triggered.
- getType() - Method in class org.eclipse.lsp4j.FileEvent
-
The change type.
- getType() - Method in class org.eclipse.lsp4j.MessageParams
-
The message type.
- getTypeDefinition() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/typeDefinition - getTypeDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Type Definition support.
- getTypeHierarchy() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to
textDocument/prepareTypeHierarchy. - getTypeHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Type Hierarchy support.
- getUnique() - Method in class org.eclipse.lsp4j.Moniker
-
The scope in which the moniker is unique.
- getUnregisterations() - Method in class org.eclipse.lsp4j.UnregistrationParams
- getUri() - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The resource identifier of this item.
- getUri() - Method in class org.eclipse.lsp4j.CreateFile
-
The resource to create.
- getUri() - Method in class org.eclipse.lsp4j.DeleteFile
-
The file to delete.
- getUri() - Method in class org.eclipse.lsp4j.FileCreate
-
A file:// URI for the location of the file/folder being created.
- getUri() - Method in class org.eclipse.lsp4j.FileDelete
-
A file:// URI for the location of the file/folder being deleted.
- getUri() - Method in class org.eclipse.lsp4j.FileEvent
-
The file's uri.
- getUri() - Method in class org.eclipse.lsp4j.Location
- getUri() - Method in class org.eclipse.lsp4j.NotebookDocument
-
The notebook document's URI.
- getUri() - Method in class org.eclipse.lsp4j.NotebookDocumentIdentifier
-
The notebook document's URI.
- getUri() - Method in class org.eclipse.lsp4j.PreviousResultId
-
The URI for which the client knows a result id.
- getUri() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
The URI for which diagnostic information is reported.
- getUri() - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
The document uri to show.
- getUri() - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
-
The text document's uri.
- getUri() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's uri.
- getUri() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The resource identifier of this item.
- getUri() - Method in class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
-
The notebook document's URI.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The associated URI for this workspace folder.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
-
The URI for which diagnostic information is reported.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceSymbolLocation
-
The DocumentUri of this symbol.
- getUri() - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
-
The URI for which diagnostic information is reported.
- getValue() - Method in enum org.eclipse.lsp4j.CodeActionTriggerKind
- getValue() - Method in enum org.eclipse.lsp4j.CompletionItemKind
- getValue() - Method in enum org.eclipse.lsp4j.CompletionItemTag
- getValue() - Method in enum org.eclipse.lsp4j.CompletionTriggerKind
- getValue() - Method in enum org.eclipse.lsp4j.DiagnosticSeverity
- getValue() - Method in enum org.eclipse.lsp4j.DiagnosticTag
- getValue() - Method in enum org.eclipse.lsp4j.DocumentHighlightKind
- getValue() - Method in enum org.eclipse.lsp4j.FileChangeType
- getValue() - Method in enum org.eclipse.lsp4j.InlayHintKind
- getValue() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
The value of this label part.
- getValue() - Method in enum org.eclipse.lsp4j.InsertTextFormat
- getValue() - Method in enum org.eclipse.lsp4j.InsertTextMode
- getValue() - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- getValue() - Method in class org.eclipse.lsp4j.MarkupContent
-
The content itself.
- getValue() - Method in enum org.eclipse.lsp4j.MessageType
- getValue() - Method in enum org.eclipse.lsp4j.NotebookCellKind
- getValue() - Method in enum org.eclipse.lsp4j.PrepareSupportDefaultBehavior
- getValue() - Method in class org.eclipse.lsp4j.PreviousResultId
-
The value of the previous result id.
- getValue() - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress data.
- getValue() - Method in class org.eclipse.lsp4j.SetTraceParams
-
The new value that should be assigned to the trace setting.
- getValue() - Method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
- getValue() - Method in enum org.eclipse.lsp4j.SymbolKind
- getValue() - Method in enum org.eclipse.lsp4j.SymbolTag
- getValue() - Method in enum org.eclipse.lsp4j.TextDocumentSaveReason
- getValueSet() - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
-
The code action kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
- getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
-
The completion item kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
-
The tags supported by the client.
- getValueSet() - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
-
The tags supported by the client.
- getValueSet() - Method in class org.eclipse.lsp4j.FoldingRangeKindSupportCapabilities
-
The folding range kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
-
The symbol kind values the client supports.
- getValueSet() - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
-
The tags supported by the client.
- getVariableName() - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
If specified the name of the variable to look up.
- getVerbose() - Method in class org.eclipse.lsp4j.LogTraceParams
-
Additional information that can be computed if the
traceconfiguration is set toTraceValue.Verbose - getVersion() - Method in class org.eclipse.lsp4j.ClientInfo
-
The client's version as defined by the client.
- getVersion() - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
The version of the parser.
- getVersion() - Method in class org.eclipse.lsp4j.NotebookDocument
-
The version number of this document (it will increase after each change, including undo/redo).
- getVersion() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
Optional the version number of the document the diagnostics are published for.
- getVersion() - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
-
The engine's version.
- getVersion() - Method in class org.eclipse.lsp4j.ServerInfo
-
The server's version as defined by the server.
- getVersion() - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The version number of this document (it will strictly increase after each change, including undo/redo).
- getVersion() - Method in class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
-
The version number of this notebook document.
- getVersion() - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
-
The version number of this document.
- getVersion() - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
-
The version number for which the diagnostics are reported.
- getVersion() - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
-
The version number for which the diagnostics are reported.
- getVersionSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client interprets the version property of the `textDocument/publishDiagnostics` notification's parameter.
- getWatchers() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
-
The watchers to register.
- getWillCreate() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willCreateFiles requests.
- getWillCreate() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willCreateFiles requests.
- getWillDelete() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willDeleteFiles file requests.
- getWillDelete() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willDeleteFiles requests.
- getWillRename() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willRenameFiles requests.
- getWillRename() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willRenameFiles requests.
- getWillSave() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports sending will save notifications.
- getWillSave() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Will save notifications are sent to the server.
- getWillSaveWaitUntil() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.
- getWillSaveWaitUntil() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Will save wait until requests are sent to the server.
- getWindow() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Window specific client capabilities.
- getWordPattern() - Method in class org.eclipse.lsp4j.LinkedEditingRanges
-
An optional word pattern (regular expression) that describes valid contents for the given ranges.
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
- getWorkDoneProgress() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Whether client supports handling progress notifications.
- getWorkDoneProgress() - Method in interface org.eclipse.lsp4j.WorkDoneProgressOptions
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.InitializeParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.InlayHintParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.InlineValueParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report work done progress.
- getWorkDoneToken() - Method in interface org.eclipse.lsp4j.WorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- getWorkspace() - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Workspace specific client capabilities.
- getWorkspace() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Workspace specific server capabilities
- getWorkspaceEdit() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to
WorkspaceEdits - getWorkspaceFolders() - Method in class org.eclipse.lsp4j.InitializeParams
-
The workspace folders configured in the client when the server starts.
- getWorkspaceFolders() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for workspace folders.
- getWorkspaceFolders() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server supports workspace folder.
- getWorkspaceFullDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
- getWorkspaceService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
Provides access to the workspace services.
- getWorkspaceSymbolProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides workspace symbol support.
- getWorkspaceUnchangedDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
- Global - Static variable in class org.eclipse.lsp4j.UniquenessLevel
-
The moniker is globally unique
- Group - Static variable in class org.eclipse.lsp4j.UniquenessLevel
-
The moniker is unique inside the group to which a project belongs
H
- hashCode() - Method in class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
- hashCode() - Method in class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
- hashCode() - Method in class org.eclipse.lsp4j.AnnotatedTextEdit
- hashCode() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
- hashCode() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyItem
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyOptions
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyPrepareParams
- hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.ChangeAnnotation
- hashCode() - Method in class org.eclipse.lsp4j.ClientCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ClientInfo
- hashCode() - Method in class org.eclipse.lsp4j.CodeAction
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionContext
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionDisabled
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionOptions
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionParams
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CodeLens
- hashCode() - Method in class org.eclipse.lsp4j.CodeLensCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CodeLensOptions
- hashCode() - Method in class org.eclipse.lsp4j.CodeLensParams
- hashCode() - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.Color
- hashCode() - Method in class org.eclipse.lsp4j.ColorInformation
- hashCode() - Method in class org.eclipse.lsp4j.ColorPresentation
- hashCode() - Method in class org.eclipse.lsp4j.ColorPresentationParams
- hashCode() - Method in class org.eclipse.lsp4j.ColorProviderCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ColorProviderOptions
- hashCode() - Method in class org.eclipse.lsp4j.Command
- hashCode() - Method in class org.eclipse.lsp4j.CompletionCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CompletionContext
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItem
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItemOptions
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CompletionList
- hashCode() - Method in class org.eclipse.lsp4j.CompletionListCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.CompletionOptions
- hashCode() - Method in class org.eclipse.lsp4j.CompletionParams
- hashCode() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.ConfigurationItem
- hashCode() - Method in class org.eclipse.lsp4j.ConfigurationParams
- hashCode() - Method in class org.eclipse.lsp4j.CreateFile
- hashCode() - Method in class org.eclipse.lsp4j.CreateFileOptions
- hashCode() - Method in class org.eclipse.lsp4j.CreateFilesParams
- hashCode() - Method in class org.eclipse.lsp4j.DeclarationCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DeclarationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DeclarationParams
- hashCode() - Method in class org.eclipse.lsp4j.DeclarationRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DefinitionCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DefinitionOptions
- hashCode() - Method in class org.eclipse.lsp4j.DefinitionParams
- hashCode() - Method in class org.eclipse.lsp4j.DefinitionRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DeleteFile
- hashCode() - Method in class org.eclipse.lsp4j.DeleteFileOptions
- hashCode() - Method in class org.eclipse.lsp4j.DeleteFilesParams
- hashCode() - Method in class org.eclipse.lsp4j.Diagnostic
- hashCode() - Method in class org.eclipse.lsp4j.DiagnosticCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DiagnosticCodeDescription
- hashCode() - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
- hashCode() - Method in class org.eclipse.lsp4j.DiagnosticServerCancellationData
- hashCode() - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
- hashCode() - Method in class org.eclipse.lsp4j.DiagnosticWorkspaceCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
- hashCode() - Method in class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
- hashCode() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
- hashCode() - Method in class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.DidSaveNotebookDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentColorParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
- hashCode() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
- hashCode() - Method in class org.eclipse.lsp4j.DocumentFilter
- hashCode() - Method in class org.eclipse.lsp4j.DocumentFormattingOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentFormattingRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentHighlight
- hashCode() - Method in class org.eclipse.lsp4j.DocumentHighlightCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DocumentHighlightOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentHighlightParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentHighlightRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentLink
- hashCode() - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DocumentLinkOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentLinkParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentSymbol
- hashCode() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.DocumentSymbolOptions
- hashCode() - Method in class org.eclipse.lsp4j.DocumentSymbolParams
- hashCode() - Method in class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ExecuteCommandCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
- hashCode() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
- hashCode() - Method in class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.ExecutionSummary
- hashCode() - Method in class org.eclipse.lsp4j.FileCreate
- hashCode() - Method in class org.eclipse.lsp4j.FileDelete
- hashCode() - Method in class org.eclipse.lsp4j.FileEvent
- hashCode() - Method in class org.eclipse.lsp4j.FileOperationFilter
- hashCode() - Method in class org.eclipse.lsp4j.FileOperationOptions
- hashCode() - Method in class org.eclipse.lsp4j.FileOperationPattern
- hashCode() - Method in class org.eclipse.lsp4j.FileOperationPatternOptions
- hashCode() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.FileRename
- hashCode() - Method in class org.eclipse.lsp4j.FileSystemWatcher
- hashCode() - Method in class org.eclipse.lsp4j.FoldingRange
- hashCode() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.FoldingRangeKindSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
- hashCode() - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
- hashCode() - Method in class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.FormattingCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
- hashCode() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.Hover
- hashCode() - Method in class org.eclipse.lsp4j.HoverCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.HoverOptions
- hashCode() - Method in class org.eclipse.lsp4j.HoverParams
- hashCode() - Method in class org.eclipse.lsp4j.HoverRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.ImplementationCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ImplementationOptions
- hashCode() - Method in class org.eclipse.lsp4j.ImplementationParams
- hashCode() - Method in class org.eclipse.lsp4j.ImplementationRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.InitializedParams
- hashCode() - Method in class org.eclipse.lsp4j.InitializeError
- hashCode() - Method in class org.eclipse.lsp4j.InitializeParams
- hashCode() - Method in class org.eclipse.lsp4j.InitializeResult
- hashCode() - Method in class org.eclipse.lsp4j.InlayHint
- hashCode() - Method in class org.eclipse.lsp4j.InlayHintCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
- hashCode() - Method in class org.eclipse.lsp4j.InlayHintParams
- hashCode() - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.InlineValue
- hashCode() - Method in class org.eclipse.lsp4j.InlineValueCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.InlineValueContext
- hashCode() - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
- hashCode() - Method in class org.eclipse.lsp4j.InlineValueParams
- hashCode() - Method in class org.eclipse.lsp4j.InlineValueRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.InlineValueText
- hashCode() - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
- hashCode() - Method in class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
- hashCode() - Method in class org.eclipse.lsp4j.InsertReplaceRange
- hashCode() - Method in class org.eclipse.lsp4j.LinkedEditingRangeCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.LinkedEditingRangeOptions
- hashCode() - Method in class org.eclipse.lsp4j.LinkedEditingRangeParams
- hashCode() - Method in class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.LinkedEditingRanges
- hashCode() - Method in class org.eclipse.lsp4j.Location
- hashCode() - Method in class org.eclipse.lsp4j.LocationLink
- hashCode() - Method in class org.eclipse.lsp4j.LogTraceParams
- hashCode() - Method in class org.eclipse.lsp4j.MarkdownCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- hashCode() - Method in class org.eclipse.lsp4j.MarkupContent
- hashCode() - Method in class org.eclipse.lsp4j.MessageActionItem
- hashCode() - Method in class org.eclipse.lsp4j.MessageParams
- hashCode() - Method in class org.eclipse.lsp4j.Moniker
- hashCode() - Method in class org.eclipse.lsp4j.MonikerCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.MonikerOptions
- hashCode() - Method in class org.eclipse.lsp4j.MonikerParams
- hashCode() - Method in class org.eclipse.lsp4j.MonikerRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.NotebookCell
- hashCode() - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
- hashCode() - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocument
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEvent
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentClientCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentIdentifier
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncClientCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncOptions
- hashCode() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.NotebookSelector
- hashCode() - Method in class org.eclipse.lsp4j.NotebookSelectorCell
- hashCode() - Method in class org.eclipse.lsp4j.OnTypeFormattingCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ParameterInformation
- hashCode() - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.Position
- hashCode() - Method in class org.eclipse.lsp4j.PrepareRenameDefaultBehavior
- hashCode() - Method in class org.eclipse.lsp4j.PrepareRenameParams
- hashCode() - Method in class org.eclipse.lsp4j.PrepareRenameResult
- hashCode() - Method in class org.eclipse.lsp4j.PreviousResultId
- hashCode() - Method in class org.eclipse.lsp4j.ProgressParams
- hashCode() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
- hashCode() - Method in class org.eclipse.lsp4j.Range
- hashCode() - Method in class org.eclipse.lsp4j.RangeFormattingCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ReferenceContext
- hashCode() - Method in class org.eclipse.lsp4j.ReferenceOptions
- hashCode() - Method in class org.eclipse.lsp4j.ReferenceParams
- hashCode() - Method in class org.eclipse.lsp4j.ReferenceRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.ReferencesCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.Registration
- hashCode() - Method in class org.eclipse.lsp4j.RegistrationParams
- hashCode() - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
- hashCode() - Method in class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
- hashCode() - Method in class org.eclipse.lsp4j.RelativePattern
- hashCode() - Method in class org.eclipse.lsp4j.RenameCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.RenameFile
- hashCode() - Method in class org.eclipse.lsp4j.RenameFileOptions
- hashCode() - Method in class org.eclipse.lsp4j.RenameFilesParams
- hashCode() - Method in class org.eclipse.lsp4j.RenameOptions
- hashCode() - Method in class org.eclipse.lsp4j.RenameParams
- hashCode() - Method in class org.eclipse.lsp4j.ResourceOperation
- hashCode() - Method in class org.eclipse.lsp4j.SaveOptions
- hashCode() - Method in class org.eclipse.lsp4j.SelectionRange
- hashCode() - Method in class org.eclipse.lsp4j.SelectionRangeCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.SelectionRangeOptions
- hashCode() - Method in class org.eclipse.lsp4j.SelectionRangeParams
- hashCode() - Method in class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokens
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensLegend
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensParams
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensServerFull
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ServerCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ServerInfo
- hashCode() - Method in class org.eclipse.lsp4j.SetTraceParams
- hashCode() - Method in class org.eclipse.lsp4j.ShowDocumentCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.ShowDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.ShowDocumentResult
- hashCode() - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
- hashCode() - Method in class org.eclipse.lsp4j.SignatureHelp
- hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpContext
- hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
- hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpParams
- hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.SignatureInformation
- hashCode() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.SymbolCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.SymbolInformation
- hashCode() - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentEdit
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentItem
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
- hashCode() - Method in class org.eclipse.lsp4j.TextEdit
- hashCode() - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.TypeDefinitionOptions
- hashCode() - Method in class org.eclipse.lsp4j.TypeDefinitionParams
- hashCode() - Method in class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchyCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
- hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchyPrepareParams
- hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchyRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchySubtypesParams
- hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchySupertypesParams
- hashCode() - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
- hashCode() - Method in class org.eclipse.lsp4j.Unregistration
- hashCode() - Method in class org.eclipse.lsp4j.UnregistrationParams
- hashCode() - Method in class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
- hashCode() - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
- hashCode() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
- hashCode() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.WindowShowMessageRequestCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
- hashCode() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
- hashCode() - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
- hashCode() - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
- hashCode() - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
- hashCode() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReport
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceEdit
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceFolder
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceSymbolLocation
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceSymbolOptions
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceSymbolRegistrationOptions
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
- hashCode() - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
- hasNext() - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
- Hint - org.eclipse.lsp4j.DiagnosticSeverity
-
Reports a hint.
- hover(HoverParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The hover request is sent from the client to the server to request hover information at a given text document position.
- Hover - Class in org.eclipse.lsp4j
-
The result of a hover request.
- Hover() - Constructor for class org.eclipse.lsp4j.Hover
- Hover(List<Either<String, MarkedString>>) - Constructor for class org.eclipse.lsp4j.Hover
- Hover(List<Either<String, MarkedString>>, Range) - Constructor for class org.eclipse.lsp4j.Hover
- Hover(Either<String, MarkedString>) - Constructor for class org.eclipse.lsp4j.Hover
- Hover(MarkupContent) - Constructor for class org.eclipse.lsp4j.Hover
- Hover(MarkupContent, Range) - Constructor for class org.eclipse.lsp4j.Hover
- HoverCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/hover`
- HoverCapabilities() - Constructor for class org.eclipse.lsp4j.HoverCapabilities
- HoverCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.HoverCapabilities
- HoverCapabilities(List<String>, Boolean) - Constructor for class org.eclipse.lsp4j.HoverCapabilities
- HoverOptions - Class in org.eclipse.lsp4j
-
Hover options.
- HoverOptions() - Constructor for class org.eclipse.lsp4j.HoverOptions
- HoverParams - Class in org.eclipse.lsp4j
-
The hover request is sent from the client to the server to request hover information at a given text document position.
- HoverParams() - Constructor for class org.eclipse.lsp4j.HoverParams
- HoverParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.HoverParams
- HoverRegistrationOptions - Class in org.eclipse.lsp4j
-
Hover registration options.
- HoverRegistrationOptions() - Constructor for class org.eclipse.lsp4j.HoverRegistrationOptions
- HoverTypeAdapter - Class in org.eclipse.lsp4j.adapters
-
A type adapter for the Hover protocol type.
- HoverTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.HoverTypeAdapter
- HoverTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
I
- Identifier - org.eclipse.lsp4j.PrepareSupportDefaultBehavior
-
The client's default behavior is to select the identifier according to the language's syntax rule.
- implementation(ImplementationParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The goto implementation request is sent from the client to the server to resolve the implementation location of a symbol at a given text document position.
- ImplementationCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/implementation`.
- ImplementationCapabilities() - Constructor for class org.eclipse.lsp4j.ImplementationCapabilities
- ImplementationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ImplementationCapabilities
- ImplementationCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.ImplementationCapabilities
- ImplementationOptions - Class in org.eclipse.lsp4j
-
Since 3.6.0
- ImplementationOptions() - Constructor for class org.eclipse.lsp4j.ImplementationOptions
- ImplementationParams - Class in org.eclipse.lsp4j
-
The go to implementation request is sent from the client to the server to resolve the implementation location of a symbol at a given text document position.
- ImplementationParams() - Constructor for class org.eclipse.lsp4j.ImplementationParams
- ImplementationParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.ImplementationParams
- ImplementationRegistrationOptions - Class in org.eclipse.lsp4j
-
Since 3.6.0
- ImplementationRegistrationOptions() - Constructor for class org.eclipse.lsp4j.ImplementationRegistrationOptions
- ImplementationRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.ImplementationRegistrationOptions
- Import - Static variable in class org.eclipse.lsp4j.MonikerKind
-
The moniker represents a symbol that is imported into a project
- Imports - Static variable in class org.eclipse.lsp4j.FoldingRangeKind
-
Folding range for a imports or includes
- Incremental - org.eclipse.lsp4j.TextDocumentSyncKind
-
Documents are synced by sending the full content on open.
- Info - org.eclipse.lsp4j.MessageType
-
An information message.
- Information - org.eclipse.lsp4j.DiagnosticSeverity
-
Reports an information.
- initialize(InitializeParams) - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
The initialize request is sent as the first request from the client to the server.
- initialized() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
Deprecated.Use
LanguageServer.initialized(InitializedParams)instead. - initialized(InitializedParams) - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
The initialized notification is sent from the client to the server after the client received the result of the initialize request, but before the client is sending any other request or notification to the server.
- InitializedParams - Class in org.eclipse.lsp4j
- InitializedParams() - Constructor for class org.eclipse.lsp4j.InitializedParams
- InitializeError - Class in org.eclipse.lsp4j
- InitializeError() - Constructor for class org.eclipse.lsp4j.InitializeError
- InitializeError(boolean) - Constructor for class org.eclipse.lsp4j.InitializeError
- InitializeErrorCode - Interface in org.eclipse.lsp4j
-
Known error codes for an
InitializeError - InitializeParams - Class in org.eclipse.lsp4j
-
The initialize request is sent as the first request from the client to the server.
- InitializeParams() - Constructor for class org.eclipse.lsp4j.InitializeParams
- InitializeParamsTypeAdapter - Class in org.eclipse.lsp4j.adapters
-
A type adapter for the InitializeParams protocol type.
- InitializeParamsTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- InitializeParamsTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
- InitializeResult - Class in org.eclipse.lsp4j
- InitializeResult() - Constructor for class org.eclipse.lsp4j.InitializeResult
- InitializeResult(ServerCapabilities) - Constructor for class org.eclipse.lsp4j.InitializeResult
- InitializeResult(ServerCapabilities, ServerInfo) - Constructor for class org.eclipse.lsp4j.InitializeResult
- inlayHint(InlayHintParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The inlay hints request is sent from the client to the server to compute inlay hints for a given [text document, range] tuple that may be rendered in the editor in place with other text.
- InlayHint - Class in org.eclipse.lsp4j
-
Inlay hint information.
- InlayHint() - Constructor for class org.eclipse.lsp4j.InlayHint
- InlayHint(Position, Either<String, List<InlayHintLabelPart>>) - Constructor for class org.eclipse.lsp4j.InlayHint
- InlayHintCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the
textDocument/inlayHintrequest. - InlayHintCapabilities() - Constructor for class org.eclipse.lsp4j.InlayHintCapabilities
- InlayHintCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.InlayHintCapabilities
- InlayHintKind - Enum in org.eclipse.lsp4j
-
Inlay hint kinds.
- InlayHintLabelPart - Class in org.eclipse.lsp4j
-
An inlay hint label part allows for interactive and composite labels of inlay hints.
- InlayHintLabelPart() - Constructor for class org.eclipse.lsp4j.InlayHintLabelPart
- InlayHintLabelPart(String) - Constructor for class org.eclipse.lsp4j.InlayHintLabelPart
- InlayHintParams - Class in org.eclipse.lsp4j
-
A parameter literal used in inlay hint requests.
- InlayHintParams() - Constructor for class org.eclipse.lsp4j.InlayHintParams
- InlayHintParams(TextDocumentIdentifier, Range) - Constructor for class org.eclipse.lsp4j.InlayHintParams
- InlayHintRegistrationOptions - Class in org.eclipse.lsp4j
-
Inlay hint options used during static or dynamic registration.
- InlayHintRegistrationOptions() - Constructor for class org.eclipse.lsp4j.InlayHintRegistrationOptions
- InlayHintRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.InlayHintRegistrationOptions
- InlayHintResolveSupportCapabilities - Class in org.eclipse.lsp4j
-
Indicates which properties a client can resolve lazily on a inlay hint.
- InlayHintResolveSupportCapabilities() - Constructor for class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
- InlayHintResolveSupportCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
- InlayHintWorkspaceCapabilities - Class in org.eclipse.lsp4j
-
Client workspace capabilities specific to inlay hints.
- InlayHintWorkspaceCapabilities() - Constructor for class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
- InlayHintWorkspaceCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
- inlineValue(InlineValueParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The inline value request is sent from the client to the server to compute inline values for a given text document that may be rendered in the editor at the end of lines.
- InlineValue - Class in org.eclipse.lsp4j
-
Inline value information can be provided by different means: - directly as a text value (
InlineValueText). - InlineValue(InlineValueEvaluatableExpression) - Constructor for class org.eclipse.lsp4j.InlineValue
- InlineValue(InlineValueText) - Constructor for class org.eclipse.lsp4j.InlineValue
- InlineValue(InlineValueVariableLookup) - Constructor for class org.eclipse.lsp4j.InlineValue
- InlineValueCapabilities - Class in org.eclipse.lsp4j
-
Client capabilities specific to inline values.
- InlineValueCapabilities() - Constructor for class org.eclipse.lsp4j.InlineValueCapabilities
- InlineValueCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.InlineValueCapabilities
- InlineValueContext - Class in org.eclipse.lsp4j
-
Additional information about the context in which inline values were requested.
- InlineValueContext() - Constructor for class org.eclipse.lsp4j.InlineValueContext
- InlineValueContext(int, Range) - Constructor for class org.eclipse.lsp4j.InlineValueContext
- InlineValueEvaluatableExpression - Class in org.eclipse.lsp4j
-
Provide an inline value through an expression evaluation.
- InlineValueEvaluatableExpression() - Constructor for class org.eclipse.lsp4j.InlineValueEvaluatableExpression
- InlineValueEvaluatableExpression(Range) - Constructor for class org.eclipse.lsp4j.InlineValueEvaluatableExpression
- InlineValueEvaluatableExpression(Range, String) - Constructor for class org.eclipse.lsp4j.InlineValueEvaluatableExpression
- InlineValueParams - Class in org.eclipse.lsp4j
-
A parameter literal used in inline value requests.
- InlineValueParams() - Constructor for class org.eclipse.lsp4j.InlineValueParams
- InlineValueParams(TextDocumentIdentifier, Range, InlineValueContext) - Constructor for class org.eclipse.lsp4j.InlineValueParams
- InlineValueRegistrationOptions - Class in org.eclipse.lsp4j
-
Inline value options used during static or dynamic registration.
- InlineValueRegistrationOptions() - Constructor for class org.eclipse.lsp4j.InlineValueRegistrationOptions
- InlineValueRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.InlineValueRegistrationOptions
- InlineValueResponseAdapter - Class in org.eclipse.lsp4j.adapters
- InlineValueResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.InlineValueResponseAdapter
- InlineValueText - Class in org.eclipse.lsp4j
-
Provide inline value as text.
- InlineValueText() - Constructor for class org.eclipse.lsp4j.InlineValueText
- InlineValueText(Range, String) - Constructor for class org.eclipse.lsp4j.InlineValueText
- InlineValueVariableLookup - Class in org.eclipse.lsp4j
-
Provide inline value through a variable lookup.
- InlineValueVariableLookup() - Constructor for class org.eclipse.lsp4j.InlineValueVariableLookup
- InlineValueVariableLookup(Range, boolean) - Constructor for class org.eclipse.lsp4j.InlineValueVariableLookup
- InlineValueVariableLookup(Range, boolean, String) - Constructor for class org.eclipse.lsp4j.InlineValueVariableLookup
- InlineValueWorkspaceCapabilities - Class in org.eclipse.lsp4j
-
Client workspace capabilities specific to inline values.
- InlineValueWorkspaceCapabilities() - Constructor for class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
- InlineValueWorkspaceCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
- InsertReplaceEdit - Class in org.eclipse.lsp4j
-
A special text edit to provide an insert and a replace operation.
- InsertReplaceEdit() - Constructor for class org.eclipse.lsp4j.InsertReplaceEdit
- InsertReplaceEdit(String, Range, Range) - Constructor for class org.eclipse.lsp4j.InsertReplaceEdit
- InsertReplaceRange - Class in org.eclipse.lsp4j
-
Since 3.17.0
- InsertReplaceRange() - Constructor for class org.eclipse.lsp4j.InsertReplaceRange
- InsertReplaceRange(Range, Range) - Constructor for class org.eclipse.lsp4j.InsertReplaceRange
- InsertTextFormat - Enum in org.eclipse.lsp4j
-
Defines whether the insert text in a completion item should be interpreted as plain text or a snippet.
- InsertTextMode - Enum in org.eclipse.lsp4j
-
How whitespace and indentation is handled during completion item insertion.
- Interface - org.eclipse.lsp4j.CompletionItemKind
- Interface - org.eclipse.lsp4j.SymbolKind
- Interface - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- Invoked - org.eclipse.lsp4j.CodeActionTriggerKind
-
Code actions were explicitly requested by the user or by an extension.
- Invoked - org.eclipse.lsp4j.CompletionTriggerKind
-
Completion was triggered by typing an identifier (24x7 code complete), manual invocation (e.g Ctrl+Space) or via API.
- Invoked - org.eclipse.lsp4j.SignatureHelpTriggerKind
-
Signature help was invoked manually by the user or by a command.
- isApplied() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
Indicates whether the edit was applied or not.
- isBefore(Position, Position) - Static method in class org.eclipse.lsp4j.util.Positions
-
trueifleftis strictly before thanright. - isCancel() - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
-
The client will actively cancel the request.
- isCaseSensitiveLookup() - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
How to perform the lookup.
- isDefaultBehavior() - Method in class org.eclipse.lsp4j.PrepareRenameDefaultBehavior
-
Indicates that the client should use its default behavior to compute the rename range.
- isIncludeDeclaration() - Method in class org.eclipse.lsp4j.ReferenceContext
-
Include the declaration of the current symbol.
- isIncomplete() - Method in class org.eclipse.lsp4j.CompletionList
-
This list is not complete.
- isInlineValueEvaluatableExpression() - Method in class org.eclipse.lsp4j.InlineValue
- isInlineValueText() - Method in class org.eclipse.lsp4j.InlineValue
- isInlineValueVariableLookup() - Method in class org.eclipse.lsp4j.InlineValue
- isInsertFinalNewline() - Method in class org.eclipse.lsp4j.FormattingOptions
-
Insert a newline character at the end of the file if one does not exist.
- isInsertSpaces() - Method in class org.eclipse.lsp4j.FormattingOptions
-
Prefer spaces over tabs.
- isInterFileDependencies() - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
Whether the language has inter file dependencies meaning that editing code in one file can result in a different diagnostic set in another file.
- isRelatedFullDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
- isRelatedUnchangedDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
- isRetrigger() - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
trueif signature help was already showing when it was triggered. - isRetriggerRequest() - Method in class org.eclipse.lsp4j.DiagnosticServerCancellationData
- isRetry() - Method in class org.eclipse.lsp4j.InitializeError
-
Indicates whether the client executes the following retry logic: Show the message provided by the ResponseError to the user.
- isSuccess() - Method in class org.eclipse.lsp4j.ShowDocumentResult
-
A boolean indicating if the show was successful.
- isSupport() - Method in class org.eclipse.lsp4j.ShowDocumentCapabilities
-
The client has support for the show document request.
- isTrimFinalNewlines() - Method in class org.eclipse.lsp4j.FormattingOptions
-
Trim all newlines after the final newline at the end of the file.
- isTrimTrailingWhitespace() - Method in class org.eclipse.lsp4j.FormattingOptions
-
Trim trailing whitespace on a line.
- isWorkspaceDiagnostics() - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
The server provides support for workspace diagnostics as well.
- isWorkspaceFullDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
- isWorkspaceUnchangedDocumentDiagnosticReport() - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
K
- Key - org.eclipse.lsp4j.SymbolKind
- Keyword - org.eclipse.lsp4j.CompletionItemKind
- Keyword - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
L
- LanguageClient - Interface in org.eclipse.lsp4j.services
- LanguageClientAware - Interface in org.eclipse.lsp4j.services
- LanguageClientExtensions - Interface in org.eclipse.lsp4j.services
-
An extension interface for new methods that are not (yet) defined in the standard LSP protocol.
- LanguageServer - Interface in org.eclipse.lsp4j.services
-
Interface for implementations of https://github.com/Microsoft/vscode-languageserver-protocol
- linkedEditingRange(LinkedEditingRangeParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The linked editing range request is sent from the client to the server to return for a given position in a document the range of the symbol at the position and all ranges that have the same content.
- LinkedEditingRangeCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the
textDocument/linkedEditingRangerequest. - LinkedEditingRangeCapabilities() - Constructor for class org.eclipse.lsp4j.LinkedEditingRangeCapabilities
- LinkedEditingRangeCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.LinkedEditingRangeCapabilities
- LinkedEditingRangeOptions - Class in org.eclipse.lsp4j
-
Linked editing range options.
- LinkedEditingRangeOptions() - Constructor for class org.eclipse.lsp4j.LinkedEditingRangeOptions
- LinkedEditingRangeParams - Class in org.eclipse.lsp4j
-
The linked editing range request is sent from the client to the server to return for a given position in a document the range of the symbol at the position and all ranges that have the same content.
- LinkedEditingRangeParams() - Constructor for class org.eclipse.lsp4j.LinkedEditingRangeParams
- LinkedEditingRangeParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.LinkedEditingRangeParams
- LinkedEditingRangeRegistrationOptions - Class in org.eclipse.lsp4j
-
Linked editing range registration options.
- LinkedEditingRangeRegistrationOptions() - Constructor for class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
- LinkedEditingRangeRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
- LinkedEditingRanges - Class in org.eclipse.lsp4j
-
The linked editing range response is sent from the server to the client to return the range of the symbol at the given position and all ranges that have the same content.
- LinkedEditingRanges() - Constructor for class org.eclipse.lsp4j.LinkedEditingRanges
- LinkedEditingRanges(List<Range>) - Constructor for class org.eclipse.lsp4j.LinkedEditingRanges
- LinkedEditingRanges(List<Range>, String) - Constructor for class org.eclipse.lsp4j.LinkedEditingRanges
- Local - Static variable in class org.eclipse.lsp4j.MonikerKind
-
The moniker represents a symbol that is local to a project (e.g.
- Location - Class in org.eclipse.lsp4j
-
Represents a location inside a resource, such as a line inside a text file.
- Location() - Constructor for class org.eclipse.lsp4j.Location
- Location(String, Range) - Constructor for class org.eclipse.lsp4j.Location
- LocationLink - Class in org.eclipse.lsp4j
-
Represents a link between a source and a target location.
- LocationLink() - Constructor for class org.eclipse.lsp4j.LocationLink
- LocationLink(String, Range, Range) - Constructor for class org.eclipse.lsp4j.LocationLink
- LocationLink(String, Range, Range, Range) - Constructor for class org.eclipse.lsp4j.LocationLink
- LocationLinkListAdapter - Class in org.eclipse.lsp4j.adapters
- LocationLinkListAdapter() - Constructor for class org.eclipse.lsp4j.adapters.LocationLinkListAdapter
- Log - org.eclipse.lsp4j.MessageType
-
A log message.
- logMessage(MessageParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The log message notification is send from the server to the client to ask the client to log a particular message.
- logTrace(LogTraceParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
A notification to log the trace of the server's execution.
- LogTraceParams - Class in org.eclipse.lsp4j
-
A notification to log the trace of the server's execution.
- LogTraceParams() - Constructor for class org.eclipse.lsp4j.LogTraceParams
- LogTraceParams(String) - Constructor for class org.eclipse.lsp4j.LogTraceParams
- LogTraceParams(String, String) - Constructor for class org.eclipse.lsp4j.LogTraceParams
- LSPLauncher - Class in org.eclipse.lsp4j.launch
-
Specialized launcher for the Language Server Protocol.
- LSPLauncher.Builder<T> - Class in org.eclipse.lsp4j.launch
-
Launcher builder for the Language Server Protocol.
M
- Macro - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- Manual - org.eclipse.lsp4j.TextDocumentSaveReason
-
Manually triggered, e.g.
- MARKDOWN - Static variable in class org.eclipse.lsp4j.MarkupKind
-
Markdown is supported as a content format.
- MarkdownCapabilities - Class in org.eclipse.lsp4j
-
Client capabilities specific to the used markdown parser.
- MarkdownCapabilities() - Constructor for class org.eclipse.lsp4j.MarkdownCapabilities
- MarkdownCapabilities(String) - Constructor for class org.eclipse.lsp4j.MarkdownCapabilities
- MarkdownCapabilities(String, String) - Constructor for class org.eclipse.lsp4j.MarkdownCapabilities
- MarkedString - Class in org.eclipse.lsp4j
-
Deprecated.Use
MarkupContentinstead. - MarkedString() - Constructor for class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- MarkedString(String, String) - Constructor for class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- Markup - org.eclipse.lsp4j.NotebookCellKind
-
A markup-cell is formatted source that is used for display.
- MarkupContent - Class in org.eclipse.lsp4j
-
A MarkupContent literal represents a string value which content is interpreted based on its kind flag.
- MarkupContent() - Constructor for class org.eclipse.lsp4j.MarkupContent
- MarkupContent(String, String) - Constructor for class org.eclipse.lsp4j.MarkupContent
- MarkupKind - Class in org.eclipse.lsp4j
-
Describes the content type that a client supports in various result literals like
Hover,ParameterInformationorCompletionItem. - MessageActionItem - 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.
- MessageActionItem() - Constructor for class org.eclipse.lsp4j.MessageActionItem
- MessageActionItem(String) - Constructor for class org.eclipse.lsp4j.MessageActionItem
- MessageParams - Class in org.eclipse.lsp4j
-
The show message notification is sent from a server to a client to ask the client to display a particular message in the user class.
- MessageParams() - Constructor for class org.eclipse.lsp4j.MessageParams
- MessageParams(MessageType, String) - Constructor for class org.eclipse.lsp4j.MessageParams
- Messages - Static variable in class org.eclipse.lsp4j.TraceValue
- MessageType - Enum in org.eclipse.lsp4j
- Method - org.eclipse.lsp4j.CompletionItemKind
- Method - org.eclipse.lsp4j.SymbolKind
- Method - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- Modification - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- Modifier - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- Module - org.eclipse.lsp4j.CompletionItemKind
- Module - org.eclipse.lsp4j.SymbolKind
- moniker(MonikerParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
Language Server Index Format (LSIF) introduced the concept of symbol monikers to help associate symbols across different indexes.
- Moniker - Class in org.eclipse.lsp4j
-
Moniker definition to match LSIF 0.5 moniker definition.
- Moniker() - Constructor for class org.eclipse.lsp4j.Moniker
- Moniker(String, String, String) - Constructor for class org.eclipse.lsp4j.Moniker
- Moniker(String, String, String, String) - Constructor for class org.eclipse.lsp4j.Moniker
- MonikerCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the
textDocument/monikerrequest. - MonikerCapabilities() - Constructor for class org.eclipse.lsp4j.MonikerCapabilities
- MonikerCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.MonikerCapabilities
- MonikerKind - Class in org.eclipse.lsp4j
-
The moniker kind.
- MonikerOptions - Class in org.eclipse.lsp4j
-
Moniker options.
- MonikerOptions() - Constructor for class org.eclipse.lsp4j.MonikerOptions
- MonikerParams - Class in org.eclipse.lsp4j
-
The moniker request is sent from the client to the server to get the symbol monikers for a given text document position.
- MonikerParams() - Constructor for class org.eclipse.lsp4j.MonikerParams
- MonikerParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.MonikerParams
- MonikerRegistrationOptions - Class in org.eclipse.lsp4j
-
Moniker registration options.
- MonikerRegistrationOptions() - Constructor for class org.eclipse.lsp4j.MonikerRegistrationOptions
N
- Namespace - org.eclipse.lsp4j.SymbolKind
- Namespace - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- next() - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
- None - org.eclipse.lsp4j.TextDocumentSyncKind
-
Documents should not be synced at all.
- NotebookCell - Class in org.eclipse.lsp4j
-
A notebook cell.
- NotebookCell() - Constructor for class org.eclipse.lsp4j.NotebookCell
- NotebookCell(NotebookCellKind, String) - Constructor for class org.eclipse.lsp4j.NotebookCell
- NotebookCellArrayChange - Class in org.eclipse.lsp4j
-
A change describing how to move a `NotebookCell` array from state S to S'.
- NotebookCellArrayChange() - Constructor for class org.eclipse.lsp4j.NotebookCellArrayChange
- NotebookCellArrayChange(int, int) - Constructor for class org.eclipse.lsp4j.NotebookCellArrayChange
- NotebookCellArrayChange(int, int, List<NotebookCell>) - Constructor for class org.eclipse.lsp4j.NotebookCellArrayChange
- NotebookCellKind - Enum in org.eclipse.lsp4j
-
A notebook cell kind.
- NotebookCellTextDocumentFilter - Class in org.eclipse.lsp4j
-
A notebook cell text document filter denotes a cell text document by different properties.
- NotebookCellTextDocumentFilter() - Constructor for class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
- NotebookCellTextDocumentFilter(Either<String, NotebookDocumentFilter>) - Constructor for class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
- NotebookCellTextDocumentFilter(Either<String, NotebookDocumentFilter>, String) - Constructor for class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
- NotebookDocument - Class in org.eclipse.lsp4j
-
A notebook document.
- NotebookDocument() - Constructor for class org.eclipse.lsp4j.NotebookDocument
- NotebookDocument(String, String, int, List<NotebookCell>) - Constructor for class org.eclipse.lsp4j.NotebookDocument
- NotebookDocumentChangeEvent - Class in org.eclipse.lsp4j
-
A change event for a notebook document.
- NotebookDocumentChangeEvent() - Constructor for class org.eclipse.lsp4j.NotebookDocumentChangeEvent
- NotebookDocumentChangeEventCells - Class in org.eclipse.lsp4j
-
Changes to cells
- NotebookDocumentChangeEventCells() - Constructor for class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
- NotebookDocumentChangeEventCellStructure - Class in org.eclipse.lsp4j
-
Changes to the cell structure to add or remove cells.
- NotebookDocumentChangeEventCellStructure() - Constructor for class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
- NotebookDocumentChangeEventCellStructure(NotebookCellArrayChange) - Constructor for class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
- NotebookDocumentChangeEventCellTextContent - Class in org.eclipse.lsp4j
-
Changes to the text content of notebook cells.
- NotebookDocumentChangeEventCellTextContent() - Constructor for class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- NotebookDocumentChangeEventCellTextContent(VersionedTextDocumentIdentifier, List<TextDocumentContentChangeEvent>) - Constructor for class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- NotebookDocumentClientCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the notebook document support.
- NotebookDocumentClientCapabilities() - Constructor for class org.eclipse.lsp4j.NotebookDocumentClientCapabilities
- NotebookDocumentClientCapabilities(NotebookDocumentSyncClientCapabilities) - Constructor for class org.eclipse.lsp4j.NotebookDocumentClientCapabilities
- NotebookDocumentFilter - Class in org.eclipse.lsp4j
-
A notebook document filter denotes a notebook document by different properties.
- NotebookDocumentFilter() - Constructor for class org.eclipse.lsp4j.NotebookDocumentFilter
- NotebookDocumentIdentifier - Class in org.eclipse.lsp4j
-
A literal to identify a notebook document in the client.
- NotebookDocumentIdentifier() - Constructor for class org.eclipse.lsp4j.NotebookDocumentIdentifier
- NotebookDocumentIdentifier(String) - Constructor for class org.eclipse.lsp4j.NotebookDocumentIdentifier
- NotebookDocumentService - Interface in org.eclipse.lsp4j.services
- NotebookDocumentSyncClientCapabilities - Class in org.eclipse.lsp4j
-
Notebook specific client capabilities.
- NotebookDocumentSyncClientCapabilities() - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncClientCapabilities
- NotebookDocumentSyncClientCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncClientCapabilities
- NotebookDocumentSyncClientCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncClientCapabilities
- NotebookDocumentSyncOptions - Class in org.eclipse.lsp4j
-
Options specific to a notebook plus its cells to be synced to the server.
- NotebookDocumentSyncOptions() - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncOptions
- NotebookDocumentSyncOptions(List<NotebookSelector>) - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncOptions
- NotebookDocumentSyncOptions(List<NotebookSelector>, Boolean) - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncOptions
- NotebookDocumentSyncRegistrationOptions - Class in org.eclipse.lsp4j
-
Registration options specific to a notebook.
- NotebookDocumentSyncRegistrationOptions() - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
- NotebookDocumentSyncRegistrationOptions(List<NotebookSelector>) - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
- NotebookDocumentSyncRegistrationOptions(List<NotebookSelector>, Boolean) - Constructor for class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
- NotebookSelector - Class in org.eclipse.lsp4j
-
The notebooks to be synced.
- NotebookSelector() - Constructor for class org.eclipse.lsp4j.NotebookSelector
- NotebookSelectorCell - Class in org.eclipse.lsp4j
-
The cell of the matching notebook to be synced.
- NotebookSelectorCell() - Constructor for class org.eclipse.lsp4j.NotebookSelectorCell
- NotebookSelectorCell(String) - Constructor for class org.eclipse.lsp4j.NotebookSelectorCell
- notifyProgress(ProgressParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The base protocol offers also support to report progress in a generic fashion.
- Null - org.eclipse.lsp4j.SymbolKind
- Number - org.eclipse.lsp4j.SymbolKind
- Number - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
O
- Object - org.eclipse.lsp4j.SymbolKind
- Off - Static variable in class org.eclipse.lsp4j.TraceValue
- onTypeFormatting(DocumentOnTypeFormattingParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document on type formatting request is sent from the client to the server to format parts of the document during typing.
- OnTypeFormattingCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/onTypeFormatting`
- OnTypeFormattingCapabilities() - Constructor for class org.eclipse.lsp4j.OnTypeFormattingCapabilities
- OnTypeFormattingCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.OnTypeFormattingCapabilities
- Operator - org.eclipse.lsp4j.CompletionItemKind
- Operator - org.eclipse.lsp4j.SymbolKind
- Operator - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- org.eclipse.lsp4j - package org.eclipse.lsp4j
- org.eclipse.lsp4j.adapters - package org.eclipse.lsp4j.adapters
- org.eclipse.lsp4j.launch - package org.eclipse.lsp4j.launch
- org.eclipse.lsp4j.services - package org.eclipse.lsp4j.services
- org.eclipse.lsp4j.util - package org.eclipse.lsp4j.util
P
- Package - org.eclipse.lsp4j.SymbolKind
- Parameter - org.eclipse.lsp4j.InlayHintKind
-
An inlay hint that is for a parameter.
- Parameter - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- ParameterInformation - Class in org.eclipse.lsp4j
-
Represents a parameter of a callable-signature.
- ParameterInformation() - Constructor for class org.eclipse.lsp4j.ParameterInformation
- ParameterInformation(String) - Constructor for class org.eclipse.lsp4j.ParameterInformation
- ParameterInformation(String, String) - Constructor for class org.eclipse.lsp4j.ParameterInformation
- ParameterInformation(String, MarkupContent) - Constructor for class org.eclipse.lsp4j.ParameterInformation
- ParameterInformationCapabilities - Class in org.eclipse.lsp4j
-
Client capabilities specific to parameter information.
- ParameterInformationCapabilities() - Constructor for class org.eclipse.lsp4j.ParameterInformationCapabilities
- ParameterInformationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ParameterInformationCapabilities
- PartialResultParams - Interface in org.eclipse.lsp4j
-
A parameter literal used to pass a partial result token.
- PlainText - org.eclipse.lsp4j.InsertTextFormat
-
The primary text to be inserted is treated as a plain string.
- PLAINTEXT - Static variable in class org.eclipse.lsp4j.MarkupKind
-
Plain text is supported as a content format.
- Position - Class in org.eclipse.lsp4j
-
Position in a text document expressed as zero-based line and character offset.
- Position() - Constructor for class org.eclipse.lsp4j.Position
- Position(int, int) - Constructor for class org.eclipse.lsp4j.Position
- PositionEncodingKind - Class in org.eclipse.lsp4j
-
A set of predefined position encoding kinds indicating how positions are encoded, specifically what column offsets mean.
- Positions - Class in org.eclipse.lsp4j.util
-
Utilities for the
Position. - prepareCallHierarchy(CallHierarchyPrepareParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
Bootstraps call hierarchy by returning the item that is denoted by the given document and position.
- prepareRename(PrepareRenameParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The prepare rename request is sent from the client to the server to setup and test the validity of a rename operation at a given location.
- PrepareRenameDefaultBehavior - Class in org.eclipse.lsp4j
-
One of the result types of the `textDocument/prepareRename` request.
- PrepareRenameDefaultBehavior() - Constructor for class org.eclipse.lsp4j.PrepareRenameDefaultBehavior
- PrepareRenameDefaultBehavior(boolean) - Constructor for class org.eclipse.lsp4j.PrepareRenameDefaultBehavior
- PrepareRenameParams - Class in org.eclipse.lsp4j
-
The prepare rename request is sent from the client to the server to setup and test the validity of a rename operation at a given location.
- PrepareRenameParams() - Constructor for class org.eclipse.lsp4j.PrepareRenameParams
- PrepareRenameParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.PrepareRenameParams
- PrepareRenameResponseAdapter - Class in org.eclipse.lsp4j.adapters
- PrepareRenameResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.PrepareRenameResponseAdapter
- PrepareRenameResult - Class in org.eclipse.lsp4j
-
One of the result types of the `textDocument/prepareRename` request.
- PrepareRenameResult() - Constructor for class org.eclipse.lsp4j.PrepareRenameResult
- PrepareRenameResult(Range, String) - Constructor for class org.eclipse.lsp4j.PrepareRenameResult
- PrepareSupportDefaultBehavior - Enum in org.eclipse.lsp4j
-
The value indicates the default behavior used by the client.
- prepareTypeHierarchy(TypeHierarchyPrepareParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The type hierarchy request is sent from the client to the server to return a type hierarchy for the language element of given text document positions.
- PreviousResultId - Class in org.eclipse.lsp4j
-
A previous result id in a workspace pull request.
- PreviousResultId() - Constructor for class org.eclipse.lsp4j.PreviousResultId
- PreviousResultId(String, String) - Constructor for class org.eclipse.lsp4j.PreviousResultId
- ProgressNotificationAdapter - Class in org.eclipse.lsp4j.adapters
- ProgressNotificationAdapter() - Constructor for class org.eclipse.lsp4j.adapters.ProgressNotificationAdapter
- ProgressParams - Class in org.eclipse.lsp4j
-
The base protocol offers also support to report progress in a generic fashion.
- ProgressParams() - Constructor for class org.eclipse.lsp4j.ProgressParams
- ProgressParams(Either<String, Integer>, Either<WorkDoneProgressNotification, Object>) - Constructor for class org.eclipse.lsp4j.ProgressParams
- Project - Static variable in class org.eclipse.lsp4j.UniquenessLevel
-
The moniker is unique inside a project for which a dump got created
- Property - org.eclipse.lsp4j.CompletionItemKind
- Property - org.eclipse.lsp4j.SymbolKind
- Property - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- publishDiagnostics(PublishDiagnosticsParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
Diagnostics notifications are sent from the server to the client to signal results of validation runs.
- PublishDiagnosticsCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to `textDocument/publishDiagnostics`.
- PublishDiagnosticsCapabilities() - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- PublishDiagnosticsCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- PublishDiagnosticsCapabilities(Boolean, DiagnosticsTagSupport) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- PublishDiagnosticsCapabilities(Boolean, DiagnosticsTagSupport, Boolean) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- PublishDiagnosticsParams - Class in org.eclipse.lsp4j
-
Diagnostics notification are sent from the server to the client to signal results of validation runs.
- PublishDiagnosticsParams() - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsParams
- PublishDiagnosticsParams(String, List<Diagnostic>) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsParams
- PublishDiagnosticsParams(String, List<Diagnostic>, Integer) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsParams
- putBoolean(String, Boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
- putNumber(String, Number) - Method in class org.eclipse.lsp4j.FormattingOptions
- putString(String, String) - Method in class org.eclipse.lsp4j.FormattingOptions
Q
- QuickFix - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for quickfix actions: "quickfix"
R
- Range - Class in org.eclipse.lsp4j
-
A range in a text document expressed as (zero-based) start and end positions.
- Range() - Constructor for class org.eclipse.lsp4j.Range
- Range(Position, Position) - Constructor for class org.eclipse.lsp4j.Range
- rangeFormatting(DocumentRangeFormattingParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document range formatting request is sent from the client to the server to format a given range in a document.
- RangeFormattingCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/rangeFormatting`
- RangeFormattingCapabilities() - Constructor for class org.eclipse.lsp4j.RangeFormattingCapabilities
- RangeFormattingCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.RangeFormattingCapabilities
- Ranges - Class in org.eclipse.lsp4j.util
-
Utility class for
Range. - read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
- read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
- read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.WorkDoneProgressNotificationAdapter
- Read - org.eclipse.lsp4j.DocumentHighlightKind
-
Read-access of a symbol, like reading a variable.
- readCapabilities(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readClientInfo(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readContainerName(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- readContents(JsonReader) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
- readDeprecated(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- readInitializationOptions(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readKind(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- readLocale(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readLocation(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- readName(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- Readonly - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- readProcessId(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readRange(JsonReader) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
- readRootPath(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readRootUri(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readTags(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- readTrace(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readUri(JsonReader) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
- readVersion(JsonReader) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
- readWorkDoneToken(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- readWorkspaceFolders(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- Refactor - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for refactoring actions: "refactor"
- RefactorExtract - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for refactoring extraction actions: "refactor.extract"
- RefactorInline - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for refactoring inline actions: "refactor.inline"
- RefactorRewrite - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for refactoring rewrite actions: "refactor.rewrite"
- Reference - org.eclipse.lsp4j.CompletionItemKind
- ReferenceContext - Class in org.eclipse.lsp4j
-
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
- ReferenceContext() - Constructor for class org.eclipse.lsp4j.ReferenceContext
- ReferenceContext(boolean) - Constructor for class org.eclipse.lsp4j.ReferenceContext
- ReferenceOptions - Class in org.eclipse.lsp4j
- ReferenceOptions() - Constructor for class org.eclipse.lsp4j.ReferenceOptions
- ReferenceParams - Class in org.eclipse.lsp4j
-
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
- ReferenceParams() - Constructor for class org.eclipse.lsp4j.ReferenceParams
- ReferenceParams(ReferenceContext) - Constructor for class org.eclipse.lsp4j.ReferenceParams
-
Deprecated.
- ReferenceParams(TextDocumentIdentifier, Position, ReferenceContext) - Constructor for class org.eclipse.lsp4j.ReferenceParams
- ReferenceRegistrationOptions - Class in org.eclipse.lsp4j
- ReferenceRegistrationOptions() - Constructor for class org.eclipse.lsp4j.ReferenceRegistrationOptions
- references(ReferenceParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
- ReferencesCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/references`
- ReferencesCapabilities() - Constructor for class org.eclipse.lsp4j.ReferencesCapabilities
- ReferencesCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ReferencesCapabilities
- refreshCodeLenses() - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
workspace/codeLens/refreshrequest is sent from the server to the client. - refreshDiagnostics() - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
workspace/diagnostic/refreshrequest is sent from the server to the client. - refreshInlayHints() - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
workspace/inlayHint/refreshrequest is sent from the server to the client. - refreshInlineValues() - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
workspace/inlineValue/refreshrequest is sent from the server to the client. - refreshSemanticTokens() - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
workspace/semanticTokens/refreshrequest is sent from the server to the client. - Regexp - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- Region - Static variable in class org.eclipse.lsp4j.FoldingRangeKind
-
Folding range for a region
- registerCapability(RegistrationParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
client/registerCapabilityrequest is sent from the server to the client to register for a new capability on the client side. - Registration - Class in org.eclipse.lsp4j
-
General parameters to register for a capability.
- Registration() - Constructor for class org.eclipse.lsp4j.Registration
- Registration(String, String) - Constructor for class org.eclipse.lsp4j.Registration
- Registration(String, String, Object) - Constructor for class org.eclipse.lsp4j.Registration
- RegistrationParams - Class in org.eclipse.lsp4j
-
The client/registerCapability request is sent from the server to the client to register for a new capability on the client side.
- RegistrationParams() - Constructor for class org.eclipse.lsp4j.RegistrationParams
- RegistrationParams(List<Registration>) - Constructor for class org.eclipse.lsp4j.RegistrationParams
- RegularExpressionsCapabilities - Class in org.eclipse.lsp4j
-
Client capabilities specific to regular expressions.
- RegularExpressionsCapabilities() - Constructor for class org.eclipse.lsp4j.RegularExpressionsCapabilities
- RegularExpressionsCapabilities(String) - Constructor for class org.eclipse.lsp4j.RegularExpressionsCapabilities
- RegularExpressionsCapabilities(String, String) - Constructor for class org.eclipse.lsp4j.RegularExpressionsCapabilities
- RelatedFullDocumentDiagnosticReport - Class in org.eclipse.lsp4j
-
A full diagnostic report with a set of related documents.
- RelatedFullDocumentDiagnosticReport() - Constructor for class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
- RelatedFullDocumentDiagnosticReport(List<Diagnostic>) - Constructor for class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
- RelatedUnchangedDocumentDiagnosticReport - Class in org.eclipse.lsp4j
-
An unchanged diagnostic report with a set of related documents.
- RelatedUnchangedDocumentDiagnosticReport() - Constructor for class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
- RelatedUnchangedDocumentDiagnosticReport(String) - Constructor for class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
- Relative - Static variable in class org.eclipse.lsp4j.TokenFormat
- RelativePattern - Class in org.eclipse.lsp4j
-
A relative pattern is a helper to construct glob patterns that are matched relatively to a base URI.
- RelativePattern() - Constructor for class org.eclipse.lsp4j.RelativePattern
- RelativePattern(Either<WorkspaceFolder, String>, String) - Constructor for class org.eclipse.lsp4j.RelativePattern
- remove() - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
- rename(RenameParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The rename request is sent from the client to the server to do a workspace wide rename of a symbol.
- Rename - Static variable in class org.eclipse.lsp4j.ResourceOperationKind
-
Supports renaming existing files and folders.
- RenameCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/rename`
- RenameCapabilities() - Constructor for class org.eclipse.lsp4j.RenameCapabilities
- RenameCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.RenameCapabilities
- RenameCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.RenameCapabilities
- RenameFile - Class in org.eclipse.lsp4j
-
Rename file operation
- RenameFile() - Constructor for class org.eclipse.lsp4j.RenameFile
- RenameFile(String, String) - Constructor for class org.eclipse.lsp4j.RenameFile
- RenameFile(String, String, RenameFileOptions) - Constructor for class org.eclipse.lsp4j.RenameFile
- RenameFileOptions - Class in org.eclipse.lsp4j
-
Rename file options
- RenameFileOptions() - Constructor for class org.eclipse.lsp4j.RenameFileOptions
- RenameFileOptions(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.RenameFileOptions
- RenameFilesParams - Class in org.eclipse.lsp4j
-
The parameters sent in notifications/requests for user-initiated renames of files.
- RenameFilesParams() - Constructor for class org.eclipse.lsp4j.RenameFilesParams
- RenameFilesParams(List<FileRename>) - Constructor for class org.eclipse.lsp4j.RenameFilesParams
- RenameOptions - Class in org.eclipse.lsp4j
-
Rename options.
- RenameOptions() - Constructor for class org.eclipse.lsp4j.RenameOptions
- RenameOptions(Boolean) - Constructor for class org.eclipse.lsp4j.RenameOptions
- RenameParams - Class in org.eclipse.lsp4j
-
The rename request is sent from the client to the server to do a workspace wide rename of a symbol.
- RenameParams() - Constructor for class org.eclipse.lsp4j.RenameParams
- RenameParams(TextDocumentIdentifier, Position, String) - Constructor for class org.eclipse.lsp4j.RenameParams
- report - org.eclipse.lsp4j.WorkDoneProgressKind
- resolveCodeAction(CodeAction) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The request is sent from the client to the server to resolve additional information for a given code action.
- resolveCodeLens(CodeLens) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The code lens resolve request is sent from the client to the server to resolve the command for a given code lens item.
- resolveCompletionItem(CompletionItem) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The request is sent from the client to the server to resolve additional information for a given completion item.
- resolveInlayHint(InlayHint) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The request is sent from the client to the server to resolve additional information for a given inlay hint.
- resolveWorkspaceSymbol(WorkspaceSymbol) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The request is sent from the client to the server to resolve additional information for a given workspace symbol.
- ResourceOperation - Class in org.eclipse.lsp4j
- ResourceOperation() - Constructor for class org.eclipse.lsp4j.ResourceOperation
- ResourceOperation(String) - Constructor for class org.eclipse.lsp4j.ResourceOperation
- ResourceOperationKind - Class in org.eclipse.lsp4j
-
The kind of resource operations supported by the client.
- ResourceOperationTypeAdapter - Class in org.eclipse.lsp4j.adapters
- ResourceOperationTypeAdapter() - Constructor for class org.eclipse.lsp4j.adapters.ResourceOperationTypeAdapter
S
- SaveOptions - Class in org.eclipse.lsp4j
-
Save options.
- SaveOptions() - Constructor for class org.eclipse.lsp4j.SaveOptions
- SaveOptions(Boolean) - Constructor for class org.eclipse.lsp4j.SaveOptions
- Scheme - Static variable in class org.eclipse.lsp4j.UniquenessLevel
-
The moniker is unique inside the moniker scheme.
- selectionRange(SelectionRangeParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The
textDocument/selectionRangerequest is sent from the client to the server to return suggested selection ranges at an array of given positions. - 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
- SelectionRangeCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to `textDocument/selectionRange` requests
- SelectionRangeCapabilities() - Constructor for class org.eclipse.lsp4j.SelectionRangeCapabilities
- SelectionRangeCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SelectionRangeCapabilities
- SelectionRangeOptions - Class in org.eclipse.lsp4j
-
Selection range options.
- SelectionRangeOptions() - Constructor for class org.eclipse.lsp4j.SelectionRangeOptions
- SelectionRangeParams - Class in org.eclipse.lsp4j
-
A parameter literal used in selection range requests.
- SelectionRangeParams() - Constructor for class org.eclipse.lsp4j.SelectionRangeParams
- SelectionRangeParams(TextDocumentIdentifier, List<Position>) - Constructor for class org.eclipse.lsp4j.SelectionRangeParams
- SelectionRangeRegistrationOptions - Class in org.eclipse.lsp4j
-
Selection range registration options.
- SelectionRangeRegistrationOptions() - Constructor for class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
- SelectionRangeRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
- SemanticTokenModifiers - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokens - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokens() - Constructor for class org.eclipse.lsp4j.SemanticTokens
- SemanticTokens(String, List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokens
- SemanticTokens(List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokens
- SemanticTokensCapabilities - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensCapabilities() - Constructor for class org.eclipse.lsp4j.SemanticTokensCapabilities
- SemanticTokensCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensCapabilities
- SemanticTokensCapabilities(Boolean, SemanticTokensClientCapabilitiesRequests, List<String>, List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SemanticTokensCapabilities
- SemanticTokensCapabilities(SemanticTokensClientCapabilitiesRequests, List<String>, List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SemanticTokensCapabilities
- SemanticTokensClientCapabilitiesRequests - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensClientCapabilitiesRequests() - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- SemanticTokensClientCapabilitiesRequests(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- SemanticTokensClientCapabilitiesRequests(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- SemanticTokensClientCapabilitiesRequests(SemanticTokensClientCapabilitiesRequestsFull) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- SemanticTokensClientCapabilitiesRequests(SemanticTokensClientCapabilitiesRequestsFull, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- SemanticTokensClientCapabilitiesRequestsFull - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensClientCapabilitiesRequestsFull() - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
- SemanticTokensClientCapabilitiesRequestsFull(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
- SemanticTokensDelta - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensDelta() - Constructor for class org.eclipse.lsp4j.SemanticTokensDelta
- SemanticTokensDelta(List<SemanticTokensEdit>) - Constructor for class org.eclipse.lsp4j.SemanticTokensDelta
- SemanticTokensDelta(List<SemanticTokensEdit>, String) - Constructor for class org.eclipse.lsp4j.SemanticTokensDelta
- SemanticTokensDeltaParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic token deltas for a given whole file.
- SemanticTokensDeltaParams() - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaParams
- SemanticTokensDeltaParams(TextDocumentIdentifier, String) - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaParams
- SemanticTokensDeltaPartialResult - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensDeltaPartialResult() - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
- SemanticTokensDeltaPartialResult(List<SemanticTokensEdit>) - Constructor for class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
- SemanticTokensEdit - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensEdit() - Constructor for class org.eclipse.lsp4j.SemanticTokensEdit
- SemanticTokensEdit(int, int, List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokensEdit
- semanticTokensFull(SemanticTokensParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The
textDocument/semanticTokens/fullrequest 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/deltarequest is sent from the client to the server to return the semantic tokens delta for a whole file. - SemanticTokensFullDeltaResponseAdapter - Class in org.eclipse.lsp4j.adapters
- SemanticTokensFullDeltaResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.SemanticTokensFullDeltaResponseAdapter
- SemanticTokensLegend - Class in org.eclipse.lsp4j
-
The legend used by the server
- SemanticTokensLegend() - Constructor for class org.eclipse.lsp4j.SemanticTokensLegend
- SemanticTokensLegend(List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SemanticTokensLegend
- SemanticTokensParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic tokens for a given whole file.
- SemanticTokensParams() - Constructor for class org.eclipse.lsp4j.SemanticTokensParams
- SemanticTokensParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.SemanticTokensParams
- SemanticTokensPartialResult - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensPartialResult() - Constructor for class org.eclipse.lsp4j.SemanticTokensPartialResult
- SemanticTokensPartialResult(List<Integer>) - Constructor for class org.eclipse.lsp4j.SemanticTokensPartialResult
- semanticTokensRange(SemanticTokensRangeParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The
textDocument/semanticTokens/rangerequest is sent from the client to the server to return the semantic tokens delta for a range. - SemanticTokensRangeParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve semantic tokens for a range in a given file.
- SemanticTokensRangeParams() - Constructor for class org.eclipse.lsp4j.SemanticTokensRangeParams
- SemanticTokensRangeParams(TextDocumentIdentifier, Range) - Constructor for class org.eclipse.lsp4j.SemanticTokensRangeParams
- SemanticTokensServerFull - Class in org.eclipse.lsp4j
-
Server supports providing semantic tokens for a full document.
- SemanticTokensServerFull() - Constructor for class org.eclipse.lsp4j.SemanticTokensServerFull
- SemanticTokensServerFull(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensServerFull
- SemanticTokensWithRegistrationOptions - Class in org.eclipse.lsp4j
-
Since 3.16.0
- SemanticTokensWithRegistrationOptions() - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, SemanticTokensServerFull) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, SemanticTokensServerFull, Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- SemanticTokensWithRegistrationOptions(SemanticTokensLegend, SemanticTokensServerFull, Boolean, List<DocumentFilter>) - Constructor for class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- SemanticTokensWorkspaceCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the semantic token requests scoped to the workspace.
- SemanticTokensWorkspaceCapabilities() - Constructor for class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
- SemanticTokensWorkspaceCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
- SemanticTokenTypes - Class in org.eclipse.lsp4j
-
Since 3.16.0
- ServerCapabilities - Class in org.eclipse.lsp4j
-
The server can signal these capabilities
- ServerCapabilities() - Constructor for class org.eclipse.lsp4j.ServerCapabilities
- ServerInfo - Class in org.eclipse.lsp4j
-
Information about the server.
- ServerInfo() - Constructor for class org.eclipse.lsp4j.ServerInfo
- ServerInfo(String) - Constructor for class org.eclipse.lsp4j.ServerInfo
- ServerInfo(String, String) - Constructor for class org.eclipse.lsp4j.ServerInfo
- setActions(List<MessageActionItem>) - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
-
The message action items to present.
- setActiveParameter(Integer) - Method in class org.eclipse.lsp4j.SignatureHelp
-
The active parameter of the active signature.
- setActiveParameter(Integer) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The index of the active parameter.
- setActiveParameterSupport(Boolean) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
The client supports the
SignatureInformation.activeParameterproperty. - 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
- setAdditionalPropertiesSupport(Boolean) - Method in class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
-
Whether the client supports additional attributes which are preserved and sent back to the server in the request's response.
- setAdditionalTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.ColorPresentation
-
An optional array of additional text edits that are applied when selecting this color presentation.
- setAdditionalTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional array of additional text edits that are applied when selecting this completion.
- setAllCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The list of all possible characters that commit a completion.
- setAllCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The list of all possible characters that commit a completion.
- setAllowedTags(List<String>) - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
A list of HTML tags that the client allows / supports in Markdown.
- setAlpha(double) - Method in class org.eclipse.lsp4j.Color
-
The alpha component of this color in the range [0-1].
- setAnnotationId(String) - Method in class org.eclipse.lsp4j.AnnotatedTextEdit
-
The actual annotation identifier
- setAnnotationId(String) - Method in class org.eclipse.lsp4j.ResourceOperation
-
An optional annotation identifier describing the operation.
- setApplied(boolean) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
Indicates whether the edit was applied or not.
- setApplyEdit(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'.
- setArguments(List<Object>) - Method in class org.eclipse.lsp4j.Command
-
Arguments that the command handler should be invoked with.
- setArguments(List<Object>) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
Arguments that the command should be invoked with.
- setArray(NotebookCellArrayChange) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
-
The change to the cell array.
- setAugmentsSyntaxTokens(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client uses semantic tokens to augment existing syntax tokens.
- setBaseUri(String) - Method in class org.eclipse.lsp4j.RelativePattern
- setBaseUri(Either<WorkspaceFolder, String>) - Method in class org.eclipse.lsp4j.RelativePattern
-
A workspace folder or a base URI as a string to which this pattern will be matched against relatively.
- setBaseUri(WorkspaceFolder) - Method in class org.eclipse.lsp4j.RelativePattern
- 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(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setCallHierarchyProvider(CallHierarchyRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setCallHierarchyProvider(Either<Boolean, CallHierarchyRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Call Hierarchy support.
- setCancel(boolean) - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
-
The client will actively cancel the request.
- setCancellable(Boolean) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Controls if a cancel button should show to allow the user to cancel the long running operation.
- setCancellable(Boolean) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Controls enablement state of a cancel button.
- setCapabilities(ClientCapabilities) - Method in class org.eclipse.lsp4j.InitializeParams
-
The capabilities provided by the client (editor or tool)
- setCapabilities(ServerCapabilities) - Method in class org.eclipse.lsp4j.InitializeResult
-
The capabilities the language server provides.
- setCaseSensitiveLookup(boolean) - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
How to perform the lookup.
- setCells(List<NotebookCell>) - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
-
The new cells, if any
- setCells(List<NotebookCell>) - Method in class org.eclipse.lsp4j.NotebookDocument
-
The cells of a notebook.
- setCells(List<NotebookSelectorCell>) - Method in class org.eclipse.lsp4j.NotebookSelector
-
The cells of the matching notebook to be synced.
- setCells(NotebookDocumentChangeEventCells) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEvent
-
Changes to cells
- setCellTextDocuments(List<TextDocumentIdentifier>) - Method in class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
-
The text documents that represent the content of a notebook cell that got closed.
- setCellTextDocuments(List<TextDocumentItem>) - Method in class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
-
The text documents that represent the content of a notebook cell.
- setCh(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
-
The character that has been typed.
- setChange(NotebookDocumentChangeEvent) - Method in class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
-
The actual changes to the notebook document.
- setChange(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Change notifications are sent to the server.
- setChangeAnnotations(Map<String, ChangeAnnotation>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
A map of change annotations that can be referenced in
AnnotatedTextEdits orResourceOperations. - setChangeAnnotationSupport(WorkspaceEditChangeAnnotationSupportCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Whether the client in general supports change annotations on text edits, create file, rename file and delete file changes.
- setChangeNotifications(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
- setChangeNotifications(String) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
- setChangeNotifications(Either<String, Boolean>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
Whether the server wants to receive workspace folder change notifications.
- setChanges(List<FileEvent>) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
-
The actual file events.
- setChanges(List<TextDocumentContentChangeEvent>) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- setChanges(Map<String, List<TextEdit>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
Holds changes to existing resources.
- setCharacter(int) - Method in class org.eclipse.lsp4j.Position
-
Character offset on a line in a document (zero-based).
- setChildren(List<DocumentSymbol>) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Children of this symbol, e.g.
- setClientInfo(ClientInfo) - Method in class org.eclipse.lsp4j.InitializeParams
-
Information about the client
- setCode(Integer) - Method in class org.eclipse.lsp4j.Diagnostic
- setCode(String) - Method in class org.eclipse.lsp4j.Diagnostic
- setCode(Either<String, Integer>) - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's code.
- setCodeAction(CodeActionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/codeAction - setCodeActionKind(CodeActionKindCapabilities) - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
-
The code action kind is support with the following value set.
- setCodeActionKinds(List<String>) - Method in class org.eclipse.lsp4j.CodeActionOptions
-
CodeActionKinds that this server may return.
- setCodeActionKinds(List<String>) - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
-
CodeActionKinds that this server may return.
- setCodeActionLiteralSupport(CodeActionLiteralSupportCapabilities) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
The client support code action literals as a valid response of the `textDocument/codeAction` request.
- setCodeActionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setCodeActionProvider(CodeActionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setCodeActionProvider(Either<Boolean, CodeActionOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code actions.
- setCodeDescription(DiagnosticCodeDescription) - Method in class org.eclipse.lsp4j.Diagnostic
-
An optional property to describe the error code.
- setCodeDescriptionSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports a codeDescription property
- setCodeLens(CodeLensCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/codeLens - setCodeLens(CodeLensWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the code lens requests scoped to the workspace.
- setCodeLensProvider(CodeLensOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides code lens.
- setCollapsedText(Boolean) - Method in class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
-
If set, the client signals that it supports setting
FoldingRange.collapsedTexton folding ranges to display custom labels instead of the default text. - setCollapsedText(String) - Method in class org.eclipse.lsp4j.FoldingRange
-
The text that the client should show when the specified range is collapsed.
- 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(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setColorProvider(ColorProviderCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/documentColorand thetextDocument/colorPresentationrequest. - setColorProvider(ColorProviderOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setColorProvider(Either<Boolean, ColorProviderOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides color provider support.
- setCommand(String) - Method in class org.eclipse.lsp4j.Command
-
The identifier of the actual command handler.
- setCommand(String) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
The identifier of the actual command handler.
- 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(Command) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional command that is executed after inserting this completion.
- setCommand(Command) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
An optional command for this label part.
- setCommands(List<String>) - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
-
The commands to be executed on the server
- setCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionItem
-
An optional set of characters that when pressed while this completion is active will accept it first and then type that character.
- setCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default commit character set.
- setCommitCharactersSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports commit characters on a completion item.
- setCompletion(CompletionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/completion - setCompletionItem(CompletionItemCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionItemspecific capabilities. - setCompletionItem(CompletionItemOptions) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server supports the following
CompletionItemspecific capabilities. - setCompletionItem(CompletionItemOptions) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server supports the following
CompletionItemspecific capabilities. - setCompletionItemKind(CompletionItemKindCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionItemKindspecific capabilities. - setCompletionList(CompletionListCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports the following
CompletionListspecific capabilities. - setCompletionProvider(CompletionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides completion support.
- setConfiguration(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client supports `workspace/configuration` requests.
- setContainerName(String) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- setContainerName(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The name of the symbol containing this symbol.
- setContentChanges(List<TextDocumentContentChangeEvent>) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The actual content changes.
- setContentFormat(List<String>) - Method in class org.eclipse.lsp4j.HoverCapabilities
-
Client supports the following content formats if the content property refers to
MarkupContent. - setContents(List<Either<String, MarkedString>>) - Method in class org.eclipse.lsp4j.Hover
- setContents(Either<List<Either<String, MarkedString>>, MarkupContent>) - Method in class org.eclipse.lsp4j.Hover
-
The hover's content as markdown
- setContents(MarkupContent) - Method in class org.eclipse.lsp4j.Hover
- setContext(CodeActionContext) - Method in class org.eclipse.lsp4j.CodeActionParams
-
Context carrying additional information.
- setContext(CompletionContext) - Method in class org.eclipse.lsp4j.CompletionParams
-
The completion context.
- setContext(InlineValueContext) - Method in class org.eclipse.lsp4j.InlineValueParams
-
Additional information about the context in which inline values were requested.
- setContext(ReferenceContext) - Method in class org.eclipse.lsp4j.ReferenceParams
- setContext(SignatureHelpContext) - Method in class org.eclipse.lsp4j.SignatureHelpParams
-
The signature help context.
- setContextSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client supports sending additional context information for a `textDocument/completion` request.
- setContextSupport(Boolean) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
The client supports to send additional context information for a `textDocument/signatureHelp` request.
- setData(Object) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
A data entry field that is preserved between a call hierarchy prepare and incoming calls or outgoing calls requests.
- setData(Object) - Method in class org.eclipse.lsp4j.CodeAction
-
A data entry field that is preserved on a code action between a `textDocument/codeAction` and a `codeAction/resolve` request.
- setData(Object) - Method in class org.eclipse.lsp4j.CodeLens
-
A data entry field that is preserved on a code lens item between a code lens and a code lens resolve request.
- setData(Object) - Method in class org.eclipse.lsp4j.CompletionItem
-
A data entry field that is preserved on a completion item between a completion and a completion resolve request.
- setData(Object) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default data value.
- setData(Object) - Method in class org.eclipse.lsp4j.Diagnostic
-
A data entry field that is preserved between a `textDocument/publishDiagnostics` notification and `textDocument/codeAction` request.
- setData(Object) - Method in class org.eclipse.lsp4j.DocumentLink
-
A data entry field that is preserved on a document link between a DocumentLinkRequest and a DocumentLinkResolveRequest.
- setData(Object) - Method in class org.eclipse.lsp4j.InlayHint
-
A data entry field that is preserved on a inlay hint between a
textDocument/inlayHintand ainlayHint/resolverequest. - setData(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
A data entry field that is preserved between a type hierarchy prepare and supertypes or subtypes requests.
- setData(Object) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
A data entry field that is preserved on a workspace symbol between a workspace symbol request and a workspace symbol resolve request.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokens
-
The actual tokens.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The elements to insert.
- setData(List<Integer>) - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
- setData(List<NotebookCell>) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
-
Changes to notebook cells properties like its kind, execution summary or metadata.
- setDataSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the
CodeAction.dataproperty which is preserved between a `textDocument/codeAction` and a `codeAction/resolve` request. - setDataSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether code action supports the
Diagnostic.dataproperty which is preserved between a `textDocument/publishDiagnostics` and `textDocument/codeAction` request. - setDeclaration(DeclarationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/declaration - setDeclarationProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDeclarationProvider(DeclarationRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDeclarationProvider(Either<Boolean, DeclarationRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides go to declaration support.
- setDefaultBehavior(boolean) - Method in class org.eclipse.lsp4j.PrepareRenameDefaultBehavior
-
Indicates that the client should use its default behavior to compute the rename range.
- setDefinition(DefinitionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/definition - setDefinitionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDefinitionProvider(DefinitionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDefinitionProvider(Either<Boolean, DefinitionOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides goto definition support.
- setDeleteCount(int) - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
-
The deleted cells
- 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
-
Deprecated.Use
CompletionItem.tagsinstead if supported. - setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Deprecated.Use
DocumentSymbol.tagsinstead if supported. - setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.Use
SymbolInformation.tagsinstead if supported. - setDeprecatedSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the deprecated property on a completion item.
- setDescription(String) - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A human-readable string which is rendered less prominent in the user interface.
- setDescription(String) - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
-
An optional string which is rendered less prominently after
CompletionItemLabelDetails.detail. - setDetail(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
More detail for this item, e.g the signature of a function.
- setDetail(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string with additional information about this item, like type or symbol information.
- setDetail(String) - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
-
An optional string which is rendered less prominently directly after
CompletionItem.label, without any spacing. - setDetail(String) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
More detail for this symbol, e.g the signature of a function.
- setDetail(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
More detail for this item, e.g.
- setDiagnostic(DiagnosticCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the diagnostic pull model.
- setDiagnosticProvider(DiagnosticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server has support for pull model diagnostics.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.CodeAction
-
The diagnostics that this code action resolves.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.CodeActionContext
-
An array of diagnostics.
- setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
An array of diagnostic information items.
- setDiagnostics(DiagnosticWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to diagnostics.
- setDidChangeConfiguration(DidChangeConfigurationCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeConfiguration` notification.
- setDidChangeWatchedFiles(DidChangeWatchedFilesCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
- setDidClose(List<TextDocumentIdentifier>) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
-
Additional closed cell text documents.
- setDidCreate(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didCreateFiles notifications.
- setDidCreate(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didCreateFiles notifications.
- setDidDelete(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didDeleteFiles notifications.
- setDidDelete(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didDeleteFiles file notifications.
- setDidOpen(List<TextDocumentItem>) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
-
Additional opened cell text documents.
- setDidRename(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending didRenameFiles notifications.
- setDidRename(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving didRenameFiles notifications.
- setDidSave(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports did save notifications.
- setDisabled(CodeActionDisabled) - Method in class org.eclipse.lsp4j.CodeAction
-
Marks that the code action cannot currently be applied.
- setDisabledSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the
CodeAction.disabledproperty. - setDocument(String) - Method in class org.eclipse.lsp4j.NotebookCell
-
The URI of the cell's text document content.
- setDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- setDocumentation(String) - Method in class org.eclipse.lsp4j.CompletionItem
- setDocumentation(String) - Method in class org.eclipse.lsp4j.ParameterInformation
- setDocumentation(String) - Method in class org.eclipse.lsp4j.SignatureInformation
- setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.CompletionItem
-
A human-readable string that represents a doc-comment.
- setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.ParameterInformation
-
The human-readable doc-comment of this signature.
- setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The human-readable doc-comment of this signature.
- setDocumentation(MarkupContent) - Method in class org.eclipse.lsp4j.CompletionItem
- setDocumentation(MarkupContent) - Method in class org.eclipse.lsp4j.ParameterInformation
- 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(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The client supports versioned document changes in
WorkspaceEdits - setDocumentChanges(List<Either<TextDocumentEdit, ResourceOperation>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
-
Depending on the client capability
WorkspaceEditCapabilities.resourceOperationsdocument changes are either an array ofTextDocumentEdits to express changes to n different text documents where each text document edit addresses a specific version of a text document. - setDocumentFormattingProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDocumentFormattingProvider(DocumentFormattingOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDocumentFormattingProvider(Either<Boolean, DocumentFormattingOptions>) - 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
- setDocumentHighlightProvider(DocumentHighlightOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDocumentHighlightProvider(Either<Boolean, DocumentHighlightOptions>) - 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
- setDocumentRangeFormattingProvider(DocumentRangeFormattingOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDocumentRangeFormattingProvider(Either<Boolean, DocumentRangeFormattingOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides document range formatting.
- 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
- setDocumentSymbolProvider(DocumentSymbolOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setDocumentSymbolProvider(Either<Boolean, DocumentSymbolOptions>) - 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.
- setEditRange(Either<Range, InsertReplaceRange>) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default edit range
- setEdits(List<SemanticTokensEdit>) - Method in class org.eclipse.lsp4j.SemanticTokensDelta
-
The semantic token edits to transform a previous result into a new result.
- setEdits(List<SemanticTokensEdit>) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
- setEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The edits to be applied
- setEnd(Position) - Method in class org.eclipse.lsp4j.Range
-
The range's end position
- setEndCharacter(Integer) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset before the folded range ends.
- setEndLine(int) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number where the folded range ends.
- setEngine(String) - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
-
The engine's name.
- setEvent(WorkspaceFoldersChangeEvent) - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
-
The actual workspace folder change event.
- setExecuteCommand(ExecuteCommandCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/executeCommand` request.
- setExecuteCommandProvider(ExecuteCommandOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides execute command support.
- setExecutionOrder(int) - Method in class org.eclipse.lsp4j.ExecutionSummary
-
A strict monotonically increasing value indicating the execution order of a cell inside a notebook.
- setExecutionSummary(ExecutionSummary) - Method in class org.eclipse.lsp4j.NotebookCell
-
Additional execution summary information if supported by the client.
- setExecutionSummarySupport(Boolean) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncClientCapabilities
-
The client supports sending execution summary data per cell.
- setExperimental(Object) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Experimental client capabilities.
- setExperimental(Object) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Experimental server capabilities.
- setExpression(String) - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
-
If specified the name of the variable to look up.
- setExternal(Boolean) - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
Indicates to show the resource in an external program.
- setFailedChange(Integer) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
Depending on the client's failure handling strategy `failedChange` might contain the index of the change that failed.
- setFailureHandling(String) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The failure handling strategy of a client if applying the workspace edit fails.
- setFailureReason(String) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
-
An optional textual description for why the edit was not applied.
- setFileOperations(FileOperationsServerCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server is interested in file notifications/requests.
- setFileOperations(FileOperationsWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for file requests/notifications.
- setFiles(List<FileCreate>) - Method in class org.eclipse.lsp4j.CreateFilesParams
-
An array of all files/folders created in this operation.
- setFiles(List<FileDelete>) - Method in class org.eclipse.lsp4j.DeleteFilesParams
-
An array of all files/folders deleted in this operation.
- setFiles(List<FileRename>) - Method in class org.eclipse.lsp4j.RenameFilesParams
-
An array of all files/folders renamed in this operation.
- setFilters(List<FileOperationFilter>) - Method in class org.eclipse.lsp4j.FileOperationOptions
-
The actual filters.
- setFilterText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be used when filtering a set of completion items.
- setFirstTriggerCharacter(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
A character on which formatting should be triggered, like `}`.
- setFirstTriggerCharacter(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
A character on which formatting should be triggered, like `}`.
- setFoldingRange(FoldingRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to
textDocument/foldingRangerequests. - setFoldingRange(FoldingRangeSupportCapabilities) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
Specific options for the folding range.
- setFoldingRangeKind(FoldingRangeKindSupportCapabilities) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
Specific options for the folding range kind.
- setFoldingRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setFoldingRangeProvider(FoldingRangeProviderOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setFoldingRangeProvider(Either<Boolean, FoldingRangeProviderOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides folding provider support.
- setFormats(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The formats the client supports.
- setFormatting(FormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/formatting - setFrameId(int) - Method in class org.eclipse.lsp4j.InlineValueContext
-
The stack frame (as a DAP Id) where the execution has stopped.
- setFrom(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The item that makes the call.
- setFromRanges(List<Range>) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
-
The range at which at which the calls appears.
- setFromRanges(List<Range>) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The range at which this item is called.
- setFull(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- setFull(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- 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(Either<Boolean, SemanticTokensServerFull>) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a full document.
- setFull(SemanticTokensClientCapabilitiesRequestsFull) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- setFull(SemanticTokensServerFull) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- setGeneral(GeneralClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
General client capabilities.
- setGlob(String) - Method in class org.eclipse.lsp4j.FileOperationPattern
-
The glob pattern to match.
- setGlobPattern(String) - Method in class org.eclipse.lsp4j.FileSystemWatcher
- setGlobPattern(Either<String, RelativePattern>) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The glob pattern to watch.
- setGlobPattern(RelativePattern) - Method in class org.eclipse.lsp4j.FileSystemWatcher
- setGreen(double) - Method in class org.eclipse.lsp4j.Color
-
The green component of this color in the range [0-1].
- setGroupsOnLabel(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
-
Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.
- setHierarchicalDocumentSymbolSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client support hierarchical document symbols.
- setHonorsChangeAnnotations(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client honors the change annotations in text edits and resource operations returned via the
CodeAction.editproperty by for example presenting the workspace edit in the user interface and asking for confirmation. - setHonorsChangeAnnotations(Boolean) - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Whether the client honors the change annotations in text edits and resource operations returned via the rename request's workspace edit by for example presenting the workspace edit in the user interface and asking for confirmation.
- setHover(HoverCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/hover - setHoverProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setHoverProvider(HoverOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setHoverProvider(Either<Boolean, HoverOptions>) - 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.CallHierarchyRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.ColorProviderOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.DeclarationRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.ImplementationRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.InlineValueRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.Registration
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.TypeHierarchyRegistrationOptions
-
The id used to register the request.
- setId(String) - Method in class org.eclipse.lsp4j.Unregistration
-
The id used to unregister the request or notification.
- setIdentifier(String) - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
An optional identifier under which the diagnostics are managed by the client.
- setIdentifier(String) - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
-
The additional identifier provided during registration.
- setIdentifier(String) - Method in class org.eclipse.lsp4j.Moniker
-
The identifier of the moniker.
- setIdentifier(String) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
-
The additional identifier provided during registration.
- setIgnoreCase(Boolean) - Method in class org.eclipse.lsp4j.FileOperationPatternOptions
-
The pattern should be matched ignoring casing.
- setIgnoreIfExists(Boolean) - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Ignore if exists.
- setIgnoreIfExists(Boolean) - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Ignores if target exists.
- setIgnoreIfNotExists(Boolean) - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Ignore the operation if the file doesn't exist.
- setImplementation(ImplementationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/implementation - setImplementationProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setImplementationProvider(ImplementationRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setImplementationProvider(Either<Boolean, ImplementationRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Implementation support.
- setIncludeDeclaration(boolean) - Method in class org.eclipse.lsp4j.ReferenceContext
-
Include the declaration of the current symbol.
- setIncludeText(Boolean) - Method in class org.eclipse.lsp4j.SaveOptions
-
The client is supposed to include the content on save.
- setIncludeText(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
-
The client is supposed to include the content on save.
- setInitializationOptions(Object) - Method in class org.eclipse.lsp4j.InitializeParams
-
User provided initialization options.
- setInlayHint(InlayHintCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/inlayHintrequest. - setInlayHint(InlayHintWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to inlay hints.
- setInlayHintProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setInlayHintProvider(InlayHintRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setInlayHintProvider(Either<Boolean, InlayHintRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides inlay hints.
- setInlineValue(InlineValueCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Client capabilities specific to inline values.
- setInlineValue(InlineValueWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Client workspace capabilities specific to inline values.
- setInlineValueProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setInlineValueProvider(InlineValueRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setInlineValueProvider(Either<Boolean, InlineValueRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides inline values.
- setInsert(Range) - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the insert is requested
- setInsert(Range) - Method in class org.eclipse.lsp4j.InsertReplaceRange
-
The range if the insert is requested
- setInsertFinalNewline(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
- setInsertReplaceSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client support insert replace edit to control different behavior if a completion item is inserted in the text or should replace text.
- setInsertSpaces(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
- setInsertText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
A string that should be inserted a document when selecting this completion.
- setInsertTextFormat(InsertTextFormat) - Method in class org.eclipse.lsp4j.CompletionItem
-
The format of the insert text.
- setInsertTextFormat(InsertTextFormat) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default insert text format
- setInsertTextMode(InsertTextMode) - Method in class org.eclipse.lsp4j.CompletionCapabilities
-
The client's default when the completion item doesn't provide a
CompletionItem.insertTextModeproperty. - setInsertTextMode(InsertTextMode) - Method in class org.eclipse.lsp4j.CompletionItem
-
How whitespace and indentation is handled during completion item insertion.
- setInsertTextMode(InsertTextMode) - Method in class org.eclipse.lsp4j.CompletionItemDefaults
-
A default insert text mode
- setInsertTextModeSupport(CompletionItemInsertTextModeSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
The client supports the
CompletionItem.insertTextModeproperty on a completion item to override the whitespace handling mode as defined by the client. - setInterFileDependencies(boolean) - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
Whether the language has inter file dependencies meaning that editing code in one file can result in a different diagnostic set in another file.
- setIsIncomplete(boolean) - Method in class org.eclipse.lsp4j.CompletionList
-
This list is not complete.
- setIsPreferred(Boolean) - Method in class org.eclipse.lsp4j.CodeAction
-
Marks this as a preferred action.
- setIsPreferredSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether code action supports the
CodeAction.isPreferredproperty. - setIsRetrigger(boolean) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
trueif signature help was already showing when it was triggered. - setItem(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
- setItem(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
- setItem(TypeHierarchyItem) - Method in class org.eclipse.lsp4j.TypeHierarchySubtypesParams
-
Representation of an item that carries type information.
- setItem(TypeHierarchyItem) - Method in class org.eclipse.lsp4j.TypeHierarchySupertypesParams
-
Representation of an item that carries type information.
- setItemDefaults(List<String>) - Method in class org.eclipse.lsp4j.CompletionListCapabilities
-
The client supports the following itemDefaults on a completion list.
- setItemDefaults(CompletionItemDefaults) - Method in class org.eclipse.lsp4j.CompletionList
-
In many cases the items of an actual completion result share the same value for properties like
CompletionItem.commitCharactersor the range of a text edit. - setItems(List<CompletionItem>) - Method in class org.eclipse.lsp4j.CompletionList
-
The completion items.
- setItems(List<ConfigurationItem>) - Method in class org.eclipse.lsp4j.ConfigurationParams
- setItems(List<Diagnostic>) - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
The actual items.
- setItems(List<WorkspaceDocumentDiagnosticReport>) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReport
- setItems(List<WorkspaceDocumentDiagnosticReport>) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
- setKind(Integer) - Method in class org.eclipse.lsp4j.FileSystemWatcher
-
The kind of events of interest.
- setKind(String) - Method in class org.eclipse.lsp4j.CodeAction
-
The kind of the code action.
- setKind(String) - Method in class org.eclipse.lsp4j.FoldingRange
-
Describes the kind of the folding range such as
FoldingRangeKind.CommentorFoldingRangeKind.Region. - setKind(String) - Method in class org.eclipse.lsp4j.MarkupContent
-
The type of the Markup.
- setKind(String) - Method in class org.eclipse.lsp4j.Moniker
-
The moniker kind if known.
- setKind(String) - Method in class org.eclipse.lsp4j.ResourceOperation
-
The kind of resource operation.
- setKind(CompletionItemKind) - Method in class org.eclipse.lsp4j.CompletionItem
-
The kind of this completion item.
- setKind(DocumentHighlightKind) - Method in class org.eclipse.lsp4j.DocumentHighlight
-
The highlight kind, default is
DocumentHighlightKind.Text. - setKind(InlayHintKind) - Method in class org.eclipse.lsp4j.InlayHint
-
The kind of this hint.
- setKind(NotebookCellKind) - Method in class org.eclipse.lsp4j.NotebookCell
-
The cell's kind
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The kind of this item.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The kind of this symbol.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The kind of this item.
- setKind(SymbolKind) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The kind of this symbol.
- setLabel(String) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
-
An optional label of the workspace edit.
- setLabel(String) - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A human-readable string describing the actual change.
- setLabel(String) - Method in class org.eclipse.lsp4j.ColorPresentation
-
The label of this color presentation.
- setLabel(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
The label of this completion item.
- setLabel(String) - Method in class org.eclipse.lsp4j.DocumentSymbolOptions
-
A human-readable string that is shown when multiple outlines trees are shown for the same document.
- setLabel(String) - Method in class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
-
A human-readable string that is shown when multiple outlines trees are shown for the same document.
- setLabel(String) - Method in class org.eclipse.lsp4j.InlayHint
- setLabel(String) - Method in class org.eclipse.lsp4j.ParameterInformation
- setLabel(String) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The label of this signature.
- setLabel(List<InlayHintLabelPart>) - Method in class org.eclipse.lsp4j.InlayHint
- setLabel(Either<String, List<InlayHintLabelPart>>) - Method in class org.eclipse.lsp4j.InlayHint
-
The label of this hint.
- setLabel(Either<String, Tuple.Two<Integer, Integer>>) - Method in class org.eclipse.lsp4j.ParameterInformation
-
The label of this parameter information.
- setLabel(Tuple.Two<Integer, Integer>) - Method in class org.eclipse.lsp4j.ParameterInformation
- setLabelDetails(CompletionItemLabelDetails) - Method in class org.eclipse.lsp4j.CompletionItem
-
Additional details for the label
- setLabelDetailsSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
The client has support for completion item label details (see also
CompletionItemLabelDetails). - setLabelDetailsSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemOptions
-
The server has support for completion item label details (see also
CompletionItemLabelDetails) when receiving a completion item in a resolve call. - setLabelOffsetSupport(Boolean) - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
-
The client supports processing label offsets instead of a simple label string.
- setLabelSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports an additional label presented in the UI when registering a document symbol provider.
- setLanguage(String) - Method in class org.eclipse.lsp4j.DocumentFilter
-
A language id, like `typescript`.
- setLanguage(String) - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- setLanguage(String) - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
-
A language id like `python`.
- setLanguage(String) - Method in class org.eclipse.lsp4j.NotebookSelectorCell
-
The cells of the matching notebook to be synced.
- setLanguageId(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's language identifier
- setLegend(SemanticTokensLegend) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
The legend used by the server
- setLine(int) - Method in class org.eclipse.lsp4j.Position
-
Line position in a document (zero-based).
- setLineFoldingOnly(Boolean) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
If set, the client signals that it only supports folding complete lines.
- setLinkedEditingRange(LinkedEditingRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/linkedEditingRangerequest. - setLinkedEditingRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setLinkedEditingRangeProvider(Either<Boolean, LinkedEditingRangeRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides linked editing range support.
- setLinkedEditingRangeProvider(LinkedEditingRangeRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.DeclarationCapabilities
-
The client supports additional metadata in the form of declaration links.
- setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.DefinitionCapabilities
-
The client supports additional metadata in the form of definition links.
- setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.ImplementationCapabilities
-
The client supports additional metadata in the form of definition links.
- setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
-
The client supports additional metadata in the form of definition links.
- setLocale(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
The locale the client is currently showing the user interface in.
- setLocation(Either<Location, WorkspaceSymbolLocation>) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The location of this symbol.
- setLocation(Location) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The location of this related diagnostic information.
- setLocation(Location) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
An optional source code location that represents this label part.
- setLocation(Location) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- setMarkdown(MarkdownCapabilities) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capabilities specific to the client's markdown parser.
- setMatches(String) - Method in class org.eclipse.lsp4j.FileOperationPattern
-
Whether to match files or folders with this pattern.
- setMessage(String) - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's message.
- setMessage(String) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
-
The message of this related diagnostic information.
- setMessage(String) - Method in class org.eclipse.lsp4j.LogTraceParams
-
The message to be logged.
- setMessage(String) - Method in class org.eclipse.lsp4j.MessageParams
-
The actual message.
- setMessage(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional, more detailed associated progress message.
- setMessage(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
-
Optional, a final message indicating to for example indicate the outcome of the operation.
- setMessage(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional, more detailed associated progress message.
- setMessageActionItem(WindowShowMessageRequestActionItemCapabilities) - Method in class org.eclipse.lsp4j.WindowShowMessageRequestCapabilities
-
Capabilities specific to the
MessageActionItemtype. - setMetadata(Object) - Method in class org.eclipse.lsp4j.NotebookCell
-
Additional metadata stored with the cell.
- setMetadata(Object) - Method in class org.eclipse.lsp4j.NotebookDocument
-
Additional metadata stored with the notebook document.
- setMetadata(Object) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEvent
-
The changed meta data if any.
- setMethod(String) - Method in class org.eclipse.lsp4j.Registration
-
The method / capability to register for.
- setMethod(String) - Method in class org.eclipse.lsp4j.Unregistration
-
The method / capability to unregister for.
- setMoniker(MonikerCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/monikerrequest. - setMonikerProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setMonikerProvider(Either<Boolean, MonikerRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Whether server provides moniker support.
- setMonikerProvider(MonikerRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setMoreTriggerCharacter(List<String>) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
-
More trigger characters.
- setMoreTriggerCharacter(List<String>) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
-
More trigger characters.
- setMultilineTokenSupport(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client supports tokens that can span multiple lines.
- setName(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The name of the item targeted by the call hierarchy request.
- setName(String) - Method in class org.eclipse.lsp4j.ClientInfo
-
The name of the client as defined by the client.
- setName(String) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The name of this symbol.
- setName(String) - Method in class org.eclipse.lsp4j.ServerInfo
-
The name of the server as defined by the server.
- setName(String) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- setName(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The name of this item.
- setName(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The name of the workspace folder.
- setName(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
The name of this symbol.
- setNeedsConfirmation(Boolean) - Method in class org.eclipse.lsp4j.ChangeAnnotation
-
A flag which indicates that user confirmation is needed before applying the change.
- setNewName(String) - Method in class org.eclipse.lsp4j.RenameParams
-
The new name of the symbol.
- setNewText(String) - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The string to be inserted.
- setNewText(String) - Method in class org.eclipse.lsp4j.TextEdit
-
The string to be inserted.
- setNewUri(String) - Method in class org.eclipse.lsp4j.FileRename
-
A file:// URI for the new location of the file/folder being renamed.
- setNewUri(String) - Method in class org.eclipse.lsp4j.RenameFile
-
The new location.
- setNormalizesLineEndings(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Whether the client normalizes line endings to the client specific setting.
- setNotebook(String) - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
- setNotebook(String) - Method in class org.eclipse.lsp4j.NotebookSelector
- setNotebook(Either<String, NotebookDocumentFilter>) - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
-
A filter that matches against the notebook containing the notebook cell.
- setNotebook(Either<String, NotebookDocumentFilter>) - Method in class org.eclipse.lsp4j.NotebookSelector
-
The notebook to be synced.
- setNotebook(NotebookDocumentFilter) - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
- setNotebook(NotebookDocumentFilter) - Method in class org.eclipse.lsp4j.NotebookSelector
- setNotebookDocument(NotebookDocument) - Method in class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
-
The notebook document that got opened.
- setNotebookDocument(NotebookDocumentClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Capabilities specific to the notebook document support.
- setNotebookDocument(NotebookDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
-
The notebook document that got closed.
- setNotebookDocument(NotebookDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidSaveNotebookDocumentParams
-
The notebook document that got saved.
- setNotebookDocument(VersionedNotebookDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
-
The notebook document that did change.
- setNotebookDocumentSync(NotebookDocumentSyncRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Defines how notebook documents are synced.
- setNotebookSelector(List<NotebookSelector>) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncOptions
-
The notebooks to be synced
- setNotebookSelector(List<NotebookSelector>) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
-
The notebooks to be synced
- setNotebookType(String) - Method in class org.eclipse.lsp4j.NotebookDocument
-
The type of the notebook.
- setNotebookType(String) - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
-
The type of the enclosing notebook.
- setOldUri(String) - Method in class org.eclipse.lsp4j.FileRename
-
A file:// URI for the original location of the file/folder being renamed.
- setOldUri(String) - Method in class org.eclipse.lsp4j.RenameFile
-
The old (existing) location.
- setOnly(List<String>) - Method in class org.eclipse.lsp4j.CodeActionContext
-
Requested kind of actions to return.
- setOnTypeFormatting(OnTypeFormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/onTypeFormatting - setOpenClose(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Open and close notifications are sent to the server.
- setOptions(CreateFileOptions) - Method in class org.eclipse.lsp4j.CreateFile
-
Additional options
- setOptions(DeleteFileOptions) - Method in class org.eclipse.lsp4j.DeleteFile
-
Delete options.
- setOptions(FileOperationPatternOptions) - Method in class org.eclipse.lsp4j.FileOperationPattern
-
Additional options used during matching.
- 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.
- setOverlappingTokenSupport(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client supports tokens that can overlap each other.
- setOverwrite(Boolean) - Method in class org.eclipse.lsp4j.CreateFileOptions
-
Overwrite existing file.
- setOverwrite(Boolean) - Method in class org.eclipse.lsp4j.RenameFileOptions
-
Overwrite target if existing.
- setPaddingLeft(Boolean) - Method in class org.eclipse.lsp4j.InlayHint
-
Render padding before the hint.
- setPaddingRight(Boolean) - Method in class org.eclipse.lsp4j.InlayHint
-
Render padding after the hint.
- setParameterInformation(ParameterInformationCapabilities) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
-
Client capabilities specific to parameter information.
- setParameters(List<ParameterInformation>) - Method in class org.eclipse.lsp4j.SignatureInformation
-
The parameters of this signature.
- setParent(SelectionRange) - Method in class org.eclipse.lsp4j.SelectionRange
-
The parent selection range containing this range.
- setParser(String) - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
The name of the parser.
- setPartialResultToken(Integer) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
- setPartialResultToken(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
- setPartialResultToken(String) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
- setPartialResultToken(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
- setPartialResultToken(Either<String, Integer>) - Method in interface org.eclipse.lsp4j.PartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- setPartialResultToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- setPartialResultToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report partial results (e.g.
- setPattern(String) - Method in class org.eclipse.lsp4j.DocumentFilter
-
A glob pattern, like `*.{ts,js}`.
- setPattern(String) - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
-
A glob pattern.
- setPattern(String) - Method in class org.eclipse.lsp4j.RelativePattern
-
The actual glob pattern.
- setPattern(FileOperationPattern) - Method in class org.eclipse.lsp4j.FileOperationFilter
-
The actual file operation pattern.
- setPercentage(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Optional progress percentage to display (value 100 is considered 100%).
- setPercentage(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
-
Optional progress percentage to display (value 100 is considered 100%).
- setPlaceholder(String) - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
A placeholder text of the string content to be renamed.
- setPosition(Position) - Method in class org.eclipse.lsp4j.InlayHint
-
The position of this hint.
- setPosition(Position) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
-
The position inside the text document.
- setPositionEncoding(String) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The position encoding the server picked from the encodings offered by the client via the client capability
GeneralClientCapabilities.positionEncodings. - setPositionEncodings(List<String>) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
The position encodings supported by the client.
- setPositions(List<Position>) - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The positions inside the text document.
- setPrepareProvider(Boolean) - Method in class org.eclipse.lsp4j.RenameOptions
-
Renames should be checked and tested before being executed.
- setPrepareSupport(Boolean) - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports testing for validity of rename operations before execution.
- setPrepareSupportDefaultBehavior(PrepareSupportDefaultBehavior) - Method in class org.eclipse.lsp4j.RenameCapabilities
-
Client supports the default behavior result (
{ defaultBehavior: boolean }). - setPreselect(Boolean) - Method in class org.eclipse.lsp4j.CompletionItem
-
Select this item when showing.
- setPreselectSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the preselect property on a completion item.
- setPreviousResultId(String) - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
-
The result id of a previous response if provided.
- setPreviousResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The result id of a previous response.
- setPreviousResultIds(List<PreviousResultId>) - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
-
The currently known diagnostic reports with their previous result ids.
- setProcessId(Integer) - Method in class org.eclipse.lsp4j.InitializeParams
-
The process Id of the parent process that started the server.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(List<String>) - Method in class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
-
The properties that a client can resolve lazily.
- setProperties(Map<String, String>) - Method in class org.eclipse.lsp4j.FormattingOptions
-
Deprecated.See https://github.com/eclipse-lsp4j/lsp4j/issues/99
- 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(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- setRange(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- setRange(Object) - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- setRange(Object) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- 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(Either<Boolean, Object>) - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
-
Server supports providing semantic tokens for a specific range of a document.
- setRange(Range) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.
- setRange(Range) - Method in class org.eclipse.lsp4j.CodeActionParams
-
The range for which the command was invoked.
- setRange(Range) - Method in class org.eclipse.lsp4j.CodeLens
-
The range in which this code lens is valid.
- setRange(Range) - Method in class org.eclipse.lsp4j.ColorInformation
-
The range in the document where this color appears.
- setRange(Range) - Method in class org.eclipse.lsp4j.ColorPresentationParams
-
The range where the color would be inserted.
- setRange(Range) - Method in class org.eclipse.lsp4j.Diagnostic
-
The range at which the message applies
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentHighlight
-
The range this highlight applies to.
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentLink
-
The range this link applies to.
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The range to format
- setRange(Range) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.
- setRange(Range) - Method in class org.eclipse.lsp4j.Hover
-
An optional range
- setRange(Range) - Method in class org.eclipse.lsp4j.InlayHintParams
-
The visible document range for which inlay hints should be computed.
- setRange(Range) - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
-
The document range for which the inline value applies.
- setRange(Range) - Method in class org.eclipse.lsp4j.InlineValueParams
-
The visible document range for which inlay hints should be computed.
- setRange(Range) - Method in class org.eclipse.lsp4j.InlineValueText
-
The document range for which the inline value applies.
- setRange(Range) - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
The document range for which the inline value applies.
- setRange(Range) - Method in class org.eclipse.lsp4j.Location
- setRange(Range) - Method in class org.eclipse.lsp4j.PrepareRenameResult
-
The range of the string to rename
- setRange(Range) - Method in class org.eclipse.lsp4j.SelectionRange
-
The range of this selection range.
- setRange(Range) - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The range the semantic tokens are requested for.
- setRange(Range) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The range of the document that changed.
- setRange(Range) - Method in class org.eclipse.lsp4j.TextEdit
-
The range of the text document to be manipulated.
- setRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g.
- setRangeFormatting(RangeFormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/rangeFormatting - setRangeLength(Integer) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
Deprecated.Use
TextDocumentContentChangeEvent.rangeinstead. - setRangeLimit(Integer) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
-
The maximum number of folding ranges that the client prefers to receive per document.
- setRanges(List<Range>) - Method in class org.eclipse.lsp4j.LinkedEditingRanges
-
A list of ranges that can be renamed together.
- setReason(String) - Method in class org.eclipse.lsp4j.CodeActionDisabled
-
Human readable description of why the code action is currently disabled.
- setReason(TextDocumentSaveReason) - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
-
A reason why a text document is saved.
- setRecursive(Boolean) - Method in class org.eclipse.lsp4j.DeleteFileOptions
-
Delete the content recursively if a folder is denoted.
- setRed(double) - Method in class org.eclipse.lsp4j.Color
-
The red component of this color in the range [0-1].
- setReferences(ReferencesCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/references - setReferencesProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setReferencesProvider(Either<Boolean, ReferenceOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides find references support.
- setReferencesProvider(ReferenceOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.DiagnosticWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- setRefreshSupport(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
-
Whether the client implementation supports a refresh request sent from the server to the client.
- setRegisterOptions(Object) - Method in class org.eclipse.lsp4j.Registration
-
Options necessary for the registration.
- setRegistrations(List<Registration>) - Method in class org.eclipse.lsp4j.RegistrationParams
- setRegularExpressions(RegularExpressionsCapabilities) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capabilities specific to regular expressions.
- setRelatedDocuments(Map<String, Either<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>) - Method in class org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
- setRelatedDocuments(Map<String, Either<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>) - Method in class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
-
Diagnostics of related documents.
- setRelatedDocuments(Map<String, Either<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>) - Method in class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
-
Diagnostics of related documents.
- setRelatedDocumentSupport(Boolean) - Method in class org.eclipse.lsp4j.DiagnosticCapabilities
-
Whether the clients supports related documents for document diagnostic pulls.
- setRelatedInformation(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client accepts diagnostics with related information.
- setRelatedInformation(List<DiagnosticRelatedInformation>) - Method in class org.eclipse.lsp4j.Diagnostic
-
An array of related diagnostic information, e.g.
- setRelativePatternSupport(Boolean) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
-
Whether the client has support for relative patterns or not.
- setRemoved(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
-
The array of the removed workspace folders
- setRename(RenameCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/rename - setRenameProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setRenameProvider(Either<Boolean, RenameOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides rename support.
- setRenameProvider(RenameOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setReplace(Range) - Method in class org.eclipse.lsp4j.InsertReplaceEdit
-
The range if the replace is requested.
- setReplace(Range) - Method in class org.eclipse.lsp4j.InsertReplaceRange
-
The range if the replace is requested.
- setRequests(SemanticTokensClientCapabilitiesRequests) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Which requests the client supports and might send to the server.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeActionOptions
-
The server provides support to resolve additional information for a code action.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
-
The server provides support to resolve additional information for a code action.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeLensOptions
-
Code lens has a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
-
Code lens has a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The server provides support to resolve additional information for a completion item.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
The server provides support to resolve additional information for a completion item.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkOptions
-
Document links have a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
-
Document links have a resolve provider as well.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
-
The server provides support to resolve additional information for an inlay hint item.
- setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceSymbolOptions
-
The server provides support to resolve additional information for a workspace symbol.
- setResolveSupport(CodeActionResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
-
Whether the client supports resolving additional code action properties via a separate `codeAction/resolve` request.
- setResolveSupport(CompletionItemResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Indicates which properties a client can resolve lazily on a completion item.
- setResolveSupport(InlayHintResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.InlayHintCapabilities
-
Indicates which properties a client can resolve lazily on a inlay hint.
- setResolveSupport(WorkspaceSymbolResolveSupportCapabilities) - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
The client supports partial workspace symbols.
- setResourceOperations(List<String>) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
The resource operations the client supports.
- setResultId(String) - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
-
An optional result id.
- setResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokens
-
An optional result id.
- setResultId(String) - Method in class org.eclipse.lsp4j.SemanticTokensDelta
- setResultId(String) - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
-
A result id which will be sent on the next diagnostic request for the same document.
- setRetriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
List of characters that re-trigger signature help.
- setRetriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
List of characters that re-trigger signature help.
- setRetriggerRequest(boolean) - Method in class org.eclipse.lsp4j.DiagnosticServerCancellationData
- setRetry(boolean) - Method in class org.eclipse.lsp4j.InitializeError
-
Indicates whether the client executes the following retry logic: Show the message provided by the ResponseError to the user.
- setRetryOnContentModified(List<String>) - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
-
The list of requests for which the client will retry the request if it receives a response with error code
ContentModified - setRootPath(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
Deprecated.Use
InitializeParams.workspaceFoldersinstead. - setRootUri(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
Deprecated.Use
InitializeParams.workspaceFoldersinstead. - setSave(Boolean) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncOptions
-
Whether save notification should be forwarded to the server.
- setSave(Boolean) - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
-
Whether save notification should be forwarded to the server.
- setSave(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
- setSave(Either<Boolean, SaveOptions>) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Save notifications are sent to the server.
- setSave(SaveOptions) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
- setScheme(String) - Method in class org.eclipse.lsp4j.DocumentFilter
-
A uri scheme, like `file` or `untitled`.
- setScheme(String) - Method in class org.eclipse.lsp4j.FileOperationFilter
-
A Uri like
fileoruntitled. - setScheme(String) - Method in class org.eclipse.lsp4j.Moniker
-
The scheme of the moniker.
- setScheme(String) - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
-
A Uri scheme, like `file` or `untitled`.
- setScopeUri(String) - Method in class org.eclipse.lsp4j.ConfigurationItem
-
The scope to get the configuration section for.
- setSection(String) - Method in class org.eclipse.lsp4j.ConfigurationItem
-
The configuration section asked for.
- setSelection(Range) - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
An optional selection range if the document is a text document.
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
- setSelectionRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The range that should be selected and revealed when this symbol is being picked, e.g.
- setSelectionRange(SelectionRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to `textDocument/selectionRange` requests
- setSelectionRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setSelectionRangeProvider(Either<Boolean, SelectionRangeRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides selection range support.
- setSelectionRangeProvider(SelectionRangeRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setSemanticTokens(SemanticTokensCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to
textDocument/semanticTokens. - setSemanticTokens(SemanticTokensWorkspaceCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the semantic token requests scoped to the workspace.
- setSemanticTokensProvider(SemanticTokensWithRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides semantic tokens support.
- setServerCancelSupport(Boolean) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
Whether the client allows the server to actively cancel a semantic token request, e.g.
- setServerInfo(ServerInfo) - Method in class org.eclipse.lsp4j.InitializeResult
-
Information about the server.
- setSettings(Object) - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
-
The actual changed settings.
- setSeverity(DiagnosticSeverity) - Method in class org.eclipse.lsp4j.Diagnostic
-
The diagnostic's severity.
- setShowDocument(ShowDocumentCapabilities) - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Client capabilities for the show document request.
- setShowMessage(WindowShowMessageRequestCapabilities) - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Capabilities specific to the showMessage request
- setSignatureHelp(SignatureHelpCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/signatureHelp - setSignatureHelpProvider(SignatureHelpOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides signature help support.
- setSignatureInformation(SignatureInformationCapabilities) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
-
The client supports the following
SignatureInformationspecific 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.
- setStaleRequestSupport(StaleRequestCapabilities) - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
-
Client capability that signals how the client handles stale requests (e.g.
- setStart(int) - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
-
The start offset of the cell that changed.
- setStart(int) - Method in class org.eclipse.lsp4j.SemanticTokensEdit
-
The start offset of the edit.
- setStart(Position) - Method in class org.eclipse.lsp4j.Range
-
The range's start position
- setStartCharacter(Integer) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based character offset from where the folded range starts.
- setStartLine(int) - Method in class org.eclipse.lsp4j.FoldingRange
-
The zero-based line number from where the folded range starts.
- setStoppedLocation(Range) - Method in class org.eclipse.lsp4j.InlineValueContext
-
The document range where execution has stopped.
- setStructure(NotebookDocumentChangeEventCellStructure) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
-
Changes to the cell structure to add or remove cells.
- setSuccess(boolean) - Method in class org.eclipse.lsp4j.ShowDocumentResult
-
A boolean indicating if the show was successful.
- setSuccess(Boolean) - Method in class org.eclipse.lsp4j.ExecutionSummary
-
Whether the execution was successful or not if known by the client.
- setSupport(boolean) - Method in class org.eclipse.lsp4j.ShowDocumentCapabilities
-
The client has support for the show document request.
- setSupported(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
-
The server has support for workspace folders
- setSymbol(SymbolCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to the `workspace/symbol` request.
- setSymbolKind(SymbolKindCapabilities) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
Specific capabilities for the
SymbolKind. - setSymbolKind(SymbolKindCapabilities) - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
Specific capabilities for the
SymbolKindin theworkspace/symbolrequest. - setSynchronization(NotebookDocumentSyncClientCapabilities) - Method in class org.eclipse.lsp4j.NotebookDocumentClientCapabilities
-
Capabilities specific to notebook document synchronization
- 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<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.CallHierarchyItem
-
Tags for this item.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.DocumentSymbol
-
Tags for this document symbol.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
Tags for this item.
- setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.WorkspaceSymbol
-
Tags for this completion item.
- setTagSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- setTagSupport(CompletionItemTagSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
-
Client supports the tag property on a completion item.
- setTagSupport(DiagnosticsTagSupport) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- setTagSupport(Either<Boolean, DiagnosticsTagSupport>) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Client supports the tag property to provide meta data about a diagnostic.
- setTagSupport(SymbolTagSupportCapabilities) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
-
The client supports tags on
SymbolInformation. - setTagSupport(SymbolTagSupportCapabilities) - Method in class org.eclipse.lsp4j.SymbolCapabilities
-
The client supports tags on
SymbolInformationandWorkspaceSymbol. - setTakeFocus(Boolean) - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
An optional property to indicate whether the editor showing the document should take focus or not.
- setTarget(String) - Method in class org.eclipse.lsp4j.DocumentLink
-
The uri this link points to.
- setTargetRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
-
The full target range of this link.
- setTargetSelectionRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
-
The range that should be selected and revealed when this link is being followed, e.g the name of a function.
- setTargetUri(String) - Method in class org.eclipse.lsp4j.LocationLink
-
The target resource identifier of this link.
- setText(String) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
Optional the content when saved.
- setText(String) - Method in class org.eclipse.lsp4j.InlineValueText
-
The text of the inline value.
- setText(String) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
The new text of the range/document.
- setText(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The content of the opened text document.
- setTextContent(List<NotebookDocumentChangeEventCellTextContent>) - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
-
Changes to the text content of notebook cells.
- 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(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
-
The document that was closed.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
-
The document that was closed.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentColorParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
The document to format.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentLinkParams
-
The document to provide document links for.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
The document to format.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentSymbolParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.InlayHintParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.InlineValueParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SelectionRangeParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SemanticTokensParams
-
The text document.
- setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
-
The text document.
- setTextDocument(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.
- setTextDocument(TextDocumentItem) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
-
The document that was opened.
- setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
-
The document that did change.
- setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.TextDocumentEdit
-
The text document to change.
- 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(Either<TextEdit, InsertReplaceEdit>) - Method in class org.eclipse.lsp4j.CompletionItem
-
An edit which is applied to a document when selecting this completion.
- setTextEdit(TextEdit) - Method in class org.eclipse.lsp4j.ColorPresentation
-
An edit which is applied to a document when selecting this presentation for the color.
- setTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.InlayHint
-
Optional text edits that are performed when accepting this inlay hint.
- setTextEditText(String) - Method in class org.eclipse.lsp4j.CompletionItem
-
The edit text used if the completion item is part of a CompletionList and CompletionList defines an item default for the text edit range.
- setTitle(String) - Method in class org.eclipse.lsp4j.CodeAction
-
A short, human-readable, title for this code action.
- setTitle(String) - Method in class org.eclipse.lsp4j.Command
-
Title of the command, like `save`.
- setTitle(String) - Method in class org.eclipse.lsp4j.MessageActionItem
-
A short title like 'Retry', 'Open Log' etc.
- setTitle(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
-
Mandatory title of the progress operation.
- setTo(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
-
The item that is called.
- setToken(Integer) - Method in class org.eclipse.lsp4j.ProgressParams
- setToken(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
- setToken(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
- setToken(String) - Method in class org.eclipse.lsp4j.ProgressParams
- setToken(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
- setToken(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
- setToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.ProgressParams
-
The progress token provided by the client or server.
- setToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
-
The token to be used to report progress.
- setToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
-
The token to be used to report progress.
- setTokenModifiers(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token modifiers that the client supports.
- setTokenModifiers(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token modifiers that the client supports.
- setTokenTypes(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
-
The token types that the client supports.
- setTokenTypes(List<String>) - Method in class org.eclipse.lsp4j.SemanticTokensLegend
-
The token types that the client supports.
- setTooltip(String) - Method in class org.eclipse.lsp4j.DocumentLink
-
The tooltip text when you hover over this link.
- setTooltip(String) - Method in class org.eclipse.lsp4j.InlayHint
- setTooltip(String) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
- setTooltip(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.InlayHint
-
The tooltip text when you hover over this item.
- setTooltip(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
The tooltip text when you hover over this label part.
- setTooltip(MarkupContent) - Method in class org.eclipse.lsp4j.InlayHint
- setTooltip(MarkupContent) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
- setTooltipSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
-
Whether the client supports the
DocumentLink.tooltipproperty. - setTrace(String) - Method in class org.eclipse.lsp4j.InitializeParams
-
The initial trace setting.
- setTrace(SetTraceParams) - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
A notification that should be used by the client to modify the trace setting of the server.
- SetTraceParams - Class in org.eclipse.lsp4j
-
A notification that should be used by the client to modify the trace setting of the server.
- SetTraceParams() - Constructor for class org.eclipse.lsp4j.SetTraceParams
- SetTraceParams(String) - Constructor for class org.eclipse.lsp4j.SetTraceParams
- setTriggerCharacter(String) - Method in class org.eclipse.lsp4j.CompletionContext
-
The trigger character (a single character) that has trigger code complete.
- setTriggerCharacter(String) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Character that caused signature help to be triggered.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionOptions
-
The characters that trigger completion automatically.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
-
Most tools trigger completion request automatically without explicitly requesting it using a keyboard shortcut (e.g.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
-
The characters that trigger signature help automatically.
- setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
-
The characters that trigger signature help automatically.
- setTriggerKind(CodeActionTriggerKind) - Method in class org.eclipse.lsp4j.CodeActionContext
-
The reason why code actions were requested.
- setTriggerKind(CompletionTriggerKind) - Method in class org.eclipse.lsp4j.CompletionContext
-
How the completion was triggered.
- setTriggerKind(SignatureHelpTriggerKind) - Method in class org.eclipse.lsp4j.SignatureHelpContext
-
Action that caused signature help to be triggered.
- setTrimFinalNewlines(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
- setTrimTrailingWhitespace(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
- setType(FileChangeType) - Method in class org.eclipse.lsp4j.FileEvent
-
The change type.
- setType(MessageType) - Method in class org.eclipse.lsp4j.MessageParams
-
The message type.
- setTypeDefinition(TypeDefinitionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to the
textDocument/typeDefinition - setTypeDefinitionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setTypeDefinitionProvider(Either<Boolean, TypeDefinitionRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Goto Type Definition support.
- setTypeDefinitionProvider(TypeDefinitionRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setTypeHierarchy(TypeHierarchyCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
-
Capabilities specific to
textDocument/prepareTypeHierarchy. - setTypeHierarchyProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setTypeHierarchyProvider(Either<Boolean, TypeHierarchyRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides Type Hierarchy support.
- setTypeHierarchyProvider(TypeHierarchyRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setUnique(String) - Method in class org.eclipse.lsp4j.Moniker
-
The scope in which the moniker is unique.
- setUnregisterations(List<Unregistration>) - Method in class org.eclipse.lsp4j.UnregistrationParams
- setUri(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
-
The resource identifier of this item.
- setUri(String) - Method in class org.eclipse.lsp4j.CreateFile
-
The resource to create.
- setUri(String) - Method in class org.eclipse.lsp4j.DeleteFile
-
The file to delete.
- setUri(String) - Method in class org.eclipse.lsp4j.FileCreate
-
A file:// URI for the location of the file/folder being created.
- setUri(String) - Method in class org.eclipse.lsp4j.FileDelete
-
A file:// URI for the location of the file/folder being deleted.
- setUri(String) - Method in class org.eclipse.lsp4j.FileEvent
-
The file's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.Location
- setUri(String) - Method in class org.eclipse.lsp4j.NotebookDocument
-
The notebook document's URI.
- setUri(String) - Method in class org.eclipse.lsp4j.NotebookDocumentIdentifier
-
The notebook document's URI.
- setUri(String) - Method in class org.eclipse.lsp4j.PreviousResultId
-
The URI for which the client knows a result id.
- setUri(String) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
The URI for which diagnostic information is reported.
- setUri(String) - Method in class org.eclipse.lsp4j.ShowDocumentParams
-
The document uri to show.
- setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
-
The text document's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
-
The text document's uri.
- setUri(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
-
The resource identifier of this item.
- setUri(String) - Method in class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
-
The notebook document's URI.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
-
The associated URI for this workspace folder.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
-
The URI for which diagnostic information is reported.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbolLocation
-
The DocumentUri of this symbol.
- setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
-
The URI for which diagnostic information is reported.
- setValue(String) - Method in class org.eclipse.lsp4j.InlayHintLabelPart
-
The value of this label part.
- setValue(String) - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- setValue(String) - Method in class org.eclipse.lsp4j.MarkupContent
-
The content itself.
- setValue(String) - Method in class org.eclipse.lsp4j.PreviousResultId
-
The value of the previous result id.
- setValue(String) - Method in class org.eclipse.lsp4j.SetTraceParams
-
The new value that should be assigned to the trace setting.
- setValue(Either<WorkDoneProgressNotification, Object>) - 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<String>) - Method in class org.eclipse.lsp4j.FoldingRangeKindSupportCapabilities
-
The folding range 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<InsertTextMode>) - Method in class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
- setValueSet(List<SymbolKind>) - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
-
The symbol kind values the client supports.
- setValueSet(List<SymbolTag>) - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
-
The tags supported by the client.
- setVariableName(String) - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
-
If specified the name of the variable to look up.
- setVerbose(String) - Method in class org.eclipse.lsp4j.LogTraceParams
-
Additional information that can be computed if the
traceconfiguration is set toTraceValue.Verbose - setVersion(int) - Method in class org.eclipse.lsp4j.NotebookDocument
-
The version number of this document (it will increase after each change, including undo/redo).
- 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(int) - Method in class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
-
The version number of this notebook document.
- setVersion(Integer) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
-
Optional the version number of the document the diagnostics are published for.
- setVersion(Integer) - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
-
The version number of this document.
- setVersion(Integer) - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
-
The version number for which the diagnostics are reported.
- setVersion(Integer) - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
-
The version number for which the diagnostics are reported.
- setVersion(String) - Method in class org.eclipse.lsp4j.ClientInfo
-
The client's version as defined by the client.
- setVersion(String) - Method in class org.eclipse.lsp4j.MarkdownCapabilities
-
The version of the parser.
- setVersion(String) - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
-
The engine's version.
- setVersion(String) - Method in class org.eclipse.lsp4j.ServerInfo
-
The server's version as defined by the server.
- setVersionSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
-
Whether the client interprets the version property of the `textDocument/publishDiagnostics` notification's parameter.
- setWatchers(List<FileSystemWatcher>) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
-
The watchers to register.
- setWillCreate(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willCreateFiles requests.
- setWillCreate(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willCreateFiles requests.
- setWillDelete(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willDeleteFiles requests.
- setWillDelete(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willDeleteFiles file requests.
- setWillRename(Boolean) - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
-
The client has support for sending willRenameFiles requests.
- setWillRename(FileOperationOptions) - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
-
The server is interested in receiving willRenameFiles requests.
- setWillSave(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports sending will save notifications.
- setWillSave(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Will save notifications are sent to the server.
- setWillSaveWaitUntil(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
-
The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.
- setWillSaveWaitUntil(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
-
Will save wait until requests are sent to the server.
- setWindow(WindowClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Window specific client capabilities.
- setWordPattern(String) - Method in class org.eclipse.lsp4j.LinkedEditingRanges
-
An optional word pattern (regular expression) that describes valid contents for the given ranges.
- setWorkDoneProgress(Boolean) - Method in class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
- setWorkDoneProgress(Boolean) - Method in class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
- setWorkDoneProgress(Boolean) - Method in class org.eclipse.lsp4j.WindowClientCapabilities
-
Whether client supports handling progress notifications.
- setWorkDoneProgress(Boolean) - Method in interface org.eclipse.lsp4j.WorkDoneProgressOptions
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.InitializeParams
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.InlayHintParams
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.InlineValueParams
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
- setWorkDoneToken(Integer) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.InitializeParams
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.InlayHintParams
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.InlineValueParams
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
- setWorkDoneToken(String) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.InitializeParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.InlayHintParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.InlineValueParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(Either<String, Integer>) - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
-
An optional token that a server can use to report work done progress.
- setWorkDoneToken(Either<String, Integer>) - Method in interface org.eclipse.lsp4j.WorkDoneProgressParams
-
An optional token that a server can use to report work done progress.
- setWorkspace(WorkspaceClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
-
Workspace specific client capabilities.
- setWorkspace(WorkspaceServerCapabilities) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
Workspace specific server capabilities
- setWorkspaceDiagnostics(boolean) - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
-
The server provides support for workspace diagnostics as well.
- setWorkspaceEdit(WorkspaceEditCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
Capabilities specific to
WorkspaceEdits - setWorkspaceFolders(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
-
The client has support for workspace folders.
- setWorkspaceFolders(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.InitializeParams
-
The workspace folders configured in the client when the server starts.
- setWorkspaceFolders(WorkspaceFoldersOptions) - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
-
The server supports workspace folder.
- setWorkspaceSymbolProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
- setWorkspaceSymbolProvider(Either<Boolean, WorkspaceSymbolOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
-
The server provides workspace symbol support.
- setWorkspaceSymbolProvider(WorkspaceSymbolOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
- showDocument(ShowDocumentParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The show document request is sent from a server to a client to ask the client to display a particular document in the user interface.
- ShowDocumentCapabilities - Class in org.eclipse.lsp4j
-
Client capabilities for the show document request.
- ShowDocumentCapabilities() - Constructor for class org.eclipse.lsp4j.ShowDocumentCapabilities
- ShowDocumentCapabilities(boolean) - Constructor for class org.eclipse.lsp4j.ShowDocumentCapabilities
- ShowDocumentParams - Class in org.eclipse.lsp4j
-
Params to show a document.
- ShowDocumentParams() - Constructor for class org.eclipse.lsp4j.ShowDocumentParams
- ShowDocumentParams(String) - Constructor for class org.eclipse.lsp4j.ShowDocumentParams
- ShowDocumentResult - Class in org.eclipse.lsp4j
-
The result of an show document request.
- ShowDocumentResult() - Constructor for class org.eclipse.lsp4j.ShowDocumentResult
- ShowDocumentResult(boolean) - Constructor for class org.eclipse.lsp4j.ShowDocumentResult
- showMessage(MessageParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.
- showMessageRequest(ShowMessageRequestParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The show message request is sent from a server to a client to ask the client to display a particular message in the user interface.
- ShowMessageRequestParams - Class in org.eclipse.lsp4j
-
The show message request is sent from a server to a client to ask the client to display a particular message in the user class.
- ShowMessageRequestParams() - Constructor for class org.eclipse.lsp4j.ShowMessageRequestParams
- ShowMessageRequestParams(List<MessageActionItem>) - Constructor for class org.eclipse.lsp4j.ShowMessageRequestParams
- shutdown() - Method in interface org.eclipse.lsp4j.services.LanguageServer
-
The shutdown request is sent from the client to the server.
- signatureHelp(SignatureHelpParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The signature help request is sent from the client to the server to request signature information at a given cursor position.
- SignatureHelp - Class in org.eclipse.lsp4j
-
Signature help represents the signature of something callable.
- SignatureHelp() - Constructor for class org.eclipse.lsp4j.SignatureHelp
- SignatureHelp(List<SignatureInformation>, Integer, Integer) - Constructor for class org.eclipse.lsp4j.SignatureHelp
- SignatureHelpCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/signatureHelp`
- SignatureHelpCapabilities() - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
- SignatureHelpCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
- SignatureHelpCapabilities(SignatureInformationCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
- SignatureHelpContext - Class in org.eclipse.lsp4j
-
Additional information about the context in which a signature help request was triggered.
- SignatureHelpContext() - Constructor for class org.eclipse.lsp4j.SignatureHelpContext
- SignatureHelpContext(SignatureHelpTriggerKind, boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpContext
- SignatureHelpOptions - Class in org.eclipse.lsp4j
-
Signature help options.
- SignatureHelpOptions() - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
- SignatureHelpOptions(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
- SignatureHelpOptions(List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
- SignatureHelpParams - Class in org.eclipse.lsp4j
-
The signature help request is sent from the client to the server to request signature information at a given cursor position.
- SignatureHelpParams() - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
- SignatureHelpParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
- SignatureHelpParams(TextDocumentIdentifier, Position, SignatureHelpContext) - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
- SignatureHelpRegistrationOptions - Class in org.eclipse.lsp4j
- SignatureHelpRegistrationOptions() - Constructor for class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
- SignatureHelpRegistrationOptions(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
- SignatureHelpRegistrationOptions(List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
- SignatureHelpTriggerKind - Enum in org.eclipse.lsp4j
-
How a signature help was triggered.
- SignatureInformation - Class in org.eclipse.lsp4j
-
Represents the signature of something callable.
- SignatureInformation() - Constructor for class org.eclipse.lsp4j.SignatureInformation
- SignatureInformation(String) - Constructor for class org.eclipse.lsp4j.SignatureInformation
- SignatureInformation(String, String, List<ParameterInformation>) - Constructor for class org.eclipse.lsp4j.SignatureInformation
- SignatureInformation(String, MarkupContent, List<ParameterInformation>) - Constructor for class org.eclipse.lsp4j.SignatureInformation
- SignatureInformationCapabilities - Class in org.eclipse.lsp4j
-
The client supports the following
SignatureInformationspecific properties. - SignatureInformationCapabilities() - Constructor for class org.eclipse.lsp4j.SignatureInformationCapabilities
- SignatureInformationCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureInformationCapabilities
- Snippet - org.eclipse.lsp4j.CompletionItemKind
- Snippet - org.eclipse.lsp4j.InsertTextFormat
-
The primary text to be inserted is treated as a snippet.
- Source - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for source actions: "source"
- SourceFixAll - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for a 'fix all' source action: "source.fixAll".
- SourceOrganizeImports - Static variable in class org.eclipse.lsp4j.CodeActionKind
-
Base kind for an organize imports source action: "source.organizeImports"
- StaleRequestCapabilities - Class in org.eclipse.lsp4j
-
Client capability that signals how the client handles stale requests (e.g.
- StaleRequestCapabilities() - Constructor for class org.eclipse.lsp4j.StaleRequestCapabilities
- StaleRequestCapabilities(boolean, List<String>) - Constructor for class org.eclipse.lsp4j.StaleRequestCapabilities
- Static - Static variable in class org.eclipse.lsp4j.SemanticTokenModifiers
- StaticRegistrationOptions - Class in org.eclipse.lsp4j
-
Static registration options to be returned in the initialize request.
- StaticRegistrationOptions() - Constructor for class org.eclipse.lsp4j.StaticRegistrationOptions
- StaticRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.StaticRegistrationOptions
- String - org.eclipse.lsp4j.SymbolKind
- String - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- Struct - org.eclipse.lsp4j.CompletionItemKind
- Struct - org.eclipse.lsp4j.SymbolKind
- 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/symbolrequest. - 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
-
Deprecated.
- SymbolInformation(String, SymbolKind, Location) - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- SymbolInformation(String, SymbolKind, Location, String) - Constructor for class org.eclipse.lsp4j.SymbolInformation
-
Deprecated.
- SymbolInformationTypeAdapter - Class in org.eclipse.lsp4j.adapters
-
A type adapter for the SymbolInformation protocol type.
- SymbolInformationTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- SymbolInformationTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
- SymbolKind - Enum in org.eclipse.lsp4j
- SymbolKindCapabilities - Class in org.eclipse.lsp4j
-
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
T
- telemetryEvent(Object) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The telemetry notification is sent from the server to the client to ask the client to log a telemetry event.
- Text - org.eclipse.lsp4j.CompletionItemKind
- Text - org.eclipse.lsp4j.DocumentHighlightKind
-
A textual occurrence.
- TextDocumentChangeRegistrationOptions - Class in org.eclipse.lsp4j
-
Describe options to be used when registered for text document change events.
- TextDocumentChangeRegistrationOptions() - Constructor for class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
- TextDocumentChangeRegistrationOptions(TextDocumentSyncKind) - Constructor for class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
- TextDocumentClientCapabilities - Class in org.eclipse.lsp4j
-
Text document specific client capabilities.
- TextDocumentClientCapabilities() - Constructor for class org.eclipse.lsp4j.TextDocumentClientCapabilities
- TextDocumentContentChangeEvent - Class in org.eclipse.lsp4j
-
An event describing a change to a text document.
- TextDocumentContentChangeEvent() - Constructor for class org.eclipse.lsp4j.TextDocumentContentChangeEvent
- TextDocumentContentChangeEvent(String) - Constructor for class org.eclipse.lsp4j.TextDocumentContentChangeEvent
- TextDocumentContentChangeEvent(Range, Integer, String) - Constructor for class org.eclipse.lsp4j.TextDocumentContentChangeEvent
-
Deprecated.
- TextDocumentContentChangeEvent(Range, String) - Constructor for class org.eclipse.lsp4j.TextDocumentContentChangeEvent
- TextDocumentEdit - Class in org.eclipse.lsp4j
-
Describes textual changes on a single text document.
- TextDocumentEdit() - Constructor for class org.eclipse.lsp4j.TextDocumentEdit
- TextDocumentEdit(VersionedTextDocumentIdentifier, List<TextEdit>) - Constructor for class org.eclipse.lsp4j.TextDocumentEdit
- TextDocumentIdentifier - Class in org.eclipse.lsp4j
-
Text documents are identified using an URI.
- TextDocumentIdentifier() - Constructor for class org.eclipse.lsp4j.TextDocumentIdentifier
- TextDocumentIdentifier(String) - Constructor for class org.eclipse.lsp4j.TextDocumentIdentifier
- TextDocumentItem - Class in org.eclipse.lsp4j
-
An item to transfer a text document from the client to the server.
- TextDocumentItem() - Constructor for class org.eclipse.lsp4j.TextDocumentItem
- TextDocumentItem(String, String, int, String) - Constructor for class org.eclipse.lsp4j.TextDocumentItem
- TextDocumentPositionAndWorkDoneProgressAndPartialResultParams - Class in org.eclipse.lsp4j
-
Abstract class which extends TextDocumentPosition and implements work done progress and partial result request parameter.
- TextDocumentPositionAndWorkDoneProgressAndPartialResultParams() - Constructor for class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
- TextDocumentPositionAndWorkDoneProgressAndPartialResultParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
- TextDocumentPositionAndWorkDoneProgressParams - Class in org.eclipse.lsp4j
-
Abstract class which extends TextDocumentPosition and implements work done progress request parameter.
- TextDocumentPositionAndWorkDoneProgressParams() - Constructor for class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
- TextDocumentPositionAndWorkDoneProgressParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
- TextDocumentPositionParams - Class in org.eclipse.lsp4j
-
A parameter literal used in requests to pass a text document and a position inside that document.
- TextDocumentPositionParams() - Constructor for class org.eclipse.lsp4j.TextDocumentPositionParams
- TextDocumentPositionParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.TextDocumentPositionParams
- TextDocumentRegistrationOptions - Class in org.eclipse.lsp4j
-
Since most of the registration options require to specify a document selector there is a base interface that can be used.
- TextDocumentRegistrationOptions() - Constructor for class org.eclipse.lsp4j.TextDocumentRegistrationOptions
- TextDocumentRegistrationOptions(List<DocumentFilter>) - Constructor for class org.eclipse.lsp4j.TextDocumentRegistrationOptions
- TextDocumentSaveReason - Enum in org.eclipse.lsp4j
-
Represents reasons why a text document is saved.
- TextDocumentSaveRegistrationOptions - Class in org.eclipse.lsp4j
- TextDocumentSaveRegistrationOptions() - Constructor for class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
- TextDocumentSaveRegistrationOptions(Boolean) - Constructor for class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
- TextDocumentService - Interface in org.eclipse.lsp4j.services
- TextDocumentSyncKind - Enum in org.eclipse.lsp4j
-
Defines how text documents are synced.
- TextDocumentSyncOptions - Class in org.eclipse.lsp4j
- TextDocumentSyncOptions() - Constructor for class org.eclipse.lsp4j.TextDocumentSyncOptions
- TextEdit - Class in org.eclipse.lsp4j
-
A textual edit applicable to a text document.
- TextEdit() - Constructor for class org.eclipse.lsp4j.TextEdit
- TextEdit(Range, String) - Constructor for class org.eclipse.lsp4j.TextEdit
- TextOnlyTransactional - Static variable in class org.eclipse.lsp4j.FailureHandlingKind
-
If the workspace edit contains only textual file changes they are executed transactional.
- TokenFormat - Class in org.eclipse.lsp4j
-
Since 3.16.0
- toString() - Method in class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
- toString() - Method in class org.eclipse.lsp4j.AbstractWorkDoneProgressOptions
- toString() - Method in class org.eclipse.lsp4j.AnnotatedTextEdit
- toString() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
- toString() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyCapabilities
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyItem
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyOptions
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyPrepareParams
- toString() - Method in class org.eclipse.lsp4j.CallHierarchyRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.ChangeAnnotation
- toString() - Method in class org.eclipse.lsp4j.ClientCapabilities
- toString() - Method in class org.eclipse.lsp4j.ClientInfo
- toString() - Method in class org.eclipse.lsp4j.CodeAction
- toString() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
- toString() - Method in class org.eclipse.lsp4j.CodeActionContext
- toString() - Method in class org.eclipse.lsp4j.CodeActionDisabled
- toString() - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
- toString() - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.CodeActionOptions
- toString() - Method in class org.eclipse.lsp4j.CodeActionParams
- toString() - Method in class org.eclipse.lsp4j.CodeActionRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.CodeActionResolveSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.CodeLens
- toString() - Method in class org.eclipse.lsp4j.CodeLensCapabilities
- toString() - Method in class org.eclipse.lsp4j.CodeLensOptions
- toString() - Method in class org.eclipse.lsp4j.CodeLensParams
- toString() - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.CodeLensWorkspaceCapabilities
- toString() - Method in class org.eclipse.lsp4j.Color
- toString() - Method in class org.eclipse.lsp4j.ColorInformation
- toString() - Method in class org.eclipse.lsp4j.ColorPresentation
- toString() - Method in class org.eclipse.lsp4j.ColorPresentationParams
- toString() - Method in class org.eclipse.lsp4j.ColorProviderCapabilities
- toString() - Method in class org.eclipse.lsp4j.ColorProviderOptions
- toString() - Method in class org.eclipse.lsp4j.Command
- toString() - Method in class org.eclipse.lsp4j.CompletionCapabilities
- toString() - Method in class org.eclipse.lsp4j.CompletionContext
- toString() - Method in class org.eclipse.lsp4j.CompletionItem
- toString() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
- toString() - Method in class org.eclipse.lsp4j.CompletionItemDefaults
- toString() - Method in class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
- toString() - Method in class org.eclipse.lsp4j.CompletionItemLabelDetails
- toString() - Method in class org.eclipse.lsp4j.CompletionItemOptions
- toString() - Method in class org.eclipse.lsp4j.CompletionItemResolveSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.CompletionList
- toString() - Method in class org.eclipse.lsp4j.CompletionListCapabilities
- toString() - Method in class org.eclipse.lsp4j.CompletionOptions
- toString() - Method in class org.eclipse.lsp4j.CompletionParams
- toString() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.ConfigurationItem
- toString() - Method in class org.eclipse.lsp4j.ConfigurationParams
- toString() - Method in class org.eclipse.lsp4j.CreateFile
- toString() - Method in class org.eclipse.lsp4j.CreateFileOptions
- toString() - Method in class org.eclipse.lsp4j.CreateFilesParams
- toString() - Method in class org.eclipse.lsp4j.DeclarationCapabilities
- toString() - Method in class org.eclipse.lsp4j.DeclarationOptions
- toString() - Method in class org.eclipse.lsp4j.DeclarationParams
- toString() - Method in class org.eclipse.lsp4j.DeclarationRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DefinitionCapabilities
- toString() - Method in class org.eclipse.lsp4j.DefinitionOptions
- toString() - Method in class org.eclipse.lsp4j.DefinitionParams
- toString() - Method in class org.eclipse.lsp4j.DefinitionRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DeleteFile
- toString() - Method in class org.eclipse.lsp4j.DeleteFileOptions
- toString() - Method in class org.eclipse.lsp4j.DeleteFilesParams
- toString() - Method in class org.eclipse.lsp4j.Diagnostic
- toString() - Method in class org.eclipse.lsp4j.DiagnosticCapabilities
- toString() - Method in class org.eclipse.lsp4j.DiagnosticCodeDescription
- toString() - Method in class org.eclipse.lsp4j.DiagnosticRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
- toString() - Method in class org.eclipse.lsp4j.DiagnosticServerCancellationData
- toString() - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
- toString() - Method in class org.eclipse.lsp4j.DiagnosticWorkspaceCapabilities
- toString() - Method in class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
- toString() - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
- toString() - Method in class org.eclipse.lsp4j.DidChangeNotebookDocumentParams
- toString() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
- toString() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
- toString() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
- toString() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
- toString() - Method in class org.eclipse.lsp4j.DidCloseNotebookDocumentParams
- toString() - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
- toString() - Method in class org.eclipse.lsp4j.DidOpenNotebookDocumentParams
- toString() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
- toString() - Method in class org.eclipse.lsp4j.DidSaveNotebookDocumentParams
- toString() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
- toString() - Method in class org.eclipse.lsp4j.DocumentColorParams
- toString() - Method in class org.eclipse.lsp4j.DocumentDiagnosticParams
- toString() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReport
- toString() - Method in class org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
- toString() - Method in class org.eclipse.lsp4j.DocumentFilter
- toString() - Method in class org.eclipse.lsp4j.DocumentFormattingOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
- toString() - Method in class org.eclipse.lsp4j.DocumentFormattingRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentHighlight
- toString() - Method in class org.eclipse.lsp4j.DocumentHighlightCapabilities
- toString() - Method in class org.eclipse.lsp4j.DocumentHighlightOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentHighlightParams
- toString() - Method in class org.eclipse.lsp4j.DocumentHighlightRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentLink
- toString() - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
- toString() - Method in class org.eclipse.lsp4j.DocumentLinkOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentLinkParams
- toString() - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
- toString() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
- toString() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentSymbol
- toString() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
- toString() - Method in class org.eclipse.lsp4j.DocumentSymbolOptions
- toString() - Method in class org.eclipse.lsp4j.DocumentSymbolParams
- toString() - Method in class org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
- toString() - Method in class org.eclipse.lsp4j.ExecuteCommandCapabilities
- toString() - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
- toString() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
- toString() - Method in class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.ExecutionSummary
- toString() - Method in class org.eclipse.lsp4j.FileCreate
- toString() - Method in class org.eclipse.lsp4j.FileDelete
- toString() - Method in class org.eclipse.lsp4j.FileEvent
- toString() - Method in class org.eclipse.lsp4j.FileOperationFilter
- toString() - Method in class org.eclipse.lsp4j.FileOperationOptions
- toString() - Method in class org.eclipse.lsp4j.FileOperationPattern
- toString() - Method in class org.eclipse.lsp4j.FileOperationPatternOptions
- toString() - Method in class org.eclipse.lsp4j.FileOperationsServerCapabilities
- toString() - Method in class org.eclipse.lsp4j.FileOperationsWorkspaceCapabilities
- toString() - Method in class org.eclipse.lsp4j.FileRename
- toString() - Method in class org.eclipse.lsp4j.FileSystemWatcher
- toString() - Method in class org.eclipse.lsp4j.FoldingRange
- toString() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
- toString() - Method in class org.eclipse.lsp4j.FoldingRangeKindSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
- toString() - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
- toString() - Method in class org.eclipse.lsp4j.FoldingRangeSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.FormattingCapabilities
- toString() - Method in class org.eclipse.lsp4j.FullDocumentDiagnosticReport
- toString() - Method in class org.eclipse.lsp4j.GeneralClientCapabilities
- toString() - Method in class org.eclipse.lsp4j.Hover
- toString() - Method in class org.eclipse.lsp4j.HoverCapabilities
- toString() - Method in class org.eclipse.lsp4j.HoverOptions
- toString() - Method in class org.eclipse.lsp4j.HoverParams
- toString() - Method in class org.eclipse.lsp4j.HoverRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.ImplementationCapabilities
- toString() - Method in class org.eclipse.lsp4j.ImplementationOptions
- toString() - Method in class org.eclipse.lsp4j.ImplementationParams
- toString() - Method in class org.eclipse.lsp4j.ImplementationRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.InitializedParams
- toString() - Method in class org.eclipse.lsp4j.InitializeError
- toString() - Method in class org.eclipse.lsp4j.InitializeParams
- toString() - Method in class org.eclipse.lsp4j.InitializeResult
- toString() - Method in class org.eclipse.lsp4j.InlayHint
- toString() - Method in class org.eclipse.lsp4j.InlayHintCapabilities
- toString() - Method in class org.eclipse.lsp4j.InlayHintLabelPart
- toString() - Method in class org.eclipse.lsp4j.InlayHintParams
- toString() - Method in class org.eclipse.lsp4j.InlayHintRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.InlayHintResolveSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.InlayHintWorkspaceCapabilities
- toString() - Method in class org.eclipse.lsp4j.InlineValue
- toString() - Method in class org.eclipse.lsp4j.InlineValueCapabilities
- toString() - Method in class org.eclipse.lsp4j.InlineValueContext
- toString() - Method in class org.eclipse.lsp4j.InlineValueEvaluatableExpression
- toString() - Method in class org.eclipse.lsp4j.InlineValueParams
- toString() - Method in class org.eclipse.lsp4j.InlineValueRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.InlineValueText
- toString() - Method in class org.eclipse.lsp4j.InlineValueVariableLookup
- toString() - Method in class org.eclipse.lsp4j.InlineValueWorkspaceCapabilities
- toString() - Method in class org.eclipse.lsp4j.InsertReplaceEdit
- toString() - Method in class org.eclipse.lsp4j.InsertReplaceRange
- toString() - Method in class org.eclipse.lsp4j.LinkedEditingRangeCapabilities
- toString() - Method in class org.eclipse.lsp4j.LinkedEditingRangeOptions
- toString() - Method in class org.eclipse.lsp4j.LinkedEditingRangeParams
- toString() - Method in class org.eclipse.lsp4j.LinkedEditingRangeRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.LinkedEditingRanges
- toString() - Method in class org.eclipse.lsp4j.Location
- toString() - Method in class org.eclipse.lsp4j.LocationLink
- toString() - Method in class org.eclipse.lsp4j.LogTraceParams
- toString() - Method in class org.eclipse.lsp4j.MarkdownCapabilities
- toString() - Method in class org.eclipse.lsp4j.MarkedString
-
Deprecated.
- toString() - Method in class org.eclipse.lsp4j.MarkupContent
- toString() - Method in class org.eclipse.lsp4j.MessageActionItem
- toString() - Method in class org.eclipse.lsp4j.MessageParams
- toString() - Method in class org.eclipse.lsp4j.Moniker
- toString() - Method in class org.eclipse.lsp4j.MonikerCapabilities
- toString() - Method in class org.eclipse.lsp4j.MonikerOptions
- toString() - Method in class org.eclipse.lsp4j.MonikerParams
- toString() - Method in class org.eclipse.lsp4j.MonikerRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.NotebookCell
- toString() - Method in class org.eclipse.lsp4j.NotebookCellArrayChange
- toString() - Method in class org.eclipse.lsp4j.NotebookCellTextDocumentFilter
- toString() - Method in class org.eclipse.lsp4j.NotebookDocument
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEvent
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCells
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellStructure
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentChangeEventCellTextContent
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentClientCapabilities
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentFilter
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentIdentifier
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncClientCapabilities
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncOptions
- toString() - Method in class org.eclipse.lsp4j.NotebookDocumentSyncRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.NotebookSelector
- toString() - Method in class org.eclipse.lsp4j.NotebookSelectorCell
- toString() - Method in class org.eclipse.lsp4j.OnTypeFormattingCapabilities
- toString() - Method in class org.eclipse.lsp4j.ParameterInformation
- toString() - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
- toString() - Method in class org.eclipse.lsp4j.Position
- toString() - Method in class org.eclipse.lsp4j.PrepareRenameDefaultBehavior
- toString() - Method in class org.eclipse.lsp4j.PrepareRenameParams
- toString() - Method in class org.eclipse.lsp4j.PrepareRenameResult
- toString() - Method in class org.eclipse.lsp4j.PreviousResultId
- toString() - Method in class org.eclipse.lsp4j.ProgressParams
- toString() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
- toString() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
- toString() - Method in class org.eclipse.lsp4j.Range
- toString() - Method in class org.eclipse.lsp4j.RangeFormattingCapabilities
- toString() - Method in class org.eclipse.lsp4j.ReferenceContext
- toString() - Method in class org.eclipse.lsp4j.ReferenceOptions
- toString() - Method in class org.eclipse.lsp4j.ReferenceParams
- toString() - Method in class org.eclipse.lsp4j.ReferenceRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.ReferencesCapabilities
- toString() - Method in class org.eclipse.lsp4j.Registration
- toString() - Method in class org.eclipse.lsp4j.RegistrationParams
- toString() - Method in class org.eclipse.lsp4j.RegularExpressionsCapabilities
- toString() - Method in class org.eclipse.lsp4j.RelatedFullDocumentDiagnosticReport
- toString() - Method in class org.eclipse.lsp4j.RelatedUnchangedDocumentDiagnosticReport
- toString() - Method in class org.eclipse.lsp4j.RelativePattern
- toString() - Method in class org.eclipse.lsp4j.RenameCapabilities
- toString() - Method in class org.eclipse.lsp4j.RenameFile
- toString() - Method in class org.eclipse.lsp4j.RenameFileOptions
- toString() - Method in class org.eclipse.lsp4j.RenameFilesParams
- toString() - Method in class org.eclipse.lsp4j.RenameOptions
- toString() - Method in class org.eclipse.lsp4j.RenameParams
- toString() - Method in class org.eclipse.lsp4j.ResourceOperation
- toString() - Method in class org.eclipse.lsp4j.SaveOptions
- toString() - Method in class org.eclipse.lsp4j.SelectionRange
- toString() - Method in class org.eclipse.lsp4j.SelectionRangeCapabilities
- toString() - Method in class org.eclipse.lsp4j.SelectionRangeOptions
- toString() - Method in class org.eclipse.lsp4j.SelectionRangeParams
- toString() - Method in class org.eclipse.lsp4j.SelectionRangeRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.SemanticTokens
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensCapabilities
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensDelta
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaParams
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensDeltaPartialResult
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensEdit
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensLegend
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensParams
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensPartialResult
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensRangeParams
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensServerFull
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensWithRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.SemanticTokensWorkspaceCapabilities
- toString() - Method in class org.eclipse.lsp4j.ServerCapabilities
- toString() - Method in class org.eclipse.lsp4j.ServerInfo
- toString() - Method in class org.eclipse.lsp4j.SetTraceParams
- toString() - Method in class org.eclipse.lsp4j.ShowDocumentCapabilities
- toString() - Method in class org.eclipse.lsp4j.ShowDocumentParams
- toString() - Method in class org.eclipse.lsp4j.ShowDocumentResult
- toString() - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
- toString() - Method in class org.eclipse.lsp4j.SignatureHelp
- toString() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
- toString() - Method in class org.eclipse.lsp4j.SignatureHelpContext
- toString() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
- toString() - Method in class org.eclipse.lsp4j.SignatureHelpParams
- toString() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.SignatureInformation
- toString() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
- toString() - Method in class org.eclipse.lsp4j.StaleRequestCapabilities
- toString() - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.SymbolCapabilities
- toString() - Method in class org.eclipse.lsp4j.SymbolInformation
- toString() - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
- toString() - Method in class org.eclipse.lsp4j.SymbolTagSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
- toString() - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
- toString() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
- toString() - Method in class org.eclipse.lsp4j.TextDocumentEdit
- toString() - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
- toString() - Method in class org.eclipse.lsp4j.TextDocumentItem
- toString() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
- toString() - Method in class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
- toString() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
- toString() - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
- toString() - Method in class org.eclipse.lsp4j.TextEdit
- toString() - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
- toString() - Method in class org.eclipse.lsp4j.TypeDefinitionOptions
- toString() - Method in class org.eclipse.lsp4j.TypeDefinitionParams
- toString() - Method in class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.TypeHierarchyCapabilities
- toString() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
- toString() - Method in class org.eclipse.lsp4j.TypeHierarchyPrepareParams
- toString() - Method in class org.eclipse.lsp4j.TypeHierarchyRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.TypeHierarchySubtypesParams
- toString() - Method in class org.eclipse.lsp4j.TypeHierarchySupertypesParams
- toString() - Method in class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
- toString() - Method in class org.eclipse.lsp4j.Unregistration
- toString() - Method in class org.eclipse.lsp4j.UnregistrationParams
- toString() - Method in class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
- toString() - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
- toString() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
- toString() - Method in class org.eclipse.lsp4j.WindowClientCapabilities
- toString() - Method in class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
- toString() - Method in class org.eclipse.lsp4j.WindowShowMessageRequestCapabilities
- toString() - Method in class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
- toString() - Method in class org.eclipse.lsp4j.WorkDoneProgressBegin
- toString() - Method in class org.eclipse.lsp4j.WorkDoneProgressCancelParams
- toString() - Method in class org.eclipse.lsp4j.WorkDoneProgressCreateParams
- toString() - Method in class org.eclipse.lsp4j.WorkDoneProgressEnd
- toString() - Method in class org.eclipse.lsp4j.WorkDoneProgressReport
- toString() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
- toString() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticParams
- toString() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReport
- toString() - Method in class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
- toString() - Method in class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
- toString() - Method in class org.eclipse.lsp4j.WorkspaceEdit
- toString() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
- toString() - Method in class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.WorkspaceFolder
- toString() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
- toString() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
- toString() - Method in class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
- toString() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
- toString() - Method in class org.eclipse.lsp4j.WorkspaceSymbol
- toString() - Method in class org.eclipse.lsp4j.WorkspaceSymbolLocation
- toString() - Method in class org.eclipse.lsp4j.WorkspaceSymbolOptions
- toString() - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
- toString() - Method in class org.eclipse.lsp4j.WorkspaceSymbolRegistrationOptions
- toString() - Method in class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
- toString() - Method in class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
- TraceValue - Class in org.eclipse.lsp4j
-
A TraceValue represents the level of verbosity with which the server systematically reports its execution trace using
$/logTracenotifications. - Transactional - Static variable in class org.eclipse.lsp4j.FailureHandlingKind
-
All operations are executed transactional.
- TriggerCharacter - org.eclipse.lsp4j.CompletionTriggerKind
-
Completion was triggered by a trigger character specified by the `triggerCharacters` properties of the `CompletionRegistrationOptions`.
- TriggerCharacter - org.eclipse.lsp4j.SignatureHelpTriggerKind
-
Signature help was triggered by a trigger character.
- TriggerForIncompleteCompletions - org.eclipse.lsp4j.CompletionTriggerKind
-
Completion was re-triggered as the current completion list is incomplete.
- Type - org.eclipse.lsp4j.InlayHintKind
-
An inlay hint that for a type annotation.
- Type - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
-
Represents a generic type.
- typeDefinition(TypeDefinitionParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The goto type definition request is sent from the client to the server to resolve the type definition location of a symbol at a given text document position.
- TypeDefinitionCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the `textDocument/typeDefinition`
- TypeDefinitionCapabilities() - Constructor for class org.eclipse.lsp4j.TypeDefinitionCapabilities
- TypeDefinitionCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.TypeDefinitionCapabilities
- TypeDefinitionCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.TypeDefinitionCapabilities
- TypeDefinitionOptions - Class in org.eclipse.lsp4j
-
Since 3.6.0
- TypeDefinitionOptions() - Constructor for class org.eclipse.lsp4j.TypeDefinitionOptions
- TypeDefinitionParams - Class in org.eclipse.lsp4j
-
The go to type definition request is sent from the client to the server to resolve the type definition location of a symbol at a given text document position.
- TypeDefinitionParams() - Constructor for class org.eclipse.lsp4j.TypeDefinitionParams
- TypeDefinitionParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.TypeDefinitionParams
- TypeDefinitionRegistrationOptions - Class in org.eclipse.lsp4j
-
Since 3.6.0
- TypeDefinitionRegistrationOptions() - Constructor for class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
- TypeDefinitionRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.TypeDefinitionRegistrationOptions
- TypeHierarchyCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the
textDocument/prepareTypeHierarchy. - TypeHierarchyCapabilities() - Constructor for class org.eclipse.lsp4j.TypeHierarchyCapabilities
- TypeHierarchyCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.TypeHierarchyCapabilities
- TypeHierarchyItem - Class in org.eclipse.lsp4j
-
Representation of an item that carries type information.
- TypeHierarchyItem(String, SymbolKind, String, Range, Range) - Constructor for class org.eclipse.lsp4j.TypeHierarchyItem
- TypeHierarchyItem(String, SymbolKind, String, Range, Range, String) - Constructor for class org.eclipse.lsp4j.TypeHierarchyItem
- TypeHierarchyPrepareParams - Class in org.eclipse.lsp4j
-
The type hierarchy request is sent from the client to the server to return a type hierarchy for the language element of given text document positions.
- TypeHierarchyPrepareParams() - Constructor for class org.eclipse.lsp4j.TypeHierarchyPrepareParams
- TypeHierarchyPrepareParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.TypeHierarchyPrepareParams
- TypeHierarchyRegistrationOptions - Class in org.eclipse.lsp4j
-
Type hierarchy registration options.
- TypeHierarchyRegistrationOptions() - Constructor for class org.eclipse.lsp4j.TypeHierarchyRegistrationOptions
- TypeHierarchyRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.TypeHierarchyRegistrationOptions
- typeHierarchySubtypes(TypeHierarchySubtypesParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The request is sent from the client to the server to resolve the subtypes for a given type hierarchy item.
- TypeHierarchySubtypesParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve the subtypes for a given type hierarchy item.
- TypeHierarchySubtypesParams() - Constructor for class org.eclipse.lsp4j.TypeHierarchySubtypesParams
- TypeHierarchySubtypesParams(TypeHierarchyItem) - Constructor for class org.eclipse.lsp4j.TypeHierarchySubtypesParams
- typeHierarchySupertypes(TypeHierarchySupertypesParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The request is sent from the client to the server to resolve the supertypes for a given type hierarchy item.
- TypeHierarchySupertypesParams - Class in org.eclipse.lsp4j
-
The request is sent from the client to the server to resolve the supertypes for a given type hierarchy item.
- TypeHierarchySupertypesParams() - Constructor for class org.eclipse.lsp4j.TypeHierarchySupertypesParams
- TypeHierarchySupertypesParams(TypeHierarchyItem) - Constructor for class org.eclipse.lsp4j.TypeHierarchySupertypesParams
- TypeParameter - org.eclipse.lsp4j.CompletionItemKind
- TypeParameter - org.eclipse.lsp4j.SymbolKind
- TypeParameter - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
U
- Unchanged - Static variable in class org.eclipse.lsp4j.DocumentDiagnosticReportKind
-
A report indicating that the last returned report is still accurate.
- UnchangedDocumentDiagnosticReport - Class in org.eclipse.lsp4j
-
A diagnostic report indicating that the last returned report is still accurate.
- UnchangedDocumentDiagnosticReport() - Constructor for class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
- UnchangedDocumentDiagnosticReport(String) - Constructor for class org.eclipse.lsp4j.UnchangedDocumentDiagnosticReport
- Undo - Static variable in class org.eclipse.lsp4j.FailureHandlingKind
-
The client tries to undo the operations already executed.
- UniquenessLevel - Class in org.eclipse.lsp4j
-
Moniker uniqueness level to define scope of the moniker.
- Unit - org.eclipse.lsp4j.CompletionItemKind
- unknownProtocolVersion - Static variable in interface org.eclipse.lsp4j.InitializeErrorCode
-
Deprecated.This initialize error got replaced by client capabilities. There is no version handshake in version 3.0x
- Unnecessary - org.eclipse.lsp4j.DiagnosticTag
-
Unused or unnecessary code.
- unregisterCapability(UnregistrationParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
client/unregisterCapabilityrequest is sent from the server to the client to unregister a previously register capability. - Unregistration - Class in org.eclipse.lsp4j
-
General parameters to unregister a capability.
- Unregistration() - Constructor for class org.eclipse.lsp4j.Unregistration
- Unregistration(String, String) - Constructor for class org.eclipse.lsp4j.Unregistration
- UnregistrationParams - Class in org.eclipse.lsp4j
-
The client/unregisterCapability request is sent from the server to the client to unregister a previously registered capability.
- UnregistrationParams() - Constructor for class org.eclipse.lsp4j.UnregistrationParams
- UnregistrationParams(List<Unregistration>) - Constructor for class org.eclipse.lsp4j.UnregistrationParams
- UTF16 - Static variable in class org.eclipse.lsp4j.PositionEncodingKind
-
Character offsets count UTF-16 code units.
- UTF32 - Static variable in class org.eclipse.lsp4j.PositionEncodingKind
-
Character offsets count UTF-32 code units.
- UTF8 - Static variable in class org.eclipse.lsp4j.PositionEncodingKind
-
Character offsets count UTF-8 code units.
V
- Value - org.eclipse.lsp4j.CompletionItemKind
- valueOf(String) - Static method in enum org.eclipse.lsp4j.CodeActionTriggerKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.CompletionItemKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.CompletionItemTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.CompletionTriggerKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.DiagnosticSeverity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.DiagnosticTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.DocumentHighlightKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.FileChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.InlayHintKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.InsertTextFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.InsertTextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.NotebookCellKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.PrepareSupportDefaultBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.SymbolKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.SymbolTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.TextDocumentSaveReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.TextDocumentSyncKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lsp4j.WorkDoneProgressKind
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.lsp4j.CodeActionTriggerKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.CompletionItemKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.CompletionItemTag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.CompletionTriggerKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.DiagnosticSeverity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.DiagnosticTag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.DocumentHighlightKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.FileChangeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.InlayHintKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.InsertTextFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.InsertTextMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.NotebookCellKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.PrepareSupportDefaultBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.SymbolKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.SymbolTag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.TextDocumentSaveReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.TextDocumentSyncKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lsp4j.WorkDoneProgressKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Variable - org.eclipse.lsp4j.CompletionItemKind
- Variable - org.eclipse.lsp4j.SymbolKind
- Variable - Static variable in class org.eclipse.lsp4j.SemanticTokenTypes
- Verbose - Static variable in class org.eclipse.lsp4j.TraceValue
- VersionedNotebookDocumentIdentifier - Class in org.eclipse.lsp4j
-
A versioned notebook document identifier.
- VersionedNotebookDocumentIdentifier() - Constructor for class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
- VersionedNotebookDocumentIdentifier(int, String) - Constructor for class org.eclipse.lsp4j.VersionedNotebookDocumentIdentifier
- VersionedTextDocumentIdentifier - Class in org.eclipse.lsp4j
-
An identifier to denote a specific version of a text document.
- VersionedTextDocumentIdentifier() - Constructor for class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
- VersionedTextDocumentIdentifier(Integer) - Constructor for class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
-
Deprecated.
- VersionedTextDocumentIdentifier(String, Integer) - Constructor for class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
- VersionedTextDocumentIdentifierTypeAdapter - Class in org.eclipse.lsp4j.adapters
-
A type adapter for the VersionedTextDocumentIdentifier protocol type.
- VersionedTextDocumentIdentifierTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
- VersionedTextDocumentIdentifierTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
W
- Warning - org.eclipse.lsp4j.DiagnosticSeverity
-
Reports a warning.
- Warning - org.eclipse.lsp4j.MessageType
-
A warning message.
- WatchKind - Class in org.eclipse.lsp4j
- willCreateFiles(CreateFilesParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The will create files request is sent from the client to the server before files are actually created as long as the creation is triggered from within the client.
- willDeleteFiles(DeleteFilesParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The will delete files request is sent from the client to the server before files are actually deleted as long as the deletion is triggered from within the client.
- willRenameFiles(RenameFilesParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
-
The will rename files request is sent from the client to the server before files are actually renamed as long as the rename is triggered from within the client.
- willSave(WillSaveTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document will save notification is sent from the client to the server before the document is actually saved.
- WillSaveTextDocumentParams - Class in org.eclipse.lsp4j
- WillSaveTextDocumentParams() - Constructor for class org.eclipse.lsp4j.WillSaveTextDocumentParams
- WillSaveTextDocumentParams(TextDocumentIdentifier, TextDocumentSaveReason) - Constructor for class org.eclipse.lsp4j.WillSaveTextDocumentParams
- willSaveWaitUntil(WillSaveTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
-
The document will save request is sent from the client to the server before the document is actually saved.
- WindowClientCapabilities - Class in org.eclipse.lsp4j
-
Window specific client capabilities.
- WindowClientCapabilities() - Constructor for class org.eclipse.lsp4j.WindowClientCapabilities
- WindowShowMessageRequestActionItemCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to the
MessageActionItemtype of show message request. - WindowShowMessageRequestActionItemCapabilities() - Constructor for class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
- WindowShowMessageRequestActionItemCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
- WindowShowMessageRequestCapabilities - Class in org.eclipse.lsp4j
-
Show message request client capabilities
- WindowShowMessageRequestCapabilities() - Constructor for class org.eclipse.lsp4j.WindowShowMessageRequestCapabilities
- WorkDoneProgressAndPartialResultParams - Class in org.eclipse.lsp4j
-
Abstract class which implements work done progress and partial result request parameter.
- WorkDoneProgressAndPartialResultParams() - Constructor for class org.eclipse.lsp4j.WorkDoneProgressAndPartialResultParams
- WorkDoneProgressBegin - Class in org.eclipse.lsp4j
-
The $/progress notification payload to start progress reporting.
- WorkDoneProgressBegin() - Constructor for class org.eclipse.lsp4j.WorkDoneProgressBegin
- WorkDoneProgressCancelParams - Class in org.eclipse.lsp4j
-
The
window/workDoneProgress/cancelnotification is sent from the client to the server to cancel a progress initiated on the server side using thewindow/workDoneProgress/create. - WorkDoneProgressCancelParams() - Constructor for class org.eclipse.lsp4j.WorkDoneProgressCancelParams
- WorkDoneProgressCancelParams(Either<String, Integer>) - Constructor for class org.eclipse.lsp4j.WorkDoneProgressCancelParams
- WorkDoneProgressCreateParams - Class in org.eclipse.lsp4j
-
The
window/workDoneProgress/createrequest is sent from the server to the client to ask the client to create a work done progress. - WorkDoneProgressCreateParams() - Constructor for class org.eclipse.lsp4j.WorkDoneProgressCreateParams
- WorkDoneProgressCreateParams(Either<String, Integer>) - Constructor for class org.eclipse.lsp4j.WorkDoneProgressCreateParams
- WorkDoneProgressEnd - Class in org.eclipse.lsp4j
-
The notification payload about progress reporting.
- WorkDoneProgressEnd() - Constructor for class org.eclipse.lsp4j.WorkDoneProgressEnd
- WorkDoneProgressKind - Enum in org.eclipse.lsp4j
- WorkDoneProgressNotification - Interface in org.eclipse.lsp4j
-
The $/progress notification payload interface.
- WorkDoneProgressNotificationAdapter - Class in org.eclipse.lsp4j.adapters
-
A type adapter for class which implements WorkDoneProgressNotification interface.
- WorkDoneProgressNotificationAdapter() - Constructor for class org.eclipse.lsp4j.adapters.WorkDoneProgressNotificationAdapter
- WorkDoneProgressNotificationAdapter.Factory - Class in org.eclipse.lsp4j.adapters
- WorkDoneProgressOptions - Interface in org.eclipse.lsp4j
-
Options to signal work done progress support in server capabilities.
- WorkDoneProgressParams - Interface in org.eclipse.lsp4j
-
A parameter literal used to pass a work done progress token.
- WorkDoneProgressReport - Class in org.eclipse.lsp4j
-
The notification payload about progress reporting.
- WorkDoneProgressReport() - Constructor for class org.eclipse.lsp4j.WorkDoneProgressReport
- WorkspaceClientCapabilities - Class in org.eclipse.lsp4j
-
Workspace specific client capabilities.
- WorkspaceClientCapabilities() - Constructor for class org.eclipse.lsp4j.WorkspaceClientCapabilities
- WorkspaceDiagnosticParams - Class in org.eclipse.lsp4j
-
Parameters of the workspace diagnostic request.
- WorkspaceDiagnosticParams() - Constructor for class org.eclipse.lsp4j.WorkspaceDiagnosticParams
- WorkspaceDiagnosticParams(List<PreviousResultId>) - Constructor for class org.eclipse.lsp4j.WorkspaceDiagnosticParams
- WorkspaceDiagnosticReport - Class in org.eclipse.lsp4j
-
A workspace diagnostic report.
- WorkspaceDiagnosticReport() - Constructor for class org.eclipse.lsp4j.WorkspaceDiagnosticReport
- WorkspaceDiagnosticReport(List<WorkspaceDocumentDiagnosticReport>) - Constructor for class org.eclipse.lsp4j.WorkspaceDiagnosticReport
- WorkspaceDiagnosticReportPartialResult - Class in org.eclipse.lsp4j
-
A partial result for a workspace diagnostic report.
- WorkspaceDiagnosticReportPartialResult() - Constructor for class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
- WorkspaceDiagnosticReportPartialResult(List<WorkspaceDocumentDiagnosticReport>) - Constructor for class org.eclipse.lsp4j.WorkspaceDiagnosticReportPartialResult
- WorkspaceDocumentDiagnosticReport - Class in org.eclipse.lsp4j
-
A workspace diagnostic document report.
- WorkspaceDocumentDiagnosticReport(WorkspaceFullDocumentDiagnosticReport) - Constructor for class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
- WorkspaceDocumentDiagnosticReport(WorkspaceUnchangedDocumentDiagnosticReport) - Constructor for class org.eclipse.lsp4j.WorkspaceDocumentDiagnosticReport
- WorkspaceDocumentDiagnosticReportListAdapter - Class in org.eclipse.lsp4j.adapters
- WorkspaceDocumentDiagnosticReportListAdapter() - Constructor for class org.eclipse.lsp4j.adapters.WorkspaceDocumentDiagnosticReportListAdapter
- WorkspaceEdit - Class in org.eclipse.lsp4j
-
A workspace edit represents changes to many resources managed in the workspace.
- WorkspaceEdit() - Constructor for class org.eclipse.lsp4j.WorkspaceEdit
- WorkspaceEdit(List<Either<TextDocumentEdit, ResourceOperation>>) - Constructor for class org.eclipse.lsp4j.WorkspaceEdit
- WorkspaceEdit(Map<String, List<TextEdit>>) - Constructor for class org.eclipse.lsp4j.WorkspaceEdit
- WorkspaceEditCapabilities - Class in org.eclipse.lsp4j
-
Capabilities specific to
WorkspaceEdits - WorkspaceEditCapabilities() - Constructor for class org.eclipse.lsp4j.WorkspaceEditCapabilities
- WorkspaceEditCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.WorkspaceEditCapabilities
-
Deprecated.because when this class first existed it didn't have any other fields. Now that this class has lots of fields, there is nothing special about this field and therefore using the setters is the recommended use case.
- WorkspaceEditChangeAnnotationSupportCapabilities - Class in org.eclipse.lsp4j
-
Whether the client in general supports change annotations on text edits, create file, rename file and delete file changes.
- WorkspaceEditChangeAnnotationSupportCapabilities() - Constructor for class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
- WorkspaceEditChangeAnnotationSupportCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.WorkspaceEditChangeAnnotationSupportCapabilities
- WorkspaceFolder - Class in org.eclipse.lsp4j
-
The workspace/workspaceFolders request is sent from the server to the client to fetch the current open list of workspace folders.
- WorkspaceFolder() - Constructor for class org.eclipse.lsp4j.WorkspaceFolder
- WorkspaceFolder(String, String) - Constructor for class org.eclipse.lsp4j.WorkspaceFolder
- workspaceFolders() - Method in interface org.eclipse.lsp4j.services.LanguageClient
-
The
workspace/workspaceFoldersrequest is sent from the server to the client to fetch the current open list of workspace folders. - WorkspaceFoldersChangeEvent - Class in org.eclipse.lsp4j
-
The workspace folder change event.
- WorkspaceFoldersChangeEvent() - Constructor for class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
- WorkspaceFoldersChangeEvent(List<WorkspaceFolder>, List<WorkspaceFolder>) - Constructor for class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
- WorkspaceFoldersOptions - Class in org.eclipse.lsp4j
-
The server supports workspace folder.
- WorkspaceFoldersOptions() - Constructor for class org.eclipse.lsp4j.WorkspaceFoldersOptions
- WorkspaceFullDocumentDiagnosticReport - Class in org.eclipse.lsp4j
-
A full document diagnostic report for a workspace diagnostic result.
- WorkspaceFullDocumentDiagnosticReport() - Constructor for class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
- WorkspaceFullDocumentDiagnosticReport(List<Diagnostic>, String, Integer) - Constructor for class org.eclipse.lsp4j.WorkspaceFullDocumentDiagnosticReport
- WorkspaceServerCapabilities - Class in org.eclipse.lsp4j
-
Workspace specific server capabilities
- WorkspaceServerCapabilities() - Constructor for class org.eclipse.lsp4j.WorkspaceServerCapabilities
- WorkspaceServerCapabilities(WorkspaceFoldersOptions) - Constructor for class org.eclipse.lsp4j.WorkspaceServerCapabilities
- WorkspaceService - Interface in org.eclipse.lsp4j.services
- WorkspaceSymbol - Class in org.eclipse.lsp4j
-
A special workspace symbol that supports locations without a range
- WorkspaceSymbol() - Constructor for class org.eclipse.lsp4j.WorkspaceSymbol
- WorkspaceSymbol(String, SymbolKind, Either<Location, WorkspaceSymbolLocation>) - Constructor for class org.eclipse.lsp4j.WorkspaceSymbol
- WorkspaceSymbol(String, SymbolKind, Either<Location, WorkspaceSymbolLocation>, String) - Constructor for class org.eclipse.lsp4j.WorkspaceSymbol
- WorkspaceSymbolLocation - Class in org.eclipse.lsp4j
-
A special workspace symbol that supports locations without a range
- WorkspaceSymbolLocation() - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolLocation
- WorkspaceSymbolLocation(String) - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolLocation
- WorkspaceSymbolLocationTypeAdapter - Class in org.eclipse.lsp4j.adapters
- WorkspaceSymbolLocationTypeAdapter() - Constructor for class org.eclipse.lsp4j.adapters.WorkspaceSymbolLocationTypeAdapter
- WorkspaceSymbolOptions - Class in org.eclipse.lsp4j
-
The options of a Workspace Symbol Request.
- WorkspaceSymbolOptions() - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolOptions
- WorkspaceSymbolOptions(Boolean) - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolOptions
- WorkspaceSymbolParams - Class in org.eclipse.lsp4j
-
The parameters of a Workspace Symbol Request.
- WorkspaceSymbolParams() - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolParams
- WorkspaceSymbolParams(String) - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolParams
- WorkspaceSymbolRegistrationOptions - Class in org.eclipse.lsp4j
-
The options of a Workspace Symbol Registration Request.
- WorkspaceSymbolRegistrationOptions() - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolRegistrationOptions
- WorkspaceSymbolResolveSupportCapabilities - Class in org.eclipse.lsp4j
-
The client support partial workspace symbols.
- WorkspaceSymbolResolveSupportCapabilities() - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
- WorkspaceSymbolResolveSupportCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolResolveSupportCapabilities
- WorkspaceSymbolResponseAdapter - Class in org.eclipse.lsp4j.adapters
- WorkspaceSymbolResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.WorkspaceSymbolResponseAdapter
- WorkspaceUnchangedDocumentDiagnosticReport - Class in org.eclipse.lsp4j
-
An unchanged document diagnostic report for a workspace diagnostic result.
- WorkspaceUnchangedDocumentDiagnosticReport() - Constructor for class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
- WorkspaceUnchangedDocumentDiagnosticReport(String, String, Integer) - Constructor for class org.eclipse.lsp4j.WorkspaceUnchangedDocumentDiagnosticReport
- write(JsonWriter, Hover) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
- write(JsonWriter, InitializeParams) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- write(JsonWriter, SymbolInformation) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- write(JsonWriter, VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
- write(JsonWriter, WorkDoneProgressNotification) - Method in class org.eclipse.lsp4j.adapters.WorkDoneProgressNotificationAdapter
- Write - org.eclipse.lsp4j.DocumentHighlightKind
-
Write-access of a symbol, like writing to a variable.
- writeCapabilities(JsonWriter, ClientCapabilities) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeClientInfo(JsonWriter, ClientInfo) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeContainerName(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- writeContents(JsonWriter, Either<List<Either<String, MarkedString>>, MarkupContent>) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
- writeDeprecated(JsonWriter, Boolean) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- writeInitializationOptions(JsonWriter, Object) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeKind(JsonWriter, SymbolKind) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- writeLocale(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeLocation(JsonWriter, Location) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- writeName(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- writePosition(JsonWriter, Position) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- writeProcessId(JsonWriter, Integer) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeRange(JsonWriter, Range) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
- writeRange(JsonWriter, Range) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- writeRootPath(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeRootUri(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeTags(JsonWriter, List<SymbolTag>) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
- writeTrace(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeUri(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
- writeVersion(JsonWriter, Integer) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
- writeWorkDoneToken(JsonWriter, Either<String, Integer>) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
- writeWorkspaceFolders(JsonWriter, List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
All Classes All Packages