srctx
srctx copied to clipboard
A library for extracting and analyzing definition/reference graphs from your codebase. Powered by tree-sitter and LSIF/SCIP.
https://github.com/williamfzc/srctx/issues/71 Looks like SCIP does ineed have this information under [enclosing_range](https://github.com/sourcegraph/scip/blob/main/scip.proto#L645-L652). It can support func/class (semantic level) natively without sibyl2. https://github.com/sourcegraph/scip/blob/main/bindings/go/scip/convert.go - [ ] making sure the scip indexer will...
Hey, I love the project. I might be using it wrong but I can't make any changes in my [small test](https://github.com/crackcomm/srctx-py-repro) have any impact. I included the `index.scip` in the...
How to handle monorepo currently: 1. Build different graphs for all these monorepos 2. For each diff files, checking which graph it should match 3. Analyze each diff files on...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...