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.
An ErrorProvider.Context.getOffset()
method introduced that allows to
compute hint for a given file offset.
An ErrorProvider
interface introduced that allows to
compute errors/warnings for a given file.
A Hover
class and HoverProvider
interface introduced
that allows to resolve a hover information at a given document offset and
return its content.
A HyperlinkTypeDefLocationProvider
interface introduced that allows to
compute hyperlinks to type definition locations.
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.