You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,19 @@ vscode extension for generate call graph in [graphviz dot language](https://www.
15
15
4. Click `save dot file` or `save as svg` in the bottom left corner to save the graph
16
16
5. Add `.callgraphignore` file in your project root directory to ignore some files or folders in workspace (the syntax is the same as `.gitignore`)
17
17
18
-
## Extra configuration
19
-
-**Max depth**: You can set the max depth at the `Call-graph: Max Depth` setting in the editor settings session. Note that it applies for both incoming and outgoing call graphs.
18
+
## Configuration
19
+
You can configure `ignoreFile`(.callgraphignore by default), `maxDepth` and `saveDir` for svg or dot in settings. See the descriptions in setting.
20
20
21
21
## How it works
22
22
It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands( the same with `Show Call Hierarchy` command, not available for some language server ).
23
23
24
-
###For more information
24
+
## For more information
25
25
* Also developed by me for preview and edit graphviz file:
26
26
-[Graphviz Viewer Online](https://graphviz.net)
27
27
-[Graphviz Viewer in Google Play](https://play.google.com/store/apps/details?id=indie.haozi.gvviewer)
28
28
*[GitHub](https://github.com/beicause/call-graph)
29
29
30
+
## Donate
31
+
[Donate me via Paypal](https://paypal.me/beicause). Thank you for you support to this project and my open source works.
0 commit comments