morpheus icon indicating copy to clipboard operation
morpheus copied to clipboard

Feature request: node clustering

Open spacegangster opened this issue 4 years ago • 1 comments

Heyy, very nice effort there ❤️! Cool to see both Loom and clj-kondo at work. Would be nice to have node clustering as in https://github.com/gfredericks/clj-usage-graph

P.S.: Can I exclude core symbols? And how to filter namespaces being analyzed?

spacegangster avatar Nov 08 '20 10:11 spacegangster

you can't exclude core symbols atm I am afraid.

you can pass in a list of paths to analyze that does not mean that those paths not passed in won't show up on your graphs if some vars depends on them. they just won't be clickable so I guess that is not really what you have in mind.

neither of those things would be too hard to implement tho... ;)

benedekfazekas avatar Nov 08 '20 16:11 benedekfazekas