- 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.
- 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.Severity - Enum in org.netbeans.api.lsp
-
- 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.