谁能建议交叉源代码参考工具?
我尝试过使用opengrok
、lxr
、cxref
。没有人在安装和配置中无法正常工作或不明显。有谁知道一些易于使用的 C/C++ 工具吗?如果这些工具能够识别多种语言,那就更好了。
I've tried to use opengrok
, lxr
, cxref
. no one didn't work properly or unobvious in installation and configuration. Does anyone know some easy to use tool for C/C++? And it's better if the tools knows a lot of languages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您尝试过基本的 ctag 吗?
CTags sourceforge 页面
OpenGrok 使用 ctags 并要求它作为前提条件正确安装,因此它当然更容易安装。它支持 41 种不同的编程语言,并且非常易于使用。它是一个非常流行且广泛使用的工具,因为它的界面是简单的命令行。它与 vi、emacs 和类似工具集成。
否则,如果您发布有关安装或使用特定软件包时遇到的问题的具体问题,您可能会更好地找到答案。
Have you tried basic ctags?
CTags sourceforge page
OpenGrok uses ctags and requires it to be installed properly as a precondition, so it is certainly easier to install. It supports 41 different programming languages and is extremely easy to use. It's a very popular and widely used tool as it's interface is simple commandline. It integrates with vi, emacs, and similar tools.
Otherwise, you may have better luck finding answers if you post specific questions on issues you encounter while installing or using specific packages.
另一个选项是cscope。
Another option is cscope.