开发者

Visual Studio 2010 Express for Windows Phone - IntelliSense problem

I have some problems with IntelliSense, before update IntelliSense auto-se开发者_JAVA百科lect corresponding type, f.e

class Test
{

}

//Main
{
  Test t = new //<- there IntelliSense automatic select 'Test' type, now IntelliSense select 'Test' but I have to press 'down' before 'enter' if I want it
}


I'm guessing you already solved this problem, but since it is the first link I got on Google for "intellisense doesn't autoselect", I figured I might as well post the most likely reason IntelliSense acts like this:

You most likely forced it on for whatever reason, and accidentally used Ctrl+Alt+Space instead of Ctrl+Space. Using Ctrl+Alt+Space will make that extra bar go away and IntelliSense will behave as usual again.

I hope this helps people who just involuntarily 'discovered' this feature and want IntelliSense behaving normal again.


Have you installed any other tools? That sounds similar to the Resharper behavior, more than the VS 2010.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜