mhansen / clojureVSCode

Clojure support for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojureVSCode

Version

Clojure support for Visual Studio Code.

I'm trying, believe me!

Quickstart

Make sure that Leiningen is installed on your machine, open a Clojure file or project, wait until the extension will start nREPL and connect to it - now all the goodies should work :-)

Supported Features

  • Code completion

Code completion example

  • Code navigation

Code navigationtion example

  • Interaction with REPL
  • Showing documentation on hover
  • Function signatures

Code completion example

Features That Are not Supported (But Nice to Have)

How to Contribute

Open an issue if you want to propose new features and ideas or to report bugs. If you want to help with some code and looking for a place to start, please check out the How to Contribute wiki page.

Thanks

License

MIT

About

Clojure support for Visual Studio Code

License:MIT License


Languages

Language:TypeScript 100.0%