Results 816 comments of Angelo

I think [Quarkus Explorer](https://github.com/redhat-developer/intellij-quarkus/issues/1175) can be used to open the "add extension" command.

Please install last version of IJ Quarkus, it should be fixed: ![image](https://user-images.githubusercontent.com/1932211/231455911-18544c78-6cbd-4b33-b13d-e89eeae9afc1.png)

I love this idea, but I have no idea how to implement this feature? @fbricon have you some idea?

> quickfix would just call that command on the client side Yes sure, but how to implement this command?

Thanks so much @fbricon for your explanation. It will require to manage this code action on MP LS side in order to vscode-quarkus benefit with this feature too

@jeffmaury is it for LSP4IJ or wizard?

@jeffmaury where we should send the error? Do you think we should send that with teleemtry? @fbricon what do you think about that?

To be honnest with you, I don't know how to fix this issue. I need some investigation if we could manage something on LSP server side, but I fear it...

@sdaschner I close this PR for snippets support, the main idea is that it the language server which manages snippets (like MicroProfile LS / Qute LS, etc) and not the...