You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to request a feature: for custom REPL commands, when ns setting is empty, it would be great if Calva executed the specified command within the current namespace.
Currently Calva always switches to the user namespace.
Staying in the current namespace would be very handy to send (cljs.test/run-tests) to the REPL.
If users need to run a command within the user namespace, they can always specify it in the settings with "ns": "user".
I'd like to request a feature: for custom REPL commands, when
ns
setting is empty, it would be great if Calva executed the specified command within the current namespace.Currently Calva always switches to the
user
namespace.Staying in the current namespace would be very handy to send
(cljs.test/run-tests)
to the REPL.If users need to run a command within the
user
namespace, they can always specify it in the settings with"ns": "user"
.This feature request was briefly discussed in the calva-dev Slack channel https://clojurians.slack.com/archives/CBE668G4R/p1580916516221100
Thank you!
The text was updated successfully, but these errors were encountered: