File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 14
14
REPL server. It's a great alternative to the now deprecated combination
15
15
of SLIME + [ swank-clojure] ( https://github.com/technomancy/swank-clojure ) .
16
16
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
+
17
40
![ CIDER Screenshot] ( https://github.com/clojure-emacs/cider/raw/master/screenshots/cider-overview.png )
18
41
19
42
***
You can’t perform that action at this time.
0 commit comments