-
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 local bindings #12
Comments
I've just written a new source for local bindings and pushed it to Cast @bixuanzju, @expez. |
This looks fantastic. Can't wait to try it out! @bbatsov: can we bump the nrepl dependency to |
Done. |
@bbatsov, thanks for the feedback! |
@alexander-yakushev You're welcome. Btw, I did some testing witn 0.1.3-snapshot and cider and nothing seems to have changed. I didn't get completion candidates for local anywhere. Could you look at this? |
@bbatsov I forgot to require the new source from compliment.core when I did the last deploy. Now I redeployed 0.1.3-SNAPSHOT with the latest commits, I would appreciate if you tried again. |
Now it works fine. Or so it seems to me. Let's hear back from @expez as well and you can releases 0.1.3, so I can finally wrap cider 0.7. |
This is a big improvement! 👍 |
That is cool! But I am confused how to use in Cider. Can I just start coding and |
@bixuanzju Yes. (provided you're using the latest cider-nrepl snapshot) @alexander-yakushev I guess you can move forward with the release of 0.1.3. |
@bbatsov Thanks! Worked like magic. |
Done and done, |
By leveraging context complete
defn
arguments and local bindings introduced bylet
.Moved from clojure-emacs/cider#660.
The text was updated successfully, but these errors were encountered: