我是第一次使用 Visual Studio(2008 版)。习惯在 Unix 环境下编程,我已经很习惯 cscope 和 vim。对于我目前的项目,我真的需要 cscope。我想知道是否有任何方法可以在 Visual Studio 上使用 cscope - 或在 Windows 中使用 cscope。或者,如果有其他工具可以完成这项工作..
谢谢
拉胡尔
我是第一次使用 Visual Studio(2008 版)。习惯在 Unix 环境下编程,我已经很习惯 cscope 和 vim。对于我目前的项目,我真的需要 cscope。我想知道是否有任何方法可以在 Visual Studio 上使用 cscope - 或在 Windows 中使用 cscope。或者,如果有其他工具可以完成这项工作..
谢谢
拉胡尔
你可以试试windows版本的cscope。
就 Visual Studio 而言,我还没有在其中看到像 cscope 这样强大的东西。
顺便问下好问题。
我发现在 Windows 上安装 cscope 的唯一方法是mlcscope
cygwin 中的软件包。这样,您就可以将 vim 与 Visual Studio 一起使用。
至于在 Visual Studio 中查找 API 函数,您应该能够将标头添加到您的项目中,以便它们被 Intellisense 索引。