Developing LSP Plugin for Intellij

Answered

I have a working language server on VSCode. I want to integrate it with Intellij using Plugin as a client. Can someone provide a working example of how to connect my javascript language server to Intellij Plugin?

0
3 comments

Hi,

Please start with: https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html

If it doesn't cover your use case, please describe it in more details.

0

Hi Karol Lewandowski
I didn't find a working example of how I can connect my language-server with intellij plugin I have created. I checked prisma sample, but there is no proper documentation of how it connects to language-server. I tried to copy the logic from prisma sample but it doesn't work.  https://github.com/JetBrains/intellij-plugins/tree/idea/241.17011.79/prisma 

0

Hej Vladislav,

maybe you find some inspiration in https://github.com/redhat-developer/lsp4ij 

Ciao,
Marco

0

Please sign in to leave a comment.