Fork me on GitHub
#cursive
<
2017-04-23
>
onetom13:04:37

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.

onetom13:04:01

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

cfleming19:04:47

@onetom I think that should work, yes - does that element have documentation?

cfleming19:04:03

You should be able to navigate to it, or show the definition of it.

danielcompton22:04:33

@onetom I think you can add it from Project Structure too:

cfleming23:04:03

@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.