1

I am new to Clojure and try to read open source Clojure code using CounterClockwise and eclipse. One issue makes my progress slow is that I don't know how to find out a Clojure function's call hierarchy (something like "open call hierarchy" in Java which displays methods that invoke the selected method) using CounterClockwise. What I am doing now is use eclipse's text search but this is inconvenient.

any suggestions?

thanks

danny
  • 3,046
  • 3
  • 23
  • 28

1 Answers1

1

As far as I know, that's not possible in Eclipse / Counterclockwise. It works in Cursive (IntelliJ based Clojure IDE), and is called 'Find Usages' (Alt-F7).

NielsK
  • 6,886
  • 1
  • 24
  • 46