Is there a way to make the Calva REPL auto switch to the namespace of the active file? (I thought I used to be able to do this, but I can't find the setting)
https://github.com/BetterThanTomorrow/calva/issues/844#issuecomment-728159418
This was indeed a feature in the past (see https://github.com/BetterThanTomorrow/calva/issues/58), at least with the old repl window. I'm guessing there was a reason not to add it back with the new one, but I don't see any information on this decision. Maybe @pez can shed some light on it.
There is, at least, the command to switch the repl to the ns of the current file. But I know this is not what you're asking.
Yeah, it caused problems so I killed that feature. Might be something we should pick up again. I think we are in a much better position for doing it right now.
A new Calva version was released: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.132 Thanks @stefan.van.den.oord for the contribution!