gpt4 book ai didi

visual-c++ - CLR 项目的 Intellisense - 例如没有 Intellisense系统.Windows.窗体

转载 作者:行者123 更新时间:2023-12-02 02:33:28 24 4
gpt4 key购买 nike

我一直在关注关于一些 Visual C++ fundamentals 的两个教程但他们似乎都缺乏有关我如何在 Visual Studio 2010 中获得智能感知的信息。

下面是我的代码片段

#using<mscorlib.dll>
#using<System.Windows.Forms.dll>

using namespace System::Windows::Forms;

int main()
{
MessageBox::Show("ohai!");

return 0;
}

我希望能够只编写 MessageBox:: 并按 ctrl + space 并获得方法和属性的漂亮 View 。但我好像不明白。

建议?我是否遗漏了一些内容?

只有当我的 IDE 知道头文件时,我才能获得智能感知吗?

最佳答案

VS2010 当前不支持 C++/CLI 中的 IntelliSense,如 Visual C++ Team Blog 中所报告的那样.

Visual Assist是一个商业 VS2010 扩展,您可能会发现它在这方面很有用。

另见 this question .

关于visual-c++ - CLR 项目的 Intellisense - 例如没有 Intellisense系统.Windows.窗体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2864022/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com