2013-02-11 55 views
0

我正在使用Visual Studio 2010 Ultimate,而intellisense無法正常工作。MS Visual Studio doesent給出提示

例如從下面的代碼中,當我嘗試訪問e中的方法時,它不會提示我可用的方法。

private: System::Void textBox1_KeyDown(System::Object^ sender, System::Windows::Forms::KeyEventArgs^ e){ 
} 
+0

您是否嘗試刷新智能感知緩存?查看http://stackoverflow.com/questions/13375961/visual-studio-2012-intellisense-sometimes-disappearing-broken – allen 2013-02-11 09:13:02

回答

0

我發現VS 2010不支持C++/CLI的intellisense。猜猜這是沒有辦法解決它。

1

是的,你很正確,可惜在2010年的C++/CLI中,Intellisense已經不存在了。它回到了VS 2012和VS 2010中,如果你能負擔得起,我推薦你使用Visual Assist

+0

VisualAssist非常好。如果你有能力得到它,你應該 - 如果沒有其他理由來支持WholeTomato的人。 – 2013-02-12 00:05:17