ocaml-lsp
ocaml-lsp copied to clipboard
LSIF support
LSIF (Language Server Index Format) - a standard format for language servers or other programming tools to dump their knowledge about a workspace. This dump can later be used to answer language server LSP requests for the same workspace without running the language server itself.
Apparently there's progress here: https://github.com/rvantonder/lsif-ocaml