kotlin-language-server
kotlin-language-server copied to clipboard
Support LSIF
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
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
LSIF support is currently being worked on as a compiler plugin by us at Sourcegraph: https://github.com/sourcegraph/lsif-kotlin