From f1dc7543cef77f560ae82c4407d9bf3787b66866 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 1 Jan 2018 20:26:43 +0200 Subject: [PATCH] Add a note about compliment and cljs-tooling --- doc/code_completion.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/code_completion.md b/doc/code_completion.md index 5973ea322..e79443816 100644 --- a/doc/code_completion.md +++ b/doc/code_completion.md @@ -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