Fork me on GitHub
#cursive
<
2021-11-12
>
Roman Liutikov13:11:52

Is it possible to resolve a custom EDN tag?

cjsauer18:11:37

Quick question: I can’t seem to get the little intention lightbulb to pop up anymore when hovering over a macro as https://cursive-ide.com/userguide/formatting.html#code-style-settings. I’ve tried disabling most plugins in case of a conflict to no avail :thinking_face: did anything change in this regard?

tony.kay19:11:28

Don't know how to fix that, but one possible workaround is you can use the Action (Help -> Find Action, CMD-SHIFT-A on a Mac I think) search to find the "Resolve as..." action when you're on the name (if that's what you're trying to do).

cjsauer20:11:30

Thanks, I think I found the issue. CLJC doesn’t want to show that intention dialog, and even “Resolve as…” doesn’t show up there…

cjsauer20:11:43

Creating a CLJ file and getting access to it from there did the trick.

potetm19:11:57

Does option+enter work for you?

cjsauer20:11:05

Ah, I found the issue. It doesn’t seem to work in CLJC files…`cmd+shift+a` -> “Resolve as…” doesn’t return any hits, and option+enter doesn’t have any effect in cljc files…

cjsauer20:11:44

I had to create a stub CLJ file to get to it.