1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【VSCode】Call Graphを自動生成する方法

Posted at

Call Graphの拡張機能を使用することで以下のような関数呼び出しのグラフを生成できます。

call_graph_outgoing.png

生成方法

右クリックから生成

関数名を右クリックして「CallGraph: Show incomming call graph」または「CallGraph: Show outgoing call graph」をクリックするとグラフが生成されます。

スクリーンショット 2024-10-14 23.49.39.png

コマンドパレットから生成

カーソルを関数名に置き、コマンドパレットで「CallGraph: Show incoming call graph」または「CallGraph: Show outgoing call graph」を実行するとグラフが生成されます。

スクリーンショット 2024-10-14 23.53.14.png

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?