Fork me on GitHub
#cursive
<
2023-10-20
>
onetom07:10:30

@cfleming i don't see eap6 here: https://plugins.jetbrains.com/plugin/8090-cursive/versions/eap is it just some jetbrains marketplace data propagation issue?

Matthew Davidson (kingmob)09:10:01

Hey @cfleming, ever thought of supporting the IntelliJ hierarchy visualizations? E.g., it would be nice to hit Ctrl+Option+H and see all the callers of the current method...

onetom09:10:13

i would love to see something like that too!

onetom09:10:50

for namespace hierarchy explorations there are these tools: • https://github.com/greglook/clj-hierahttps://github.com/alexander-yakushev/ns-graph for maven dependency graph purposes there is org.clojure/tools.deps.graph, which is packaged up in sean corfield's dotfiles:

git clone 
mv ~/.clojure/deps{,.bak}.edn
ln -s ~/src/dot-clojure/deps.edn ~/.clojure/
ln -s ~/src/dot-clojure/dev.clj ~/.clojure/
clojure -M:graph

onetom09:10:32

but it did happen to me lately that i wanted to map out function and/or multi-method relationships

Daniel Miladinov02:10:26

I recently noticed Reader mode support for namespaces like clojure.core; very cool, thank you!