Skip to content

Instantly share code, notes, and snippets.

@Windsooon
Last active September 17, 2019 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Windsooon/e12852669fc97c73106c9077d13b5594 to your computer and use it in GitHub Desktop.
Save Windsooon/e12852669fc97c73106c9077d13b5594 to your computer and use it in GitHub Desktop.
Sourcegraph.md
  1. 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:

callstack

  1. 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,

    -. Generate architecture diagram from project automatically like this

    generate architecture

    -. Generate database diagram from the project automatically.

I think this can be some side-projects for the Sourcegraph team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment