Package | Description |
---|---|
org.netbeans.api.lsp | |
org.netbeans.spi.lsp |
Modifier and Type | Method and Description |
---|---|
static boolean |
Completion.collect(Document doc,
int offset,
Completion.Context context,
java.util.function.Consumer<Completion> consumer)
Computes and collects completions for a document at a given offset.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompletionCollector.collectCompletions(Document doc,
int offset,
Completion.Context context,
java.util.function.Consumer<Completion> consumer)
Computes and collects completions for a document at a given offset.
|