draw-graph icon indicating copy to clipboard operation
draw-graph copied to clipboard

IDEA插件:生成 方法调用图 和 Maven依赖图

Results 9 draw-graph issues
Sort by recently updated
recently updated
newest added

您好,我用android studio2024.1月版本,然后安装这个插件,鼠标右击菜单没有看到call graph这个选项

![image](https://github.com/user-attachments/assets/328d193f-28e6-4160-8f34-2051bf4bf068) ![image](https://github.com/user-attachments/assets/a362dad0-0f2c-4a02-9ef2-52e1a1f1e251) Mermaid这个是正确的 ![image](https://github.com/user-attachments/assets/073ef1f0-6989-4156-a3dc-6fa6cde6cb11)

python版本3.6 插件版本1.22.2025.01.11_00.25 系统版本 windows10专业版 pycharm版本 2021.3.3 (Professional Edition) 源码为 test1调用了test2和test3 生成后,缺少了test2 区别 test3为self调用 test2为其他模块(目录) ,在当前.py文件的顶部有引用 from xxx import preset_api ![image](https://github.com/user-attachments/assets/745dfe22-f57f-4d9b-99cd-e2f43b239d2e) ![image](https://github.com/user-attachments/assets/cb1ede39-60f1-496a-a08a-17ef4e73640e)

建议加入 Pan & Zoom In/Out 功能,见 https://mermaid.live/ 几十个函数的callgraph不zoom in真的是很难看清楚。。。

需求:在类框中也将构造函数显示出来 ================================== 经常会在构造函数中调用本类创建的其他方法来初始化 目前构造函数参数为空时,不会显示构造函数 ![image](https://github.com/user-attachments/assets/be33a7ed-8b2e-4f17-a6ad-f23656f44518) 当在构造函数设置需要传参时才会显示 ![image](https://github.com/user-attachments/assets/1edd91ab-6f46-429e-9c16-674d63e7ab50) 能否在图片中显示构造函数更清晰的看出初始化时类中函数存在的调用关系

- 版本信息 goland version : 2024.1 plugin version : 1.30.2025.10.17_07.39 - 问题描述 && 具体代码 其中在goland使用时 ```go func TestA() { TestB() return } func TestB() { return } ``` 类似的代码, 在`TestA`函数中可以展示出调用图,...

每次设置后,重新打Android studio都会重置回原来的状态,可以做个保存设置的功能吗?下次打开还是使用之前的设置

可以限制只找10个,或者5个就不要继续查找的功能吗?