We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e1783 commit a8b0fc4Copy full SHA for a8b0fc4
src/cljs_tooling/complete.clj
@@ -203,8 +203,8 @@
203
(.startsWith ^String (:candidate candidate) (str prefix)))
204
205
(defn completions
206
- "Returns a sequence of matching completions given current namespace and a
207
- prefix string."
+ "Returns a sequence of candidate data for completions matching the given
+ prefix string and (optionally) the current namespace."
208
([env prefix] (completions env prefix nil))
209
([env prefix context-ns]
210
(let [prefix (u/as-sym prefix)
0 commit comments