本文介绍了为什么在CLR / CLI项目中没有intellisense的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我不知道我做错了什么,但是当我尝试写代码没有intellisense弹出指示选项或错误。
我使用Microsoft的Visual C ++ 2010创建了一个CLR / CLI类型的项目。

I don't know if I have done anything wrong, but when I try to write code there are no intellisense popups indicating options or errors.I am creating a CLR/CLI type of project with Microsoft's Visual C++ 2010.

推荐答案

任何错误,在托管C ++(C ++ / CLI)中不支持Intellisense。

You're not doing anything wrong, Intellisense is not supported in Managed C++ (C++/CLI).

有一个长博客文章解释了。

There is a long blog post explaining the details at the Visual C++ blog.

编辑:根据注释更正博客的名称。 :)

Correcting name of the blog as per comment. :)

这篇关于为什么在CLR / CLI项目中没有intellisense的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 22:04