File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ buffers visiting files on the classpath. You can customize this behavior with
8282
8383=== Using clj-reload
8484
85- You can also use https://github.com/tonsky/clj-reload[clj-reload] instead.
85+ NOTE: Support for `clj-reload` was introduced in CIDER 1.14.
86+
87+ You can also use `cider-ns-refresh` with https://github.com/tonsky/clj-reload[clj-reload] instead of `clojure.tools.namespace`.
8688It provides support for
8789https://github.com/tonsky/clj-reload/blob/469da68/README.md#usage-keeping-vars-between-reloads[keeping vars between reloads]
8890among some
@@ -99,6 +101,9 @@ https://github.com/tonsky/clj-reload/blob/469da68/README.md##usage[the usage doc
99101. If you don't set them manually, it will default to the current project's resource dirs in the same
100102way `tools.namespace` does.
101103
104+ NOTE: Down the road we may rename `cider-ns-refresh` to something more tool-agnostic (e.g. `cider-ns-smart-reload`) to reflect
105+ that it supports different code reload tools now.
106+
102107== Basic Code Reloading
103108
104109Sometimes, `cider-ns-refresh` may not work for you. If you're looking
You can’t perform that action at this time.
0 commit comments