afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
63 stars 9 forks source link

The REPL console has no syntax highlighting #18

Open ericdallo opened 1 year ago

gerdint commented 8 months ago

Paredit bindings would also be nice.

ericdallo commented 8 months ago

@gerdint paredit bindings are already available in clojure-lsp-intellij, check it here

gerdint commented 8 months ago

@ericdallo yeah I know, but they do not seem to work in the REPL, as it stands.

afucher commented 8 months ago

To support highlight we will probably work with a Clojure buffer, so I think that all things available in a common clojure file will be available there.

nicollecnunes commented 1 month ago

even with clojure-lsp-intellij my repl does not have syntax highlighting nor paredit bindings, am i missing some config?

gerdint commented 1 month ago

@nicollecnunes No. This issue is still to open. Like @afucher says some major replumbing probably needs to be done.

@afucher Personally I prefer a split REPL-buffer with separate windows panes for REPL output and input.