Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试做你可以在 java + eclipse 中完成的同样的事情,那就是“查找函数或变量的所有引用”。您最终会得到 eclipse 搜索的结果,列出所有工作区或项目文件中此符号的所有匹配项。
我在clojure groups 上找到了一篇旧帖子,但我不知道是否已经有解决这个问题的方法。
我目前正在使用 emacs-live 和苹果酒
提前致谢
我使用rgrep,M-x -> rgrep -> <text to search> -> *.clj* -> <root folder> 将在所有 clj(script) 文件中递归搜索。
rgrep
M-x -> rgrep -> <text to search> -> *.clj* -> <root folder>