Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #316209 +++ 1. Create a static web project. 2. Create a web page 3. Add a script tag in the web page 4. Create a type that is part of a namespace. Call it namespace.MyType. 4. Type var c = new My 5. Attempt content assist. You should see namespace.MyType in the list. Type 'T' to filter down the list. namespace.MyType disappears. This only happens in web pages and only with "qualified" types. I am able to filter down on something like "Date".
Created attachment 177624 [details] patch
Committed to R3_0_5_patches