How to Set up Visual Studio Code for Clojure Development
Set up VS-Code for Clojure development.
VSCode Setup#
The packages outlined in the Editor Tools section ship as a bundle with Calva. For VSCode, you only need Calva to get started:
open VSCode
press
Ctrl/Cmd + Shift + P
search for "Install extension"
search for "Calva" in extensions marketplace
press the
Install
buttondone!

Calva also installs clj-kondo
, a Clojure linter that you'll definitely find useful.