This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-19
Channels
- # aleph (8)
- # announcements (43)
- # babashka (43)
- # beginners (62)
- # calva (8)
- # cider (27)
- # clj-kondo (18)
- # cljs-dev (25)
- # cljsrn (16)
- # clojure (51)
- # clojure-europe (6)
- # clojure-nl (14)
- # clojure-spec (7)
- # clojure-uk (39)
- # clojurescript (17)
- # cursive (9)
- # datascript (12)
- # datomic (16)
- # events (1)
- # fulcro (7)
- # funcool (1)
- # graalvm (2)
- # graphql (5)
- # jobs (1)
- # juxt (6)
- # kaocha (9)
- # leiningen (11)
- # luminus (1)
- # malli (1)
- # off-topic (80)
- # other-languages (2)
- # overtone (3)
- # pedestal (5)
- # quil (1)
- # re-frame (6)
- # reagent (1)
- # reitit (4)
- # rewrite-clj (5)
- # shadow-cljs (207)
- # spacemacs (1)
- # specter (4)
- # sql (1)
- # vim (14)
- # xtdb (7)
I have a namespace foo.core
with a map that looks like this
{::a 1}
In namespace foo.specs
I define a spec for ::a
:
(alias 'foo 'foo.core)
(s/def ::foo/a int?)
When in foo.core
, I can't cmd+click on the ::a
keyword to navigate to the spec definition. This seems like something that should be supported, right?got the same issue, reported at: https://github.com/cursive-ide/cursive/issues/2268
Almost every time I switch from IDEA/Cursive to some other window and then switch back, I find Cursive indexing the project. I found this pretty old link https://intellij-support.jetbrains.com/hc/en-us/community/posts/206808165-Indexing-on-focus on what seems like the same issue. The URL Colin links to at the end seems to be dead. Has anyone else encountered the same issue and found a fix?
@U4ZDX466T I think this is probably the message in question: https://groups.google.com/d/msg/cursive/10KU4J6XdNI/9n2bIYytDAAJ
Hi - I am wondering if there was a way to view variables when debugging as clojure data structures rather than the somewhat confusing Java style variables?