Bugzilla – Bug 444545
All available options not shown in codecompletion list
Last modified: 2008-11-13 16:05:28 UTC
IEnumerable<int> enumerable = new $ I'd expect to see all concrete implementers of IEnumerable<int> and all generic types with IEnumerable<T>.
Also, this is also broken for classes. I have an abstract class with a few implementations and if i write: AbstractClass c = new $ It doesn't offer the subclasses.
*** This bug has been marked as a duplicate of bug 325062 ***