如何在 Visual Studio 中使用 cscope?

发布于 2024-09-02 15:31:28 字数 175 浏览 5 评论 0原文

我是第一次使用 Visual Studio(2008 版)。习惯了在Unix环境下编程,对cscope和vim已经比较习惯了。对于我当前的项目,我确实需要 cscope。我想知道是否有任何方法可以在 Visual Studio 上使用 cscope - 或者在 Windows 中使用 cscope。或者是否有其他工具可以完成这项工作。

I am working with Visual Studio (2008 edition) for the first time. Used to programming in a Unix environment, I have become quite used to cscope and vim. For my current project, I really need cscope. I was wondering if there is any way I could use cscope on Visual Studio - or use cscope in Windows. Or if there is another tool which does this job.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

心是晴朗的。 2024-09-09 15:31:28

我发现在 Windows 上安装 cscope 的唯一方法是 cygwin 中的 mlcscope 包。这样,您就可以将 vim 与 Visual Studio 结合使用

至于在 Visual Studio 中查找 API 函数,您应该能够将标头添加到项目中,以便由 Intellisense 对其进行索引。

The only way I found to install cscope on Windows was the mlcscope package in cygwin. With that, you could just use vim with Visual Studio.

As far as finding API functions in Visual Studio, you should be able to add the headers to your project so they're indexed by Intellisense.

︶ ̄淡然 2024-09-09 15:31:28

您可以尝试 Windows 版本的 cscope。

就Visual Studio而言,我还没有看到过像cscope这样强大的东西。

You could try windows version of cscope.

As far as Visual Studio is concerned, I haven't seen anything as powerful as cscope in it.

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