- addActions(Diagnostic.LazyCodeActions) - Method in class org.netbeans.api.lsp.Diagnostic.Builder
-
Set the actions associated with the diagnostic.
- addCommitCharacter(char) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
Adds character that when pressed while this completion is active will
accept it first and then type that character.
- additionalTextEdits(List<TextEdit>) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
A list of additional text edits that are applied when selecting this
completion.
- additionalTextEdits(Supplier<List<TextEdit>>) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
A list of additional text edits that are applied when selecting this
completion.
- addTag(Completion.Tag) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
Adds tag for this completion.
- addTag(StructureElement.Tag) - Method in class org.netbeans.spi.lsp.StructureProvider.Builder
-
Adds tag for this structure element.