Skip to content

Commit 6834401

Browse files
author
beicause
committed
update README, add Donate section
1 parent 09932b0 commit 6834401

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@ vscode extension for generate call graph in [graphviz dot language](https://www.
1515
4. Click `save dot file` or `save as svg` in the bottom left corner to save the graph
1616
5. Add `.callgraphignore` file in your project root directory to ignore some files or folders in workspace (the syntax is the same as `.gitignore`)
1717

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.
2020

2121
## How it works
2222
It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands( the same with `Show Call Hierarchy` command, not available for some language server ).
2323

24-
### For more information
24+
## For more information
2525
* Also developed by me for preview and edit graphviz file:
2626
- [Graphviz Viewer Online](https://graphviz.net)
2727
- [Graphviz Viewer in Google Play](https://play.google.com/store/apps/details?id=indie.haozi.gvviewer)
2828
* [GitHub](https://github.com/beicause/call-graph)
2929

30+
## Donate
31+
[Donate me via Paypal](https://paypal.me/beicause). Thank you for you support to this project and my open source works.
32+
3033
**Enjoy!**

0 commit comments

Comments
 (0)