kschaab
Tomato Guru
USA
118 Posts |
Posted - Feb 20 2004 : 11:24:23 AM
|
The context menu's goto menu in C# has problems. The menu does not seem to take into account namespace specifiers but inserts them into the list. Therefore if I have the namespace MyCompany.MyProduct every method name shows up as method MyCompany.MyProduct() instead of MyClass.methodxxx. So if you are working on one file all you see is MyCompany.MyProduct() 10 times with line number.
|
|