Bugzilla – Bug 321569
namespace instead of classname becomes showed in the autocompletion list.
Last modified: 2007-10-05 13:50:15 UTC
---- Reported by sebastian.noack@gmail.com 2006-07-14 04:23:35 MST ---- Description of Problem: namespace instead of classname becomes showed in the autocompletion list. Steps to reproduce the problem: 1. Create a class with the name of an existing namespace. 2. Type the beginning of the classname 3. Invoke the auto-completion. Actual Results: You will see only the namespace in the list. Expected Results: You should see rather the classname instead of the same named namespace, because of the csharp-compiler will interpret it also rather as the classname than as the namespace. How often does this happen? Everytime I do the steps descript above. ---- Additional Comments From lluis@ximian.com 2007-01-30 11:03:36 MST ---- I cannot reproduce the problem with current SVN, or maybe I'm not using the correct test case. Could you please try updating and/or providing a simple test case? Unknown bug field "cf_op_sys_details" encountered while moving bug <cf_op_sys_details>Gentoo Linux</cf_op_sys_details> Unknown operating system unknown. Setting to default OS "Other".
Old bug. I can't reproduce it too, closing.