Replies: 2 comments 5 replies
-
|
This listener is internal because I don't want to expose LanguageServerWrapper since API changes every time. Today the proper API is LSPClientFeatures https://github.com/redhat-developer/lsp4ij/blob/main/docs/LSPApi.md Please try it and if you need some API improvement please create issues. |
Beta Was this translation helpful? Give feedback.
-
IntelliJ cannot manage that? I think it is a nice feature and LSP4IJ should handle this feature (that we could disable with LSPHoverFeatures).
I suggest that you use
LSP4IJ could send to a notification bus those PublishDiagnostics, what do you think about that? |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I find that now
LanguageServerLifecycleListeneris marked as internal, I override this class for some enhancement for the server like request context management (ref). What is supposed way for the replacement of overriding this class?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions