Fork me on GitHub
#cursive
<
2019-10-06
>
kulminaator15:10:32

decided to make @cfleming rich as hell and also bought a license.

😀 8
8
cfleming20:10:08

Thanks! I’m cracking out the champagne for breakfast right now.

dazld17:10:08

I can’t get any kind of autocomplete for adding a dependency to deps.edn to work - any ideas of something I might be doing wrong?

dazld17:10:17

(2019.2.3 & 1.9 eap4)

dazld17:10:08

maven appears to know about clojars

cfleming20:10:21

Hmm, I’ll try to reproduce this. What is also odd is that you only have clojars and not central, which is something @U053032QC had reported too.

dazld07:10:22

I’ve lost clojars now too :)

dazld07:10:45

Tried cache invalidate etc

dazld17:10:00

it’s a shadow-cljs project, if that makes any difference.

kulminaator18:10:20

hmm ... i must be missing something when running the repl ...

kulminaator18:10:42

there must be a way to send the current statement under the editor cursor into the repl , right ?

dazld19:10:04

Cmd shift p does that for me (from memory)

kulminaator19:10:40

that seems to send the most outer form found

kulminaator19:10:14

but i wanted to just send the current statement that i'm scoped in, not the defn that is logically 2-3 blocks outside 🙂

kulminaator19:10:07

ah seems i can manually add a binding for it ... somewhere 🙂

kulminaator19:10:26

and i have to be with the cursor by the end of the function name ? o_O

kulminaator19:10:02

hmm ... that does even something different ... if i just select the whole statement i want to execute then it does what i expect it to do ...

kulminaator19:10:30

or if i'm just outside the caret ... well that will do, will just have to get used to it

Alex Miller (Clojure team)23:10:24

both exist - just look it up in the key bindings