Seeking Guidance on Testing Custom Language Plugins with LSP4IJ #548
Replies: 2 comments 2 replies
-
We have written several tests in LSP4IJ for LSP completion, rename, etc in https://github.com/redhat-developer/lsp4ij/tree/main/src/test/java/com/redhat/devtools/lsp4ij/features But those tests uses a Mock language server. Perhaps you could adapt those classes to test your LS and better contribute to LSP4IJ to provide generic classes to test any language server? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I close this discussion in favor of #554 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I am working on a KCL-lang IntelliJ plugin utilizing LSP4IJ to implement Language Server Protocol (LSP) support.
Could anyone provide guidance or best practices for writing integration tests for a plugin using LSP4IJ?
Any advice, examples, or resources would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions