cljs-tooling
cljs-tooling copied to clipboard
[DEPRECATED] Tooling support for ClojureScript
When type: (js/THR Expected complete list: (js/THREE ... I think a enhancement required here
In order to provide a similar experience for users of both Clojure and ClojureScript it'd be nice if the completion handling code supported several compliment features: - context aware completion...
Putting the caret at `|`: ``` (ns withering-spell.views (:require [re-frame.core :as re-frame])) (defn main-panel [] (let [name (re-frame/subscribe [:name])] (fn [] [:div [:h1.lion "Headline"] [:ul (for [x (range 1 4)]...
In order not only to solve https://github.com/clojure-emacs/cider/issues/2523 but also to have more consistency between the Clojure and ClojureScript tooling world, I have started porting the `cljs-tooling.info` namespace to `orchard`.
Like in `lumo` for a start: https://github.com/anmonteiro/lumo/blob/master/src/cljs/snapshot/lumo/repl.cljs#L1240 If I remember correctly there was a problem with that implementation, still a good start.