Community
Participate
Working Groups
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 171471 [details] patch
Patch uses the wrapped completion proposal type to do the filtering of the list.
Fix checked into 3.2.1
Fixed