This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-20
Channels
- # announcements (4)
- # beginners (5)
- # biff (1)
- # calva (2)
- # clj-kondo (32)
- # clojure (50)
- # clojure-czech (6)
- # clojure-europe (14)
- # clojure-nl (1)
- # clojure-norway (77)
- # clojure-uk (2)
- # core-logic (1)
- # cursive (6)
- # datahike (1)
- # datomic (15)
- # emacs (2)
- # events (1)
- # honeysql (1)
- # hyperfiddle (45)
- # introduce-yourself (2)
- # lsp (9)
- # other-lisps (10)
- # overtone (2)
- # polylith (5)
- # practicalli (1)
- # ring (2)
- # shadow-cljs (6)
@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?
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...
for namespace hierarchy explorations there are these tools:
• https://github.com/greglook/clj-hiera
• https://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
but it did happen to me lately that i wanted to map out function and/or multi-method relationships
I recently noticed Reader mode support for namespaces like clojure.core
; very cool, thank you!