kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Support LSIF

Open fwcd opened this issue 6 years ago • 2 comments

The Language Server Index Format defines a data format to persist language smartness about a workspace. Once the specification stabilizes, we could consider providing a way to generate LSIF dumps.

Progress is tracked by https://github.com/microsoft/language-server-protocol/issues/623.

See also:

  • https://github.com/microsoft/language-server-protocol/issues/623#issuecomment-444630761
  • https://github.com/microsoft/lsif-node/issues/6

fwcd avatar Jul 09 '19 16:07 fwcd

I'd like to see this implemented. GitLab started supporting LSIF format, and it need something, which can by run in CI and generates the LSIF file.

https://docs.gitlab.com/ee/user/project/code_intelligence.html

Pitel avatar Jun 23 '20 11:06 Pitel

LSIF support is currently being worked on as a compiler plugin by us at Sourcegraph: https://github.com/sourcegraph/lsif-kotlin

Strum355 avatar Oct 24 '21 13:10 Strum355