Implement LSIF support
The purpose of the Language Server Index Format (LSIF) is to define 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.
It would be good if titan language server could:
-
generate an LSIF index while it analyzes a worksapce -
be run just by using the LSIF index in read only mode