| Package | Description |
|---|---|
| org.netbeans.api.lsp | |
| org.netbeans.spi.lsp |
| Class and Description |
|---|
| CallHierarchyEntry
Represents an entry in a call hierarchy chain.
|
| Command
A command.
|
| Completion.Context
Contains additional information about the context in which a request for
collections completions is triggered.
|
| Completion.Kind
The kind of a completion.
|
| Completion.Tag
Completion item tags are extra annotations that tweak the rendering of a
completion.
|
| Completion.TextFormat
Defines whether the insert text in a completion item should be interpreted
as plain text or a snippet.
|
| Completion.TriggerKind
Specifies how a completion was triggered.
|
| Diagnostic
A diagnostic for LSP.
|
| Diagnostic.Builder
The build for the Diagnostic.
|
| Diagnostic.LazyCodeActions
Interface to compute Diagnostic's CodeActions lazily.
|
| Diagnostic.ReporterControl
Allows to trigger diagnostics collection.
|
| Diagnostic.Severity |
| Position
A position in the code.
|
| Range
Represents a textual range.
|
| ResourceOperation
An operation that affects files, not their content.
|
| StructureElement
StructureElement is a tree item that shows the structure of the source code.
|
| StructureElement.Kind
Kind of the structure element.
|
| StructureElement.Tag
Tags are extra annotations that tweak the rendering of a symbol.
|
| TextEdit
Represents a textual edit applicable to a text document.
|
| WorkspaceEdit
A set of edits over the workspace.
|
| Class and Description |
|---|
| CallHierarchyEntry
Represents an entry in a call hierarchy chain.
|
| Completion
Represents a completion proposal.
|
| Completion.Context
Contains additional information about the context in which a request for
collections completions is triggered.
|
| Completion.Kind
The kind of a completion.
|
| Completion.Tag
Completion item tags are extra annotations that tweak the rendering of a
completion.
|
| Completion.TextFormat
Defines whether the insert text in a completion item should be interpreted
as plain text or a snippet.
|
| Diagnostic.ReporterControl
Allows to trigger diagnostics collection.
|
| HyperlinkLocation
Represents the target location of a hyperlink.
|
| StructureElement
StructureElement is a tree item that shows the structure of the source code.
|
| StructureElement.Kind
Kind of the structure element.
|
| StructureElement.Tag
Tags are extra annotations that tweak the rendering of a symbol.
|
| TextEdit
Represents a textual edit applicable to a text document.
|