This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-23
Channels
- # aws-lambda (1)
- # bangalore-clj (13)
- # beginners (12)
- # boot (3)
- # cider (1)
- # cljs-dev (20)
- # clojure (208)
- # clojure-finland (1)
- # clojure-france (1)
- # clojure-russia (30)
- # clojure-serbia (12)
- # clojure-spec (7)
- # clojure-uk (14)
- # clojurescript (16)
- # cursive (6)
- # datomic (10)
- # emacs (1)
- # hoplon (4)
- # keechma (14)
- # leiningen (2)
- # off-topic (6)
- # om (43)
- # onyx (32)
- # pedestal (8)
- # perun (2)
- # re-frame (7)
- # reagent (33)
- # specter (5)
- # vim (4)
- # yada (9)
is there a way to access the DOM api documentation from IntelliJ while editing a .cljs
file?
for example if i press F1 over .-fontFamily
, the help window shows: Element.prototype.style.fontFamily
so it clearly recognizes it correctly but thats all it shows.
maybe i just dreamed it but i think i saw more help than that before. it might have been in some other editor, eg visual studio code or atom; cant really remember
@onetom I think you can add it from Project Structure too:
@danielcompton It should work, but that one didn’t for me the other day - there must be something about that flow that’s slightly different.