-
Notifications
You must be signed in to change notification settings - Fork 47
Make autocompletion awesome #25
Comments
Seconding the importance of this one. It'll be great when our editor has On Wed, Oct 22, 2014 at 3:28 PM, Gabriel Horner [email protected]
Screw the environment. Please print this email immediately. And then burn |
We should consider switching from clojure-complete to compliment as it may give us some of the above |
A quick route here might (just might) be to consider incorporating the cider-nrepl middleware. |
While on the Clojurians Slack today, I was able to garner some feedback regarding Light Table from a user's perspective and this is a significant pain point. Emacs has a superior autocomplete in Cider. Recommend making it a priority. |
This is a meta issue to track clojure(script) autocompletion scenarios I'd like for us to handle (will keep up to date). I'd love for us to be as good if not better than
lein repl
and any editor out there:lt.objs.com[TAB]
completes withlt.objs.command
lt.objs.command/com[TAB]
completes withcommand
andcompletions
cond-[TAB]
completes withcond->
andcond->>
java.io.StringR[TAB]
completes tojava.io.StringReader
goog.ob[TAB]
completes togoog.object
goog.object.getK[TAB]
completes togoog.object/getKeys
js/win[TAB]
completes tojs/window
I'm happy to guide anyone on these. Good place to start looking is this file.
The text was updated successfully, but these errors were encountered: