See: Description
Package | Description |
---|---|
org.netbeans.api.lsp | |
org.netbeans.spi.lsp |
LanguageServerAPIs The Lanugage Server APIs provides basic facilities for getting or supplying information used by language server implementations.
Completion.getLabelDetail() to get an optional string describing function signatures or type annotations. Completion.getLabelDescription() to get an optional string describing fully qualified names or file path.
An ErrorProvider.Context.getHintsConfigFile()
method introduced that allows to
get hints preference file config.
CodeActionProvider has been added to allow server provide arbitrary code actions for a given document and range.
CommandProvider has been added to allow server provide arbitrary commands runnable from a client.
A SignatureInformation class and SignatureInformationCollector interface introduced that allows to compute and collect signature information.
XXX no answer for arch-usecases
|
The sources for the module are in the Apache Git repositories or in the GitHub repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.