Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/Remove language server definition when plugin is installed/unistalled #279

Open
angelozerr opened this issue May 6, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@angelozerr
Copy link
Contributor

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?

@angelozerr angelozerr added the enhancement New feature or request label May 6, 2024
@fbricon
Copy link
Contributor

fbricon commented May 6, 2024

This is low low priority though

@angelozerr
Copy link
Contributor Author

angelozerr commented May 6, 2024

This is low low priority though

Indeed as I'm very busy with another taks, I wonder if @MituuZ could have time to work on it, I think it will bring a more professional plugin if we could have this feature andI think it is not an hard task since we have already all liteners which does that.

@MituuZ
Copy link
Contributor

MituuZ commented May 7, 2024

I can take a look after the exports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants