emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
jhacks 2020-07-11T03:29:34.024600Z

Does completion work for anyone in ClojureScript? It works in Clojure files/repl, but not ClojureScript

jhacks 2020-07-11T03:29:50.024900Z

(using cider)

jhacks 2020-07-11T04:52:10.026500Z

Found a template shadow-cljs project where completion is working for ClojureScript, so it’s probably a project configuration issue.

2020-07-11T05:07:25.027700Z

Having a running cljs repl usually solves my completion issues