editors

Discussion about all editors used for Clojure/ClojureScript
pez 2018-03-16T17:42:41.000139Z

I have released a Visual Studio Code extension for Clojure and ClojureScript https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode . It is based off of the extension VisualClosure, and adds stuff like running tests (namespace or all) through the repl and evaluating code and replacing the expression inline in the editor. The basic idea I have is to get as close as possible to the Emacs CIDER experience. Check it out please!

👏 5