Bug 325062 (MONO82395) - Incorrent auto-complete for 'as' keyword
Summary: Incorrent auto-complete for 'as' keyword
Status: RESOLVED FIXED
: 444545 473848 (view as bug list)
Alias: MONO82395
Product: MonoDevelop
Classification: Mono
Component: texteditor (show other bugs)
Version: SVN
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Lluis Sanchez
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-10 01:48 UTC by Alan McGovern
Modified: 2009-02-10 10:46 UTC (History)
1 user (show)

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 Thomas Wiest 2007-09-15 20:47:58 UTC


---- Reported by alan.mcgovern@gmail.com 2007-08-09 18:48:33 MST ----

WebRequest baseRequest = WebRequest.Create("http://myrequest.com");
HttpWebRequest request = baseRequest as *autocomplete pops up*.

When using auto-complete to complete the last line, it pops up a list
containing all the types that derive from 'WebRequest' as opposed to all
the types that derive from 'HttpWebRequest'. In this scenario, the result
must be castable to HttpWebRequest, so autocomplete shouldn't show me
options that can't be cast to that.


Unknown operating system unknown. Setting to default OS "Other".

Comment 1 Lluis Sanchez 2008-11-13 16:05:28 UTC
*** Bug 444545 has been marked as a duplicate of this bug. ***
Comment 2 Lluis Sanchez 2009-02-09 11:28:47 UTC
*** Bug 473848 has been marked as a duplicate of this bug. ***
Comment 3 Mike Krueger 2009-02-10 07:38:23 UTC
fixed.
Comment 4 Alan McGovern 2009-02-10 09:35:55 UTC
Yup, this is a confirmed fix. Sweet :)

There is still one issue though: There are 5 pages of namespaces listed in the CC list. It makes it pretty hard to find the 3 actual classes in the list which I would want to cast to.
Comment 5 Mike Krueger 2009-02-10 10:46:22 UTC
behavior should be better now.