Fork me on GitHub
#cursive
<
2017-06-25
>
valyagolev12:06:06

how do I look up javadoc from cursive?

curlyfry13:06:35

I think it's ctr + j or cmd + j, but just check out the keymap next time

valyagolev16:06:45

thanks, i’ll try it out!

carocad17:06:15

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 😕

cfleming22:06:14

@royalaid No, it doesn’t unset right now.

cfleming22:06:19

@carocad Yes, that’s parinfer itself reporting that, see the warning under: https://shaunlebron.github.io/parinfer/#inserting-quotes

royalaid22:06:41

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