i'm using clojurevscode. when i use F12 to follow the definition, why can't i use F12 again to follow the dependency after that? for example, in a test i look up the definition of "testing" but can't then follow the definition to "defmacro".
something to do with macros?
do i need to keep evaluating files as i go?