JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

REPL autocomplete does not work for functions defined in the current namespace #62

Closed kernelsid closed 11 years ago

kernelsid commented 11 years ago

(a) Create a new project use lein - lein new app try (b) Import project into Intellij (c) Open the file src/try/core.clj (d) Define a small function in this file - (defn func1 ) (e) Start the Clojure repl from intellij (f) Load the above file into the repl (g) Change namespace to (ns try.core) (h) Try typing (fun .. The plugin will not autocomplete the name func1. However try.core/fun... auto completes it.

Alefas commented 11 years ago

Moved here: http://youtrack.jetbrains.com/issue/CLJ-214