avli / clojureVSCode

Clojure support for Visual Studio Code
https://avli.github.io/clojureVSCode/
MIT License
205 stars 34 forks source link

Add embedded nREPL console #154

Open avli opened 4 years ago

avli commented 4 years ago

Currently, the only way to interact with the embedded nREPL is connecting to it with the lein reel :connect <port> command. It would be nice if the nREPL console is available right after the start.

avli commented 4 years ago

After reading recent feedback on the VSCode Marketplace, I think this feature should be implemented as follows:

  1. There should be a "Clojure: Open REPL" action available through the command palette which opens a terminal with a running Clojure REPL.
  2. There should be an option that always opens a terminal with the REPL as soon as the extension connects.