Fork me on GitHub
#cursive
<
2021-03-20
>
aratare01:03:59

Sorry for the repost. Just wondering if this is possible or not since this is the one feature I find myself wanting the most surprisingly especially when I have a CLJ and CLJS REPLs opened all the time. I think this was also brought up a while back by someone else. Thanks in advance 🙂

cfleming05:03:26

I’ve been thinking a bit about this. The problem is that there are lots of different combinations of variants on the send to REPL commands that people might want, and it ends up being a combinatorial explosion of commands I’d have to provide. I think the approach is going to be to allow people to build the commands that they want using REPL commands (https://cursive-ide.com/userguide/repl.html#repl-commands), so I’ll look at adding a new option to those that will allow this.

👍 3
aratare05:03:42

That would be awesome. Really appreciate it! 🙂

octahedrion12:03:02

how I make Cursive get documentation ? I just get a popup saying "Fetching Documentation..." forever ok found it you have to go to Languages & Frameworks > Clojure > Documentation Options then click Update. I'd prefer old documentation to none, or at least tell us how to fix it

cfleming05:03:54

I’ve had a few people report this, it seems to be a problem parsing the file downloaded from ClojureDocs. Is your system language set to English or something else?

ericdallo22:03:31

Hello cursive users! Is there anyone who can help me understand how https://cursive-ide.com/userguide/macros.html#customising-symbol-resolution works exactly? 🧵

ericdallo22:03:13

me and @U04V15CAJ would like to understand when Cursive suggest the "resolve macro as" popup

ericdallo22:03:29

if it's always or only on specific cases

Azzurite23:03:59

I mean so far I've noticed it on each and every macro, but of course I can't know for sure as I don't have the source code 😄 since it's a completely manual step every user can decide for themselves where adding it makes sense

Jeff Evans00:03:11

There's also a settings menu where they can be set and imported/exported

👍 3
thanks 3
cfleming05:03:49

Yes, that’s correct, this is offered on all macros, since Cursive can’t tell if they’re being resolved correctly or not.