|
|
Subscribe / Log in / New account

Searching code with Sourcegraph

Searching code with Sourcegraph

Posted Aug 18, 2020 23:29 UTC (Tue) by riking (subscriber, #95706)
Parent article: Searching code with Sourcegraph

We're running a SourceGraph instance for our (public, open source) monorepo at https://cs.tvl.fyi and it works pretty well!
I've noticed that not having LSIF does hurt reference lookup for extremely common phrases and variable names. This is obviously a solvable problem, we just haven't gotten it set up yet.

We use a nginx hack to have everyone be logged in as "Anonymous" (https://cs.tvl.fyi/depot/-/blob/ops/nixos/www/cs.tvl.fyi....).


to post comments

Searching code with Sourcegraph

Posted Aug 18, 2020 23:31 UTC (Tue) by riking (subscriber, #95706) [Link]

https://github.com/sourcegraph/sourcegraph/pull/11575 was inspired by this, by the way. Looks like it's still in progress.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds