- cancel() - Method in class org.netbeans.spi.lsp.ErrorProvider.Context
-
Cancel the computation.
- CodeAction - Class in org.netbeans.api.lsp
-
An action over the code.
- CodeAction(String, Command) - Constructor for class org.netbeans.api.lsp.CodeAction
-
Construct the CodeAction
.
- CodeAction(String, WorkspaceEdit) - Constructor for class org.netbeans.api.lsp.CodeAction
-
Construct the CodeAction
.
- CodeAction(String, Command, WorkspaceEdit) - Constructor for class org.netbeans.api.lsp.CodeAction
-
Construct the CodeAction
.
- collect(Document, int, Completion.Context, Consumer<Completion>) - Static method in class org.netbeans.api.lsp.Completion
-
Computes and collects completions for a document at a given offset.
- collectCompletions(Document, int, Completion.Context, Consumer<Completion>) - Method in interface org.netbeans.spi.lsp.CompletionCollector
-
Computes and collects completions for a document at a given offset.
- Command - Class in org.netbeans.api.lsp
-
A command.
- Command(String, String) - Constructor for class org.netbeans.api.lsp.Command
-
Construct a new Command
.
- Completion - Class in org.netbeans.api.lsp
-
Represents a completion proposal.
- Completion.Context - Class in org.netbeans.api.lsp
-
Contains additional information about the context in which a request for
collections completions is triggered.
- Completion.Kind - Enum in org.netbeans.api.lsp
-
The kind of a completion.
- Completion.Tag - Enum in org.netbeans.api.lsp
-
Completion item tags are extra annotations that tweak the rendering of a
completion.
- Completion.TextFormat - Enum in org.netbeans.api.lsp
-
Defines whether the insert text in a completion item should be interpreted
as plain text or a snippet.
- Completion.TriggerKind - Enum in org.netbeans.api.lsp
-
Specifies how a completion was triggered.
- CompletionCollector - Interface in org.netbeans.spi.lsp
-
Interface for computing and collecting completions.
- CompletionCollector.Builder - Class in org.netbeans.spi.lsp
-
- computeCodeActions(Consumer<Exception>) - Method in interface org.netbeans.api.lsp.Diagnostic.LazyCodeActions
-
Compute the code actions for the Diagnostic
to which this instance
is attached.
- computeErrors(ErrorProvider.Context) - Method in interface org.netbeans.spi.lsp.ErrorProvider
-
Returns a list of ErrorDescription
s for the given Context
.
- Context(Completion.TriggerKind, Character) - Constructor for class org.netbeans.api.lsp.Completion.Context
-
- Context(FileObject, ErrorProvider.Kind) - Constructor for class org.netbeans.spi.lsp.ErrorProvider.Context
-
Construct a new Context
.
- Context(FileObject, int, ErrorProvider.Kind) - Constructor for class org.netbeans.spi.lsp.ErrorProvider.Context
-
Construct a new Context
.
- create(Position, Position, String) - Static method in class org.netbeans.api.lsp.Diagnostic.Builder
-
Create a new Builder
- CreateFile(String) - Constructor for class org.netbeans.api.lsp.ResourceOperation.CreateFile
-
Create a new instance.
- createHyperlinkLocation(FileObject, int, int) - Static method in interface org.netbeans.spi.lsp.HyperlinkLocationProvider
-