redhat-developer / redhat-developer/lsp4ij
Add/Remove language server definition when plugin is installed/unistalled
Open
@MituuZ is already working on this.
Since May 7, 2024.
enhancement
- Dominant language
- Java
- Stars
- 344
- Forks
- 113
- Avg merge
- 5h 22m
- Merged PRs (30d)
- 15
Description
Today LSP console is refreshed when User defined language server is created/ deleted.
It should be nice to have this same support when a plugin defines language server definition from extensions point (ex : IJ Quarkus) and it is installed/uninstalled.
The main idea is to add a ExtensionPointListener implementation and track if the installed / unistalled plugin declares some language server definition to add/deleted them from LSP console.
@MituuZ do you want to work on this issue?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.