This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-25
Channels
- # beginners (32)
- # boot (1)
- # cljs-dev (25)
- # cljsrn (1)
- # clojure (35)
- # clojure-dev (6)
- # clojure-nl (4)
- # clojure-russia (12)
- # clojure-spec (13)
- # clojure-switzerland (2)
- # clojurescript (63)
- # cursive (9)
- # datomic (18)
- # dirac (32)
- # graphql (6)
- # luminus (8)
- # off-topic (18)
- # pedestal (5)
- # protorepl (1)
- # re-frame (30)
- # remote-jobs (5)
- # untangled (61)
- # yada (7)
how do I look up javadoc from cursive?
thanks, i’ll try it out!
thanks!
hey @cfleming I just found a strange behavior in Cursive. When I am in my project.clj
if there is a commented out line with unbalanced quotes, parinfer
will report an error. Is this a bug? It seems useless to me to complain about it since the line is commented out 😕
@carocad Yes, that’s parinfer itself reporting that, see the warning under: https://shaunlebron.github.io/parinfer/#inserting-quotes
Seems that I can build in the functionality I need with a combination of https://github.com/clojure/tools.namespace and https://github.com/pallet/alembic