需求就是就想通过 Mac 看 linux 的源码,现在只能开 Win 虚机用 source insight 看,source insight 没有 OS X 的发行版,而且 source insight 看 C 的代码确实比较舒服。请问大家 souce insight 有没有啥替代品?收费的也可考虑。
1
ericguo Mar 7, 2022
Understand ,当然收费。
|
2
duke807 Mar 7, 2022 via Android
eclipse
op 又是 mac 又是 windows 又是 linux ,真是有精力 |
3
philon Mar 8, 2022
try try vscode
|
4
daveh Mar 8, 2022 via iPhone
CLion ,另一个帖子里还有人用来调试内核。
|
6
ivan_wl Mar 8, 2022
understand 只见过但没用过。用的多的就 qt creator 和 vs code (排名分前后),支持 compile_commands.json 的就行。个人比较习惯用 qt creator 导入工程,不需要 compile_commands.json ,手动编辑一下.includes 和.config 就行,编译选项都可以解析,完爆 source insight 。
|