ionide / ionide/FsAutoComplete
LSIF support for FSAC
Open
enhancement
help wanted
- Dominant language
- F#
- Stars
- 486
- Forks
- 169
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 5
Description
The Language Server Index Format (LSIF, pronounced “else if”) is a standard format for [language servers](https://langserver.org/) or other programming tools to emit their knowledge about a code workspace. This persisted information can later be used to answer LSP requests for the same workspace without running a language server. More info about can be found [on the official website](https://lsif.dev/).
As per Twitter thread (https://twitter.com/k_cieslak/status/1500910214039678978), wanted to create a tracking issue for LSIF support in FSAC I am currently working on.
Contributor guide
Assessment
This issue has not been assessed yet.