Skip to content

Commit 244ba61

Browse files
author
Bozhidar Batsov
committed
Mention some of the more prominent features in the README
1 parent c8a4099 commit 244ba61

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,29 @@
1414
REPL server. It's a great alternative to the now deprecated combination
1515
of SLIME + [swank-clojure](https://github.com/technomancy/swank-clojure).
1616

17+
CIDER packs plenty of features. Here are some of them (in no particular order):
18+
19+
* Powerful REPL
20+
* Interactive code evaluation
21+
* Compilation notes (error and warning highlighting)
22+
* Human-friendly stacktraces
23+
* Smart code completion
24+
* Definition lookup
25+
* Documentation lookup
26+
* Resource lookup
27+
* Apropos
28+
* Value inspector
29+
* Function tracing
30+
* Interactive macroexpansion
31+
* [Grimoire](http://grimoire.arrdem.com/) integration
32+
* `clojure.test` integration
33+
* Classpath browser
34+
* Namespace browser
35+
* nREPL session management
36+
* Scratchpad
37+
* Minibuffer code evaluation
38+
* Integration with [company-mode](http://company-mode.github.io/) and [auto-complete-mode](https://github.com/clojure-emacs/ac-cider)
39+
1740
![CIDER Screenshot](https://github.com/clojure-emacs/cider/raw/master/screenshots/cider-overview.png)
1841

1942
***

0 commit comments

Comments
 (0)