BetterThanTomorrow / calva

Clojure & ClojureScript Interactive Programming for VS Code
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva
Other
1.68k stars 217 forks source link

[Feature request] Ability to restart current connection from bottom nREPL icon in one step #474

Closed lvrg-acc closed 4 years ago

lvrg-acc commented 4 years ago

Now it's multiple step process (disconnect, connect with steps). I think it will be convenient to add one simple reconnect/restart option. Use cases:

PEZ commented 4 years ago

Hello. What I do is that I jack in again, ctrl+alt+c ctrl+alt+j. And I get rid of the steps using custom connect sequences, like here: https://calva.readthedocs.io/en/latest/connect-sequences.html

Does that work for you, or is there something else to the restart, that I am missing here?

lvrg-acc commented 4 years ago

Thanks @PEZ, that's exactly what I was looking for!

But still thinking that nREPL icon is a good place for this command :)