summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-11-18 11:46:50 +0100
committerBozhidar Batsov <bozhidar@tradeo.com>2014-11-18 11:46:50 +0100
commit244ba6195f4f1dc542a0e8ad442b311e20886187 (patch)
treefcb3d65460b75693f9e9d7afd04716d8d8b51515 /README.md
parentc8a40997e2f54df3d7e489336f7ed7d98d1e221a (diff)
Mention some of the more prominent features in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index 52d7a2c1..46b6ee09 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,29 @@
REPL server. It's a great alternative to the now deprecated combination
of SLIME + [swank-clojure](https://github.com/technomancy/swank-clojure).
+CIDER packs plenty of features. Here are some of them (in no particular order):
+
+* Powerful REPL
+* Interactive code evaluation
+* Compilation notes (error and warning highlighting)
+* Human-friendly stacktraces
+* Smart code completion
+* Definition lookup
+* Documentation lookup
+* Resource lookup
+* Apropos
+* Value inspector
+* Function tracing
+* Interactive macroexpansion
+* [Grimoire](http://grimoire.arrdem.com/) integration
+* `clojure.test` integration
+* Classpath browser
+* Namespace browser
+* nREPL session management
+* Scratchpad
+* Minibuffer code evaluation
+* Integration with [company-mode](http://company-mode.github.io/) and [auto-complete-mode](https://github.com/clojure-emacs/ac-cider)
+
![CIDER Screenshot](https://github.com/clojure-emacs/cider/raw/master/screenshots/cider-overview.png)
***