editors

Discussion about all editors used for Clojure/ClojureScript
dominicm 2018-03-20T22:11:56.000258Z

Very cider-like

dominicm 2018-03-20T22:12:23.000297Z

Vim is showing it's limits for showing information somewhat

pez 2018-03-20T22:13:09.000387Z

I was a bit surprised this was so easy to do in VS Code.

pez 2018-03-20T22:17:50.000005Z

Cider syntax highlights the evaluation result, but that is a whole different thing to do in Code, while maintaing the “cider-like” way of showing the results appended to the form being evaluated. (It’s done with css ::before and ::after pseudo elements in Code.)

dominicm 2018-03-20T22:47:32.000360Z

I think so, but I'm not sure. I don't use it.