Fork me on GitHub
#cursive
<
2016-06-20
>
emperorcezar00:06:02

How do I turn rainbow parens on?

vikeri06:06:38

@cfleming: Alright, great to hear!

chrisdevo15:06:48

Is anybody else having issues with Intellij locking up on a Mac when “scanning files to index”?

vincentjames50118:06:24

@chrisdevo: Oddly I had this happen this morning to me for the first time. I just restarted and everything is working well now.

leo.ribeiro18:06:17

hey guys do you know why it’s happening to me?

leo.ribeiro18:06:08

maybe because my sql queries from conman is generated on the fly? the strange thing is that it happens to the bouncer too

chrisdevo18:06:52

@vincentjames501: I think it was a conflict between cursive and the .ignore plugin.

sveri19:06:48

@leo.ribeiro: could you post the db namespace please?

leo.ribeiro19:06:29

oh yes sure… sorry, here’s the snippet

sveri19:06:39

ah and here is the problem, intellij does not know which functions are being generated by bind-connection

sveri19:06:15

You could declare them manually for instance

sveri19:06:39

Also I think @cfleming was or will be working on a feature that enables this stuff

chrisdevo21:06:38

https://clojurians.slack.com/archives/cursive/p1466448172000172 Removed the .ignore plugin (and many others). Still locking up at “scannning files to index”.

cfleming22:06:11

@chrisdevo: No worries, let me know if that helps.

cfleming22:06:56

@sveri: @leo.ribeiro: Yes, I hope to have a solution for that use case shortly.

seantempesta23:06:48

Has anyone done any CLJS debugging with Cursive? It seems like there’s support to connect to a Chrome instance. https://www.jetbrains.com/help/idea/2016.1/debugging-javascript.html?origin=old_help

cfleming23:06:37

@seantempesta: I know dnolen tried that out, I think it worked ok.

seantempesta23:06:41

interesting. I’ll give it shot. Thanks @cfleming…for everything. Cursive is pretty amazing.

cfleming23:06:06

@seantempesta: Thanks! I’m glad you’re liking it.