withered-magic / starpls

An LSP implementation for Starlark, the configuration language used by Bazel and Buck2.
Apache License 2.0
106 stars 10 forks source link

LSIF/SCIP support #232

Open withered-magic opened 6 months ago

withered-magic commented 6 months ago

As suggested in https://github.com/cgrindel/starlark-language-server/pull/1#discussion_r1238228876

LSIF: https://microsoft.github.io/language-server-protocol/specifications/lsif/0.4.0/specification/ SCIP: https://github.com/sourcegraph/scip

davo-canva commented 1 week ago

Given starpls is heavily based on rust-analyzer, might be relatively easy to pull together the SCIP support from there.