Bug 444545 - All available options not shown in codecompletion list
Summary: All available options not shown in codecompletion list
Status: RESOLVED DUPLICATE of bug 325062
Alias: None
Product: MonoDevelop
Classification: Mono
Component: texteditor (show other bugs)
Version: SVN
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Mike Krueger
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 10:31 UTC by Alan McGovern
Modified: 2008-11-13 16:05 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alan McGovern 2008-11-13 10:31:14 UTC
IEnumerable<int> enumerable = new $

I'd expect to see all concrete implementers of IEnumerable<int> and all generic types with IEnumerable<T>.
Comment 1 Alan McGovern 2008-11-13 10:34:38 UTC
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.
Comment 2 Lluis Sanchez 2008-11-13 16:05:28 UTC

*** This bug has been marked as a duplicate of bug 325062 ***