Clojure-Sublimed icon indicating copy to clipboard operation
Clojure-Sublimed copied to clipboard

Clojure support for Sublime Text 4

Results 37 Clojure-Sublimed issues
Sort by recently updated
recently updated
newest added

- What CLJS REPLs exist - What needs changing

help wanted
Open Question

E.g. start REPL and try to eval plus form in a file like this: ``` (ns abc) (+ 1 2) ``` Command send to nREPL will have `{"ns": "abc"}`, but...

bug
Open Question

Parsing might be done much more efficiently on Clojure side, but it will require sending full file for each command. Worth it?

Open Question

When standing inside successful evaluation, Ctrl+I should toggle between compact one-line truncated view (first) and expanded pretty-printed view (second): Note: do not use `clojure.pprint`, better implement it yourself: same idea,...

enhancement