Skip to content

Support generating LSIF and/or SCIP index. #4119

Open
@eownerdead

Description

@eownerdead

Is your enhancement request related to a problem? Please describe.

Server Index Format (LSIF) and its successor SCIP Code Intelligence Protocol (SCIP) is a language-agnostic index format like ctags. It's developed by and used in sourcegraph, which provides web interfaces for code browsing with code navigation. Though there is already an LSIF implementation for Haskell, it has not maintained for long time.

Describe the solution you'd like

Adding a feature to generate SCIP index to this.
Also, we can get LSIF index with the SCIP to LSIF converter

Describe alternatives you've considered

Implement as a separated project.

Additional context

I know that rust-analyzer had this functionality, but I can't find any document...

Discussion at clangd

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions