This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-19
Channels
- # announcements (2)
- # beginners (448)
- # calva (10)
- # cider (27)
- # clojure (121)
- # clojure-argentina (2)
- # clojure-brasil (6)
- # clojure-chicago (1)
- # clojure-colombia (9)
- # clojure-ecuador (1)
- # clojure-europe (1)
- # clojure-italy (14)
- # clojure-mexico (1)
- # clojure-nl (19)
- # clojure-spec (11)
- # clojure-uk (160)
- # clojurescript (25)
- # core-async (7)
- # cursive (8)
- # data-science (1)
- # datascript (1)
- # datomic (4)
- # devops (2)
- # graalvm (3)
- # hoplon (1)
- # immutant (1)
- # jackdaw (32)
- # jobs (2)
- # joker (2)
- # keechma (9)
- # leiningen (26)
- # luminus (13)
- # off-topic (2)
- # overtone (2)
- # quil (5)
- # reagent (38)
- # reitit (13)
- # shadow-cljs (16)
- # spacemacs (2)
- # tools-deps (4)
- # xtdb (12)
How do I get Cursive to highlight the parens for the form preceding the cursor line, not the form I'm currently in?
i.e., this way
not this way:
behavior seems to have changed from IntelliJ 2018.3 -> 2019.1 EAP
@solussd By complaining in this issue: https://youtrack.jetbrains.com/issue/IDEA-211720 🙂
heh, thanks!
@cfleming hello man, one curiosity, today is it possible to extend cursive custom extensions? I mean, if I like to have some specialised auto-complete in some context, is this possible to implement as an external plugin? or something like that would require some cursive specific hooks?