-
function call stack
When I'm new to a project or repo, lots of time I get lost How A function call D function (e.g. foo function calls exa function and exa function calls bar function). After I understand How D function works by code search. I forgot about what A function does already. It will to great if we can add the call stack from A function to D function so developers would not get lost. For example:
- Understand the projects
When I use code search, what I want is have a better understanding of the project I'm working on. If this is one of the missions from Sourcegraph, we can create some handly tools for developers. For example,

