What are people replacing the missing C++/CLI Intellisense in VS 2010 with?

扶醉桌前 提交于 2019-11-28 04:30:31

问题


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?


回答1:


Visual Assist X, a commercial addin for Visual Studio developed by Whole Tomato Software




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/3197034/what-are-people-replacing-the-missing-c-cli-intellisense-in-vs-2010-with

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!