Fork me on GitHub
#cursive
<
2019-02-15
>
helios13:02:05

hey guys, quick question. I have a mlet macro that behaves like let but i cannot find a way to force the symbol resolution as let. How do i do it?

hmaurer14:02:01

can you show the code of the macro?

hmaurer14:02:16

(and did you write it?)

Lennart Buit17:02:45

if you stand on where you are using it with your cursor, a light bulp should pop up

Lennart Buit17:02:52

you can use that to resolve it as let

helios18:02:38

and the lightbulb does not show up, or it only does about indentation...

hmaurer18:02:19

@U0AD3JSHL are you on Cursive?

hmaurer19:02:54

if so, press Alt+Enter and go in the “resolve as…” submenu

helios12:02:15

@U5ZAJ15P0 yeah on cursive. And it won't open the resolve as submenu: https://puu.sh/CN3dC/7337c553c2.png

helios12:02:35

this is after pressing Alt+Enter

hmaurer14:02:22

@U0AD3JSHL hum, weird… I am not sure then, sorry 😞

wilkerlucio18:02:55

@U0AD3JSHL sometimes I see that bugged when trying to define from cljc files, your test case is a cljc file?

cfleming02:02:38

@U0AD3JSHL Sorry for the delay, that’s very strange. I’ll try to look at that tomorrow.

helios10:02:14

After talking with cfleming, it turned out i had disabled intentions for Clojure, found in: Settings->Editor->Intentions->Clojure->Resolution