Skip to content

Commit

Permalink
Add a note about compliment and cljs-tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 1, 2018
1 parent 3e9ed12 commit f1dc754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/code_completion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CIDER provides intelligent code completion for both source buffers (powered by
`cider-mode`) and REPL buffers.

Internally CIDER leverages
[compliment](https://github.com/alexander-yakushev/compliment) for Clojure and
[cljs-tooling](https://github.com/clojure-emacs/cljs-tooling) for ClojureScript.
Improvements to the two libraries automatically translate to improvements in CIDER.

## Standard completion

Out-of-the box CIDER uses the standard Emacs tooling for code completion. When you
Expand Down

0 comments on commit f1dc754

Please sign in to comment.