[MonoDevelop] MonoDoc issues

Jacob Ilsø Christensen jacobilsoe at gmail.com
Sun Mar 19 10:49:51 EST 2006


Hi.

I have a couple of questions as to how help should work. Suppose you have:

using System.Runtime.CompilerServices;

If you position the cursor on e.g. System and hit F1, help will be
shown for the System namespace. I think help should be shown for the
System.Runtime.CompilerServices namespace. What do you think?

If you have code like:

objec o = Console.In;

Positioning the cursor on Console and hitting F1 will show help for
the Console class. Doing it on In will show help for the In property.
Should we always show help for the In property no matter where the
cursor is positioned in Console.In?

/Jacob


More information about the Monodevelop-list mailing list