Fork me on GitHub
#releases
<
2021-09-20
>
benedek14:09:39

new version of https://github.com/benedekfazekas/morpheus landed. it can generate dependency graphs for vars in Clojure(Script) namespaces and now also usages graphs. if you choose to generate svg files for your graphs the navigation also changed in this version: by clicking an edge you can navigate to a subgraph and by clicking a node you can toggle between deps and usages graphs of the same var. enjoy 🔹 🔸

🎉 10
borkdude14:09:41

I recommend updating clj-kondo too

benedek14:09:38

next on my list this was a kinda interrupted unit of work on a branch wanted to wrap it up before doing other stuff

benedek14:09:17

hoping i can do some reframe deps graphs with the new version too...

benedek14:09:33

will that possibly work borkdude?

borkdude14:09:48

#lsp does use navigation features for re-frame so I think some of this should be possible

borkdude14:09:59

and if there's something missing, we can see what can be done about it

👍 2
borkdude14:09:11

(lsp uses the same analysis)

borkdude14:09:25

you should enable keyword analysis for this

👍 2