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
}