Hacker News new | ask | show | jobs
by jakebasile 3209 days ago
I like VSCode, but the Clojure integration in Atom is top notch. When that catches up I might take another look.
2 comments

One of my co-workers has put together a Clojure plugin for VSCode - https://marketplace.visualstudio.com/items?itemName=jamesnor...

Another co-worker is the one who put together proto-repl for Atom so you'll see a lot of similar functionality in the two. I still use Atom and proto-repl just because I've been too lazy to get familiar with VSCode. But when James has demoed the debugger functionality in his VSCode plugin it looks great.

Your co-workers sound pretty cool. That is a different Clojure plugin than what I tried before in VSCode. I'll definitely check it out.
Out of curiosity, what's your setup like? Also using Atom for clojure.
I’m using proto-repl, bracket matcher, lisp-paredit (mostly disabled, used for better auto indents), and parinfer (simply wonderful).

I based a lot of my setup on this gist [1]. My dotfiles are here [2]. I have it set up so that ‘zc’ connects to an nREPL, ‘zb’ evaluates the top block under the cursor, and ‘zz’ evaluates the entire file.

1: https://gist.github.com/jasongilman/d1f70507bed021b48625 2: https://gitlab.com/jakebasile/dotfiles