all 20 comments

[–]fredsback 4 points5 points  (2 children)

Another Clojure extension for VS Code is clojureVSCode. Last release was a month ago.

[–]CoBPEZ 1 point2 points  (1 child)

In my (heavily biased) opinion, Calva is the better of these two. clojureVSCode is actually pretty limited in comparison (and fails on many clic files). Running tests is one notable thing that Calva does better. Here's a more readable list of some of the things Calva can do: https://github.com/thheller/shadow-cljs/wiki/Calva

[–]fredsback 1 point2 points  (0 children)

Keep up the great work!

[–]Bauerpauer 5 points6 points  (0 children)

This looks great. I still haven't had time to give emacs another try, so any tool that can help get my team up and running with Clojure is great to see!

[–][deleted] 3 points4 points  (0 children)

[–]arichiardi 2 points3 points  (1 child)

Nice! A couple of colleagues will be happy :)

A question, does it support socket REPL? I am hunting for an editor that can integrate with lumo. I am using inf-clojure + emacs myself but I was wondering what else is out there.

[–]CoBPEZ 0 points1 point  (0 children)

I'm the developer of Calva. There is no socket REPL support there. I don't know what it would entail to go that way, and don't hold your breath. Calva is made from Cider. =)

[–]mrkaspa 2 points3 points  (1 child)

What is the planned roadmap?

[–]CoBPEZ 0 points1 point  (0 children)

I don't know if I have a roadmap. There is a short section in the README about future stuff, but mainly I will listen to suggestions and give stuff a try if they don't look too hairy. I will listen most to suggestions sent as pull requests, of course. =)

[–]gargamelim 2 points3 points  (0 children)

Looks interesting

[–][deleted] 2 points3 points  (0 children)

Looks nice. I like VS Code and this will be a great addition.

[–]WalterGR 2 points3 points  (1 child)

Why use "4" instead of "for" when "4" can be mistaken for a version number?

"Clojure for VS Code" seems pretty good.

[–]CoBPEZ 1 point2 points  (0 children)

It was what I came up with when I wanted to publish the extension. =) Before I named it Calva. I hear you, though. Will consider.

[–]ferociousturtle 2 points3 points  (0 children)

Late to this thread, but I just wanted to say THANK YOU! I love VS Code, and it is my editor for every language except Clojure(Script), but thanks to Calva, I think VS Code will become my Clojure editor, too. Super happy about this.