简体   繁体   English

如何使用Eclipse和CounterClockwise查看Clojure函数的调用层次结构

[英]How to see a Clojure function's call hierarchy using Eclipse and CounterClockwise

I am new to Clojure and try to read open source Clojure code using CounterClockwise and eclipse. 我是Clojure的新手,并尝试使用CounterClockwise和eclipse读取开放源代码Clojure。 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. 一个使我的进度缓慢的问题是,我不知道如何使用CounterClockwise查找Clojure函数的调用层次结构(类似于Java中的“打开调用层次结构”,其中显示了调用选定方法的方法)。 What I am doing now is use eclipse's text search but this is inconvenient. 我现在正在做的是使用eclipse的文本搜索,但这很不方便。

any suggestions? 有什么建议么?

thanks 谢谢

As far as I know, that's not possible in Eclipse / Counterclockwise. 据我所知,这在Eclipse /逆时针中是不可能的。 It works in Cursive (IntelliJ based Clojure IDE), and is called 'Find Usages' (Alt-F7). 它在草书 (基于IntelliJ的Clojure IDE)中工作,并且被称为“查找用法”(Alt-F7)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM