Fork me on GitHub
#cursive
<
2017-05-09
>
cfleming01:05:02

@kenny I haven’t heard about that one.

cfleming01:05:16

This is using Cmd-N?

kenny01:05:42

Oops, I meant generate stubs dialog 🙂

kenny01:05:34

It finally went away but it left all my Datomic functions as unresolved. Though, I stopped working in that project and just took a peek at the project and it seems to have magically fixed itself.. Maybe IntelliJ's indexing was pretty delayed or something?

hagmonk01:05:39

There's still no Cursive for 2017.2, right? Just checking since I had another machine prompt to update, and I'm not sure how to tell what plugins will be invalidated after an update …

taylor02:05:09

hagmonk: AFAICT if you install Cursive before upgrading to 2017.2 it continues to work fine. If you install 2017.2 and then try to install Cursive, it won’t let you. wrong

cfleming02:05:42

@U3DAE8HMG I’d be surprised if that worked - IntelliJ should prohibit the current Cursive version from working in 2017.2

taylor02:05:36

@cfleming it (fingers crossed) works on my machine 🙂

cfleming02:05:53

Really? That’s very strange.

taylor02:05:16

haha disregard, I’m running 2017.1.2… forgot a very important number in there

taylor02:05:45

I installed 2017.2 on my personal machine and noticed it wouldn’t allow me to install Cursive, but for some reason I thought I was running 2017.2 on my work machine

cfleming02:05:45

@hagmonk No, sorry - I’m working on fixing a bug, hopefully I’ll get the EAP out today.

cfleming02:05:08

@kenny There’s at least one bug there I’m planning to investigate for the next build.

kenny02:05:36

Great, thanks.

hagmonk02:05:41

@cfleming no worries mate, just checking 🙂

rauh05:05:01

@cfleming I'm refactoring some cljs code where have to turn some fn calls to macro calls. So far I've been using "Replace in path" with regex. It actually works pretty well

rauh05:05:54

So then I thought maybe structural replace would be pretty simple to implement for CLJ. But not sure if that option would be used by a lot of people.

rauh05:05:00

One of the biggest pain point for me is that there is no automatic imports of "refer'd" vars.

cfleming09:05:08

@rauh Yeah, I’m planning to add that soon as part of more sophisticated ns refactoring in general.

cfleming09:05:18

It’s something a lot of people have asked for.

cfleming10:05:05

@hagmonk BTW 1.5.1-eap1 has 2017.2 support.

cfleming10:05:06

@moizsj I did do at least a basic test of that, I’ll try it again tomorrow.

curlyfry12:05:54

Is there anything in the works regarding support for spec? (Go to definition for namespaced keywords/go to spec for function/show specs when entering arguments to a fn, etc)

hagmonk15:05:25

@cfleming installed … everything seems to be working great!