Live data from Hacker News

Ask HN: How to visualize the dependency graphs of my codebase?

news.ycombinator.com

1–8 of 8 posts

Re: Ask HN: How to visualize the dependency graphs of my codebase?

#6
post #4

You might be able to use CodeQL tooling for this https://codeql.github.com/docs/codeql-for-visual-studio-code... - write some CQL queries that can be bespoke to each question you're asking

is there a way to have a graph of the dependencies?

Re: Ask HN: How to visualize the dependency graphs of my codebase?

#8
For now, I have discovered Doxygen. It generates dependency graphs for all classes and I can browse them. It is compatible with c # and mac os. Unfortunately it doesn't generate a complete graph which include my all classes but it seems like the best fit for mac os.