Fork me on GitHub
#calva
<
2020-07-01
>
armed05:07:23

Hi everyone! Is there any option to redirect println output to repl instead of vscode's output window? Like in cursive.

pez06:07:31

Hi, @armed! If this is async output, then yes, there is a setting, named something with ”async” and ”output”, iirc. If it is sync, then the closest you get is to evaluate the forms towards the REPL-window. The default shortcuts are similar. So if you evaluate top level form, the shortcut is ctrl+alt+c ctrl+alt+space instead of the inline one of ctrl+alt+c space.

pez06:07:09

I'd welcome both an issue and a PR, opening up for more options here. If you only have time for the issue, that is fine, I am planning to spend some time on output things soon.