Fork me on GitHub
#cursive
<
2017-03-14
>
yonatanel00:03:24

@cfleming Last time I checked you could only change the last part of a namespaced keyword. Sometimes I just want to rename the whole thing.

cfleming01:03:26

@yonatanel No, that’s worked for a while now

onetom06:03:34

@cfleming I think the datomic stub jar is still useful because it has doc strings, so F1 works

tap06:03:26

I want to try 1.5.0 features, but generate and auto complete on project.clj don’t seem to work. How to I determine what’s wrong with my configurations?

Pablo Fernandez07:03:05

For the Cursive fans, you may want to show your support here: https://www.producthunt.com/posts/cursive-3

cfleming10:03:37

@onetom The stubs generation feature should generate docstrings too, if it doesn’t that’s a bug worth an issue.

cfleming10:03:55

@tap do you have the beta installed?

cfleming10:03:04

Did you generate the indexes for your maven repos when prompted? Settings-&gt;Build, Execution, Deployment-&gt;Build Tools-&gt;Maven-&gt;Repositories

tap10:03:46

Yeah, I don’t have maven integration installed. Will install it

cfleming10:03:28

@tap Yeah, that will be the problem

tap10:03:07

Ok. Those features work now after installed maven integration and restarted. Thanks

onetom17:03:37

@wilkerlucio i've just tested with [com.datomic/datomic-free "0.9.5561"] and i can indeed see datomic.api function help after stub generation i had stale experience apparently.

onetom17:03:37

@cfleming dependency auto-completion is awesome! it's a pity im using boot 😕 maybe is shouldn't when it's not absolutely necessary?...

spieden18:03:54

is it possible to do stub generation within a project? i.e. i have a namespace with a bunch of macro defined vars used by other namespaces w/in the same project

spieden18:03:53

@onetom depends on how sophisticated your build needs are i guess

cfleming22:03:26

@spieden Not yet, but I’m planning to add that.

cfleming22:03:52

@onetom I’m planning to work on boot support soon, and I’ll try to get the completions in there too.

cfleming22:03:09

I’m not sure what you mean by: “maybe is shouldn't when it's not absolutely necessary?..."