cursive

Issues at: https://git.io/cursive-issues
cfleming 2021-03-20T00:00:10.042400Z

Assuming you’re planning to use :local/root for your deps dependencies, I think you’d be best to convert the project from the leaves to the root.

aratare 2021-03-20T01:43:59.042600Z

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 🙂

cfleming 2021-03-21T05:45:26.047900Z

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.

👍 1
aratare 2021-03-21T05:46:42.048200Z

That would be awesome. Really appreciate it! 🙂

octahedrion 2021-03-20T12:07:02.044100Z

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

octahedrion 2021-03-23T16:39:29.073300Z

English

ericdallo 2021-03-20T22:50:31.045400Z

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

ericdallo 2021-03-20T22:50:45.045600Z

I'd like to implement it on clojure-lsp (#lsp): https://clojurians.slack.com/archives/CPABC1H61/p1616261170035400

ericdallo 2021-03-20T22:51:13.045900Z

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

ericdallo 2021-03-20T22:51:29.046100Z

if it's always or only on specific cases

Azzurite 2021-03-20T23:54:59.046400Z

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