-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete all available classnames when on JVM #14
Comments
Another related ticket clojure-emacs/ac-cider#20 |
So... Finally! |
Thank you! It doesn't seem to be working for me however. I am sure I am doing something wrong. I went to MELPA and updated CIDER to cider-20141006.507 and ac-cider to ac-cider-20141006.557. I am still unable to get completions for things like java.net etc. How do I make sure I have 0.2.0-SNAPSHOT? Thanks. |
CIDER isn't using this version yet. I'll update it soon. |
Wow that was fast. Ok, cool. |
@sutram You can put |
Ok, I'll try that. I assume that I can remove it once CIDER gets updated? |
|
@bbatsov I assume I need to wait for it to appear on clojars if I don't want to build it myself? |
@alexander-yakushev Adding compliment manually to profiles.clj works! Thanks |
@sutram Great! What Bozhidar meant is that you can delete |
Ah ok - I'll give that a try |
And yes, you can remove |
I verified that the latest cider-nrepl works. Excellent! |
OK, let's pretend this is enough evidence to confirm that the issue is fixed:smile:. |
@alexander-yakushev Sure, it works for me. :) 👍 |
This requires parsing the jars and classfolders on the classpath. It is exclusive to JVM as Dalvik doesn't have classes freely lying around.
Moved from trptcolin/reply#153.
The text was updated successfully, but these errors were encountered: