|
Bugzilla – Full Text Bug Listing |
| Summary: | Completion for 'as' keyword broken | ||
|---|---|---|---|
| Product: | [Mono] MonoDevelop | Reporter: | Alan McGovern <amcgovern> |
| Component: | texteditor | Assignee: | Mike Krueger <mkrueger> |
| Status: | RESOLVED DUPLICATE | QA Contact: | MD Bugs <monodevelop-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | SVN | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Dup. *** This bug has been marked as a duplicate of bug 325062 *** |
When CC activates for the 'as' keyword, it no longer offers just the subclasses. public class Test { public void Test(object o) { WebRequest r = o as $ } } In the above snippet I'd expect to just see FileWebRequest, HttpWebRequest, FtpWebRequest, plus any user defined types. Currently *all* types are shown.