Fork me on GitHub
#cursive
<
2024-05-07
>
onetom23:05:49

im trying to resolve this thenhttps://github.com/igrishaev/pact/blob/master/src/pact/core.cljc#L120 as clojure.core/fn, but i don't have the "resolve as..." intention, when i press opt-enter on it. it only offers Configure indentation for pact.core/then.

onetom23:05:34

could it be because the macro definition has an attr-map in its definition?

onetom23:05:03

nah, i tried it quick to define it in my own ns, without the attr map and i still can't specify a custom resolution for it.

cfleming04:05:33

Check to see whether the intention is enabled, that can get disabled by accident sometimes.

onetom04:05:37

indeed that was the problem, thx!