In VS2005 (SP1), when using the keyword new when trying to instantiate a C# generic object, the type does not appear in the auto-complete list.
Steps to repeat:
1. Enter in the following code:
using System.Collections.Generic;
namespace Test
{
public class TestClass
{
List<int> someList = new
}
}
2. once new is entered, an auto-complete list will appear.
Expected Behavior:
List<int> should appear in the auto-complete list.
Actual Behavior:
List<int> is missing from the auto-complete list.
"Get content from default Intellisense" is checked off. Setting this had no effect.
Version Info:
VS2005 SP1
VA_X.dll file version 10.3.1549.0 built 2007.03.16
VAOpsWin.dll version 1.3.4.8
VATE.dll version 1.0.6.2
DevEnv.exe version 8.0.50727.762
msenv.dll version 8.0.50727.762
Font: Fixedsys 13(Pixels)
Comctl32.dll version 6.0.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors