Bug 473848

Summary: Completion for 'as' keyword broken
Product: [Mono] MonoDevelop Reporter: Alan McGovern <amcgovern>
Component: texteditorAssignee: 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: ---

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 ***