[Mono-list] tool/script to browse classes?

Maurizio Colucci seguso.forever@tin.it
Thu, 8 May 2003 09:54:58 +0200


Hi,

I am using emacs to browse among the code of mcs/class.

Suppose I am inside a class, and I see another class mentioned, which
is not declared in that file. How can I quickly jump to the definition
of that class?

I'm asking because, as you know, the definition could be in any of the
namespaces declared above with the "using" directive, and what's
worse, it could be in any _assembly_. Finding that by hand is
terrible.

Thanks for any info,

Maurizio