Bug 473848 - Completion for 'as' keyword broken
Summary: Completion for 'as' keyword broken
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: 2009-02-09 11:09 UTC by Alan McGovern
Modified: 2009-02-09 11:28 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 2009-02-09 11:09:34 UTC
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.
Comment 1 Lluis Sanchez 2009-02-09 11:28:46 UTC
Dup.

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