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.
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 🙂
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.
That would be awesome. Really appreciate it! 🙂
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
English
Hello cursive users! Is there anyone who can help me understand how https://cursive-ide.com/userguide/macros.html#customising-symbol-resolution works exactly? 🧵
I'd like to implement it on clojure-lsp (#lsp): https://clojurians.slack.com/archives/CPABC1H61/p1616261170035400
me and @borkdude would like to understand when Cursive suggest the "resolve macro as" popup
if it's always or only on specific cases
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