我正在使用Visual Studio 2010 Ultimate,而intellisense無法正常工作。MS Visual Studio doesent給出提示
例如從下面的代碼中,當我嘗試訪問e
中的方法時,它不會提示我可用的方法。
private: System::Void textBox1_KeyDown(System::Object^ sender, System::Windows::Forms::KeyEventArgs^ e){
}
我正在使用Visual Studio 2010 Ultimate,而intellisense無法正常工作。MS Visual Studio doesent給出提示
例如從下面的代碼中,當我嘗試訪問e
中的方法時,它不會提示我可用的方法。
private: System::Void textBox1_KeyDown(System::Object^ sender, System::Windows::Forms::KeyEventArgs^ e){
}
我發現VS 2010不支持C++/CLI的intellisense。猜猜這是沒有辦法解決它。
是的,你很正確,可惜在2010年的C++/CLI中,Intellisense已經不存在了。它回到了VS 2012和VS 2010中,如果你能負擔得起,我推薦你使用Visual Assist。
VisualAssist非常好。如果你有能力得到它,你應該 - 如果沒有其他理由來支持WholeTomato的人。 – 2013-02-12 00:05:17
Visual Studio 2012再次提供了Intellisense。至於爲什麼不那麼爲什麼現在有一個express (free) desktop development version that supports c++. Here is an explanation。
您是否嘗試刷新智能感知緩存?查看http://stackoverflow.com/questions/13375961/visual-studio-2012-intellisense-sometimes-disappearing-broken – allen 2013-02-11 09:13:02