谁能建议交叉源代码参考工具?

发布于 2024-11-30 01:06:37 字数 135 浏览 2 评论 0原文

我尝试过使用opengroklxrcxref。没有人在安装和配置中无法正常工作或不明显。有谁知道一些易于使用的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

佞臣 2024-12-07 01:06:37

您尝试过基本的 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.

呆° 2024-12-07 01:06:37

另一个选项是cscope

Another option is cscope.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文