Fork me on GitHub
#cursive
<
2017-04-25
>
Oliver George00:04:50

Hi @cfleming, I'm loving the ctrl-click to jump from function definition to usage and back again. Can we have the same for registered keywords please.

Oliver George00:04:26

For example, in re-frame you register a handler with a key ::blah and then call (dispatch [::blah]) in your views. Often it's handy to jump to the handler from the view but that means alt-f7 to search through all keyword usages.

Oliver George00:04:46

I suspect the same technique would make it easy to traverse clojure-spec definitions

grav07:04:51

Cursive insist on me generating stubs … after which it insists on me generating some more stubs …

cfleming07:04:34

@grav Which Cursive version are you on?

grav07:04:32

Latest non-eap

grav07:04:37

But I just upgraded to eap

grav07:04:42

So I’ll try again! 🙂

grav07:04:31

No, same thing

grav08:04:01

If it fails to generate stubs, will it disable some statical analysis? Because I’m lacking unused variables currently

cfleming23:04:03

@grav Bummer, I hoped that the latest EAP would fix that for you.

cfleming23:04:42

Yes, it just means that you won’t get completion, resolution etc for the affected namespace, probably something like datomic, midje or om.