Hi,
I wonder if some IntelliJ user could be interested to consume SourceKit-LSP inside IntelliJ?
If the topic could interest you, we provide now a free LSP support for IntelliJ with LSP4IJ.
If you want to test quickly SourceKit-LSP with LSP4IJ, you could try:
- install LSP4IJ
- install SourceKit-LSP
- Create an LSP4IJ language server (with settings) to fill command which starts the LS and mapping to associate files to the LS, see lsp4ij/docs/UserDefinedLanguageServer.md at main · redhat-developer/lsp4ij · GitHub
To be honnest with you, I have not tested but if someone could be interested, I could try it.
And if it is working well, you could create an IntelliJ plugin to embed SourceKit LSP and register with LSP4IJ extension point, see lsp4ij/docs/DeveloperGuide.md at main · redhat-developer/lsp4ij · GitHub