You can use M-. over an identifier to jump to its definition. This is
totally unrelated to reference types, but sort of sounds like what you
want. Your question is a bit muddled, though.
-Phil
I think what he's saying is that if he finds a chunk of code somewhere
(e.g. on a blog or a tutorial) it often doesn't have the imports
listed, so he has to figure out which imports are needed. Java IDEs
have a way to dig through your classpath looking for classes used in
the code and generate or suggest import statements for you.
I'm sure I've seen something on this list about someone doing
something similar for Clojure.
Ivan, perhaps digging through the list archives will turn up something.
--
Michael Wood <esio...@gmail.com>