cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
Helins 2021-02-18T15:26:15.031500Z

Is there a way to "unfold protocols"? As such, the Var column only shows protocols but not their functions, making it unnecessarily harder to find one as it is not directly visible. One must know and remember which protocol it belongs to or remember the name well enough to search for it. I'd argue it is best to display all Vars even if that means creating a sublist for those protocol functions (as it makes sense to keep them grouped). I am surprised it didn't show up in issues ๐Ÿ˜›

Helins 2021-02-19T08:03:50.031900Z

I am currently on too many projects already but I'll keep it in mind ๐Ÿ™‚ How big of a fix do you reckon it is? I believe Codox was showing all vars but I might be mistaken.

martinklepsch 2021-02-19T08:42:37.033200Z

I donโ€™t think itโ€™d be a ton of work. Probably the most difficult would be extending the list of vars to support some nesting

martinklepsch 2021-02-19T08:44:12.034300Z

Iโ€™ll look into it a bit over the weekend and either do it or record a little guidance for someone else to take it on

๐Ÿ‘ 1
martinklepsch 2021-02-18T18:45:52.031700Z

This has also bugged me in the past! Would totally love to see it fixed. If you want Iโ€™d offer to record a short video with some guidance on how to implement this.