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.
CodeLensProvider SPI allows to provide code lens for a given document.
DiagnosticReporter SPI should be implemented to allow alerting the LSP server core that diagnostics for certain file(s) may have changed. The core implementation should then poll ErrorProviders to collect the diagnostics. API clients should call Diagnostic.findReporterControl to obtain an accessor which can fire the alert.
CallHierarchyProvider SPI allows to trace incoming and outgoing calls. CallHierarchyEntry describes a specific call site or target.
A StructureProvider
interface allows to compute structure (tree of SourceElement
s)
of the given file.
An ErrorProvider.Context.getOffset()
method introduced that allows to
compute hint for a given file offset.
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.