像 source insight 这种东西真的有用吗?
![]() | 1 didikee 2023-08-09 15:28:11 +08:00 我刚开始学习的时候用了,在查系统源码时比较方便。 |
![]() | 2 zengxs 2023-08-09 15:29:51 +08:00 source insight 这东西也太古早了,现在可以考虑用 sourcegraph |
3 cnbatch 2023-08-09 15:39:36 +08:00 ![]() 我在公司内会用 Visual Studio 企业版的 Code Maps 辅助阅读。中文名叫做“代码图”。 https://learn.microsoft.com/en-us/visualstudio/modeling/map-dependencies-across-your-solutions https://learn.microsoft.com/zh-cn/visualstudio/modeling/map-dependencies-across-your-solutions 在家的话……家用电脑从来不看公司内容,都是只看别人的开源项目,我懒得看那么细致。Unix 使用 grep + find ,Windows PowerShell 使用 select-string ,查清楚调用关系就算了。 |
![]() | 4 thinkm 2023-08-09 15:40:48 +08:00 主 C++,用 source insight 习惯了,也感觉很方便 没有换工具的想法 |
![]() | 5 yngzij 2023-08-09 15:44:44 +08:00 source insight 我买了,看 C++还是不错的,子窗口函数详情,但是 golang ,python 之类的就不太好用了。 |
![]() | 6 ruanimal 2023-08-09 15:54:18 +08:00 understand 和 source insight 类似,不过现在应该是都用 vscode 了吧 |
![]() | 7 sbldehanhan OP @ruanimal #6 VSCode 不能生成函数调用关系图和类图。我想要这两个功能。 |
8 zzz22333 2023-08-09 16:05:26 +08:00 source insight 用不习惯,同想找一个可以看函数调用关系图和类图的工具 |
![]() | 9 PowerDi 2023-08-09 17:44:49 +08:00 @sbldehanhan 有解决方案了吗 |
10 NessajCN 2023-08-09 18:11:33 +08:00 @sbldehanhan 都有啊.... |
![]() | 11 rioshikelong121 2023-08-09 20:02:54 +08:00 vscode 有什么插件可以辅助代码阅读么。 |
![]() | 12 zhiyu1998 2023-08-09 23:09:27 +08:00 ChatGPT code interpret |
13 mahaoqu 2023-08-10 06:06:34 +08:00 codebrowser.dev 读 C++还是挺好的 |
![]() | 14 sbldehanhan OP @NessajCN #10 是插件吗?有推介的吗? |