This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-30
Channels
- # aleph (39)
- # announcements (5)
- # babashka (7)
- # beginners (14)
- # biff (1)
- # clj-kondo (7)
- # clojure (38)
- # clojure-chicago (3)
- # clojure-europe (3)
- # clojure-norway (1)
- # clojurescript (8)
- # cursive (17)
- # data-science (6)
- # defnpodcast (3)
- # emacs (4)
- # figwheel-main (1)
- # honeysql (2)
- # hyperfiddle (2)
- # malli (20)
- # missionary (24)
- # off-topic (27)
- # reagent (4)
- # scittle (11)
- # shadow-cljs (51)
- # spacemacs (1)
- # xtdb (2)
Is it possible to get cursive to resolve method names using the java interop ..
macro? e.g.:
there should be at least one related issue at https://git.io/cursive-issues - feel free to upvote them
I did not find one that matched, but I opened a new one 🙂 https://github.com/cursive-ide/cursive/issues/2720
Is there a way to configure indentation for a symbol to be absolute zero? Example in thread.
Hmm, I don’t think there is, sorry. There are no forms like that at the moment, even comment
gets indented (although I can see why you might not want it to be).
https://github.com/cgrand/macrovich has a few macros that could utilise this
Top-level is probably an important phrase there, I don't see wanting to do this elsewhere. Or perhaps inside nested wrapping forms
I ended up finding an existing issue, from @U051KLSJF, obviously https://github.com/cursive-ide/cursive/issues/979