Hi all - trying to help a friend using IntelliJ Cursive and add joker support there - can’t find anything online - is there any guide that I can use?
@nirrub i haven't found anything either, but a fair bit of clj-kondo's "shape" is similar to joker's (e.g. the output message structure) -- there are instructions for using clj-kondo for cursive using the textwatcher plugin at: https://github.com/borkdude/clj-kondo/blob/master/doc/editor-integration.md#intellij-idea may be they can be adapted for joker? also, depending on what the goal(s) are, possibly clj-kondo could work in the situation?
@sogaiu - Thanks - managed to make it work via clj-kondo’s tutorial