top | item 39178566

Show HN: CodeDiagram – VSCode extension for quickly making code flow diagrams

11 points| khanhhuy | 2 years ago |codediagram.io

10 comments

order
[+] wsxiaoys|2 years ago|reply
Can the diagram being part of the code it self (e.g special comment string on top of certain piece, or in a special metalfiel)

It'll be really nice if the code diagram itself could be version tracked together with code.

[+] khanhhuy|2 years ago|reply
Hi, thank you for trying the tool. I have a plan to store the diagram locally e.g. each diagram is a `.codediagram` file.

Do you think this would help your case?

[+] janpmz|2 years ago|reply
Can it auto generate diagrams from the code without selecting snippets?
[+] khanhhuy|2 years ago|reply
Hi, it cannot. Tbh, this is something that I want to build but still struggle to find a proper solution.

May I ask more about your codebase, like the languages and frameworks that you're using?