用于CLR项目的Intellisense

编程入门 行业动态 更新时间:2024-10-08 23:02:30
本文介绍了用于CLR项目的Intellisense-例如System.Windows.Forms的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我一直在遵循一些 Visual C ++基础知识的两个教程,但是他们似乎都缺少有关如何在Visual Studio 2010中进行智能感知的信息.

I've been following two tutorials on some Visual C++ fundamentals but they all seem to lack the information on how I get the intellisense going in Visual Studio 2010.

下面的代码段是我拥有的

The following code snippet is what I have

#using<mscorlib.dll> #using<System.Windows.Forms.dll> using namespace System::Windows::Forms; int main() { MessageBox::Show("ohai!"); return 0; }

我希望能够只编写MessageBox::并按ctrl +空格,并可以很好地查看方法"和属性.但似乎我不明白.

I would like to be able to just write MessageBox:: and the press ctrl + space and get a nice view of the Methods and properties. But it seems like I don't get that.

建议?我想念一些东西吗?

Suggestions? Did I miss to include something?

我仅在我的IDE知道Header文件时才获得智能感知吗?

Do I only get intellisense when my IDE knows the Header files?

推荐答案

Visual C ++团队博客.

Visual Assist 是商用VS2010扩展,您可能会在这方面发现有用.

Visual Assist is a commercial VS2010 extension that you may find useful in this regard.

另请参见此问题.

更多推荐

用于CLR项目的Intellisense

本文发布于:2023-11-13 11:27:41,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1584234.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:项目   CLR   Intellisense

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!