5 ms·
This link is specifically for the chrome extension (which is great), but also worth checking out sourcegraph's main site as well: https://sourcegraph.com/ https
by dencold 12y ago
This link is specifically for the chrome extension (which is great), but also worth checking out sourcegraph's main site as well: https://sourcegraph.com/ https://sourcegraph.com/
Their in-browser code analysis is kinda amazing. They index most of the go/python/node libraries in github and make the code browsable as if it were in a local IDE. For example, here's their representation of Flask's app module:
https://sourcegraph.com/github.com/mitsuhiko/flask@cc98ba9092f66468aa9a82c4d9af05c13a397e52/.tree/flask/app.py https://sourcegraph.com/github.com/mitsuhiko/flask@cc98ba909...
I've found it super helpful as a way to explore new libraries and see how they are used by other developers. Props to the sourcegraph team. Excited to see what else is coming down the road.