문제

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

도움이 되었습니까?

해결책

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top