gtache / intellij-lsp

Plugin adding Language Server Protocol support for IntelliJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Documentation does not work for Xtext LSP

kevinvdbekerom opened this issue · comments

When using an Xtext LSP server in combination with this plugin, the Quick Documentation option produces an empty window.

OS, DB, other environment details and versions:
Windows 10
IntelliJ2020.2 Community Edition
LSP Support plugin v 1.6.1

Steps to reproduce:

  1. Create new Xtext project with LSP support with simple grammar.
  2. Build jar with gradle
  3. Add LSP through command (java -jar)
  4. Add some code, and hover on a language element.

image

As you can see, the provided documentation is empty.