如何在 Visual Studio 中使用 cscope?
我是第一次使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现在 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.
您可以尝试 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.