calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
pez 2020-08-17T05:17:36.023600Z

@nando Calva doesn't have any such facilities. But if some library or tool can hot reload your project and it has some functions you need to call, then you can configure those as custom command snippets to ease your workflow.

pez 2020-08-17T05:21:33.025200Z

@tylertracey09 I saw your Calva question in the beginner channel. Welcome to Calva! There are some initial tips on evaluations here: https://calva.io/try-first/

Ty 2020-08-17T07:10:04.025900Z

Thanks. Seems like some of these commands clash with my vim setup in VS Code

Ty 2020-08-17T07:10:24.026400Z

I saw some of the notes about using NeoVim instead. I'll probably take the time to get that going tomorrow

Ty 2020-08-17T07:10:36.026700Z

The vim support in VS Code is so meh

pez 2020-08-17T07:27:52.028500Z

It's super hard to emulate VIM in VS Code. I think the VIM extension has some special API, but even so... But shortcut clashes are a thing regardless, so people customize those a lot, I would think.

bringe 2020-08-17T19:52:24.031100Z

Hello all! Version 2.0.120 has just been released, which includes the REPL history feature in the new output/REPL window. Details in the docs are here: https://calva.io/output/#repl-history You may also notice the extension for the output file is now .repl vs .repl-file.

3