Hey guys,

I've been working on Clojure support for Visual Studio Code text editor for 
a while. The first version is very close to the point when it can be 
published to Visual Studio Code marketplace, but I would like to test it a 
bit more before. Maybe there are Visual Studio Code uses here who can try 
the extension and give feedback.

Features extension supports:

- code completion
- interaction with REPL
- go to definition
- documentation hints

The extension can be obtained from its GitHub page 
(https://github.com/avli/clojureVSCode/releases). Download the vsix file 
and drag-and-drop it to the Visual Studio Code. The extension relies on 
cider-nrepl, so don't forget to add it to the dependencies list. To connect 
to nREPL use "Connect to nREPL" command from the command palette. More 
information is available on the extension's GitHub page.

Hope it be useful for someone.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to