人们用什么替换 VS 2010 中缺失的 C++/CLI Intellisense?
我即将开始一个可能会使用大量 C++/CLI 的项目。我真的很怀念 VS 2010 中的 C++/CLI Intellisense。我听说过一些类似 Resharper 的 C++ 产品,但想知道它们是否提供完整的 Intellisense。它们也可以使用 C++/CLI 吗?
人们正在做什么来克服这个限制?
I'm about to start a project where I will be likely to use a lot of C++/CLI. I really miss C++/CLI Intellisense in VS 2010. I've heard of some Resharper-like products for C++, but wonder if they provide complete Intellisense. Do they also work with C++/CLI?
What are people doing to overcome this limitation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Visual Assist X,由 Whole Tomato Software 开发的 Visual Studio 商业插件
Visual Assist X, a commercial addin for Visual Studio developed by Whole Tomato Software
是的,Visual Assist X 确实支持 C++/CLI,因为我们大量使用它。这是一个很好的产品,不妨尝试一下。然而,它并没有使浏览或 F1 帮助正常工作。
Yes, Visual Assist X does support C++/CLI because we make heavy use of it. Its a good product, give it a try. What it doesn't do, however is make browsing or F1 help work.
据传 Visual Assist 具有 IntelliSense 支持。他们不做广告,这很奇怪。最好尝试评估版本来检查。
除此之外,我毫不怀疑大多数开发人员都会用 VS2008 替换 VS2010 中缺少的支持。
Visual Assist is rumored to have IntelliSense support. They don't advertise it, which is mighty strange. Better try to eval version to check.
Other than that, I don't doubt that most devs replace the missing support in VS2010 with VS2008.