File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
80
80
- [ Managing multiple sessions] ( #managing-multiple-sessions )
81
81
- [ Requirements] ( #requirements )
82
82
- [ Caveats] ( #caveats )
83
+ - [ Var Metadata] ( #var-metadata )
83
84
- [ ClojureScript limitations] ( #clojurescript-limitations )
84
85
- [ Microsoft Windows] ( #microsoft-windows )
85
86
- [ powershell.el] ( #powershell-el )
@@ -941,6 +942,17 @@ change `*cider-repl localhost*` to `*cider-repl foo*`.
941
942
942
943
## Caveats
943
944
945
+ ### Var Metadata
946
+
947
+ Currently var metadata about the location of the var's definition within the
948
+ source code (file, line & column) is set only when evaluating the entire source
949
+ buffer (<kbd >C-c C-k</kbd >). All other interactive code evaluation commands
950
+ (e.g. <kbd >C-c C-e</kbd >) don't set this metadata and you won't be able to use
951
+ commands like ` find-var ` on such vars. That's a
952
+ [ limitation of nREPL] ( http://dev.clojure.org/jira/browse/NREPL-59 ) , that's
953
+ beyond CIDER. If you want to see interactive evaluation working properly in
954
+ CIDER you'll have to push for the aforementioned nREPL issue to be resolved.
955
+
944
956
### ClojureScript limitations
945
957
946
958
Currently, the following features are not supported for ClojureScript
You can’t perform that action at this time.
0 commit comments