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
- use [node-ignore](https://www.npmjs.com/package/ignore) for .callgraphignore to fix relative issues([#17](https://github.com/beicause/call-graph/pull/17))
6
+
- restrict this extensions to only search in the current workspace
6
7
7
-
## [1.1.0] 2022-4-12
8
+
## [1.1.2] 2022-8-29
8
9
9
-
-use webview panel instead of browser for previewing, so many configs are removed.
10
-
-support saving svg and dot file to workspace.
10
+
-add incoming call graph
11
+
-add .callgraphignore config
11
12
12
13
## [1.1.1] 2022-5-20
13
14
14
15
- fix svg and dot file exporting on Windows([#3](https://github.com/beicause/call-graph/issues/3))
15
16
- add config `call-graph.saveDir`
16
17
17
-
## [1.1.2] 2022-8-29
18
+
## [1.1.0] 2022-4-12
18
19
19
-
- add incoming call graph
20
-
- add .callgraphignore config
20
+
- use webview panel instead of browser for previewing, so many configs are removed.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,12 @@ vscode extension for generate call graph in [graphviz dot language](https://www.
15
15
4. Add `.callgraphignore` file in your project root directory to ignore some files or folders
16
16
17
17
## How it works
18
-
It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands.
18
+
It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands( the same with `Show Call Hierarchy` command, not available for some language server ).
19
19
20
20
### For more information
21
+
* Also developed by me for preview and edit graphviz file:
22
+
-[Graphviz Viewer Online](https://graphviz.net)
23
+
-[Graphviz Viewer in Google Play](https://play.google.com/store/apps/details?id=indie.haozi.gvviewer)
0 commit comments