Sorry @taoroalin, it looks like no one responded to you! Would you mind creating an issue for this through VS Code -> Help -> Report Issue to we can see environment info? This sounds pretty odd.
I heared it is not possible to assign running a custom function inside a repl to a key combination (eg ctrl-shift-t to execute (clojure.test/run-all). Is that right? Will it ever be possible? In Cursive I use it eg to trigger ns reload and app restart.
Do you mean like this? https://calva.io/custom-commands/
It's a bit more than a single key combo, though.
I see, that looks good, thanks!
Hi! I feel dumb for not being able to find the answer to this... but is there a way to see the docstring for a function, without reaching for the mouse and hovering over the function name?
It’s designed to be executed with a feel a bit like a multi chord, if you select the names carefully.
Try ctrl+k, ctrl+i
The command is "Show Hover" - yours could be mapped differently, but mine is that by default
Is it possible to send in arguments, such as the current line? (for integration with Notespace so that I can send it (notespace.api/eval-note-at-line 14) to eval the note at line 14)
Thanks!
Unfortunately not. I think we should add it. It was suggested for the very same reason earlier today on ClojureVerse: https://clojureverse.org/t/extending-calva-with-a-repl-function/
Not used Notespace, though, so not sure what the options/workarounds are.
https://github.com/BetterThanTomorrow/calva/issues/863 There's an issue for it too
Dear Calva Friends. I do not want you to stop using this channel in the awesome way you do currently. Just wanted to let you know that I just enabled Discussions on the Github repo. I think it might become a nice complement for questions and discussions that risk drown in this more chat-like forum. We’ll see, but please feel invited to lead by example by commenting and starting nice conversations: https://github.com/BetterThanTomorrow/calva/discussions/864
My personal view in terms of usability, slack, Zulip or Discord are far more accessible as they have a specific app. Is there a desktop/mobile app for GitHub discussions?
Me, I don't have slack subsription so I can't see older discussions. Not even private ones. Also, each app has it's own protocol. Trying to discuss in multiple communities means having 3-4+ apps open on desktop. I miss IRC
@eugen.stan I am enjoying using the Clojurians Zulip, which has a slack archive that is a very nice way to consume the conversations as it has the full history, e.g. for Calva its archived here https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/calva I have the Zulip app open and only open Slack in a browser if I need to post something. This minimises the apps I have open. I have the Slack app on my phone to monitor a few channels that I am very active in, e.g. #practicalli and #spacemacs (and hopefully calva when I finally get a perfect vim environment figured out). I agree that sometimes you can have too much choice - there is a section of philosophy that discusses having too little and to much choice...
> (and hopefully calva when I finally get a perfect vim environment figured out). :calva: ❤️
Here’s hoping you find this. The How to use Calva with VIM story on http://calva.io is a bit depressing.
Thanks!