views:

25

answers:

1

I have some problems with IntelliSense, before update IntelliSense auto-select 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
}
A: 

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

Dugan
No, I'm using express version (for Windows Phone)
nilphilus

related questions