ClojureScript core library documentation viewer for Atom
Search package installer for atom-cljs-doc
or use the command line:
apm install atom-cljs-doc
- Open
.clj
,.cljs
or.cljc
file - Place text cursor into a form, e.g.
if
- Notice a button to the right in a status bar, e.g.
(doc if)
- Press it
- A notification with a doc string will pop up
- Read it, close or press
Read on ClojureDocs
button to go to documentation website