- detail(String) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
A human-readable string with additional information about this completion,
like type or symbol information.
- detail(Supplier<String>) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
A human-readable string with additional information about this completion,
like type or symbol information.
- detail(String) - Method in class org.netbeans.spi.lsp.StructureProvider.Builder
-
- Diagnostic - Class in org.netbeans.api.lsp
-
A diagnostic for LSP.
- Diagnostic.Builder - Class in org.netbeans.api.lsp
-
The build for the Diagnostic.
- Diagnostic.LazyCodeActions - Interface in org.netbeans.api.lsp
-
Interface to compute Diagnostic's CodeActions lazily.
- Diagnostic.ReporterControl - Interface in org.netbeans.api.lsp
-
Allows to trigger diagnostics collection.
- Diagnostic.Severity - Enum in org.netbeans.api.lsp
-
- diagnosticChanged(Collection<FileObject>, String) - Method in interface org.netbeans.api.lsp.Diagnostic.ReporterControl
-
Notifies that the diagnostics for file
may have changed.
- DiagnosticReporter - Interface in org.netbeans.spi.lsp
-
Allows to control diagnostics push to the LSP client on behalf of the
LSP server background processes.
- documentation(String) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
A human-readable string that represents a doc-comment.
- documentation(Supplier<String>) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
A human-readable string that represents a doc-comment.
- documentation(String) - Method in class org.netbeans.spi.lsp.SignatureInformationCollector.Builder
-
A human-readable string that represents a doc-comment.