clojureVSCode
clojureVSCode copied to clipboard
Clojure support for Visual Studio Code
Currently, we try to updateConnectionParams() by reading the .nrepl-port file during extension activation (when a clojure file is first opened), then we try to auto-connect. This fails when you open...
This is just a preliminary thought, but I wanted to post here for discussion. It might very nice to have the ability to run both a clj and cljs repl...
Sometimes it is necessary to restart the nrepl. It would be convenient to drop the current connection and reconnect. Presently, it seems like a VSCode "Reload Window" does the trick....
See [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Hi @avli , I'd like to suggest that the self-hosted Clojurescript in `clojureVSCode` should be based on [lumo](https://github.com/anmonteiro/lumo) . This will enable the package to be developed in a proper...
As far as I know, clojure doesn't have the notion of optional parameters. These operations ('def', 'defn' and 'fn') are **widely used** and their current signature have some optional parameters...
I installed the extension and want to start a repl in code, I get this: > Command 'Clojure: Start nREPL' resulted in an error (command 'clojureVSCode.startNRepl' not found