beicause / call-graph

Generate call graph for vscode in svg or graphviz dot.
Apache License 2.0
73 stars 17 forks source link

Ignore file path or module name patterns #6

Closed jotavemonte closed 1 year ago

jotavemonte commented 1 year ago

There are some modules that aren't very helpful in the debugging context, as dependencies files and test files. Would be great if we could ignore some patterns in the options, so, when we call the rendering functions, we have a lean output. I can work on it next week.