I am very new to Language Server Protocol.
I have all the xtext related files ie. content assist, validation, quick fixes etc in eclipse and our client is intellij.
I want to implement quickfixes using LSP which are already present in eclipse.
Can some one guide me?
MyDslIdeQuickfixProvideris added in eclipse code and which is bind inMyDslIdeModulealong withQuickFixCodeActionService. I also did in the same way but still on error when I hover in runtime intellij, I can only see error but not quickfix even while debugging, quickfix class is not called. Do I need anything in intellij code as well?