You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this extension for a while now, and VSCode is the only editor I've used for Clojure (fairly new to Clojure). I was reading on clojure.org about enhancing my REPL workflow, as well as looking at other editors to see if I was missing something that could improve my workflow. I found no significant reason to change editors, but I did notice clojure.org has a section about what to expect from an in-editor REPL integration. It seems this extension only implements one of the six features they mention. Forgive me if I'm missing something.
I know this extension can load the current file in the REPL, but here are some other things that it either doesn't implement or I'm unaware of:
Send form before caret to REPL
Send top-level form to REPL
Switch the REPL's namespace to current file
Show evaluation inline
Replace expression with its evaluation
For a description of each, see this section from clojure.org. If I am correct, are there any plans to implement these features? Thank you.
The text was updated successfully, but these errors were encountered:
PEZ
added a commit
to PEZ/clojure-site
that referenced
this issue
Jul 29, 2020
I've updated the recommended plugins/extensions for Atom, to Chlorine, and for VS Code, to Calva. In the latter case I am quite biased, but as [this question](avli/clojureVSCode#113) suggests, `clojureVSCode` does not fully qualify the expectations for an editor integration as they are expressed on this page. Calva does, however.
I've been using this extension for a while now, and VSCode is the only editor I've used for Clojure (fairly new to Clojure). I was reading on clojure.org about enhancing my REPL workflow, as well as looking at other editors to see if I was missing something that could improve my workflow. I found no significant reason to change editors, but I did notice clojure.org has a section about what to expect from an in-editor REPL integration. It seems this extension only implements one of the six features they mention. Forgive me if I'm missing something.
I know this extension can load the current file in the REPL, but here are some other things that it either doesn't implement or I'm unaware of:
For a description of each, see this section from clojure.org. If I am correct, are there any plans to implement these features? Thank you.
The text was updated successfully, but these errors were encountered: