-
Notifications
You must be signed in to change notification settings - Fork 50
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
Code completion not working at all. #866
Comments
I uninstalled CCW and re-installed from stable. Completion works. I uninstalled and re-installed master. Completion doesn't work. Stable doesn't have this problem. It's just master. I'll be using stable for now. |
I am using 0.35.0.STABLE001 on Linux, stand-alone ccw. I'm having this same problem. No automatic code completion and no response to ctrl-space (not even a beep). |
I'm missing autocompletion, too. I'm on Linux with Eclipse Neon and CCW 0.35.0.STABLE001. |
I am also using counterclockwise-0.35.0.STABLE001 standalone on Ubuntu. Same thing, no autocomplete and no response to Ctrl+Space at all. |
Same here on Windows/Eclipse Mars. Had to uninstall 0.35.0 and install the old stable from http://updatesite.ccw-ide.org/branch/master/master-0.34.0.STABLE001/ update site. |
According to git log there had been a lot of work on content assist between 0.34 and 0.35. |
Also confirmed rolling back to 0.34.0.STABLE001 fixes the problem. Was stumped on this for a while, thinking I had configured something wrong. |
Just FYI for others attempting a downgrade, 0.34.0.STABLE001 does not work on Neon. |
Hey @cgrand, can you offer any pointers for anyone who'd like to pick up on this work? From the outset, seems like it wouldn't necessarily be totally outrageous amount of work to get it back to working..? |
Hi Kalle,
My intuition is that things really got bad (completion etc.) with an update
of cider, so maybe tracking this down and easier reverting or fixing would
be a good way to put CCW back on feet.
…On Mon, Oct 16, 2017 at 9:22 PM, Kalle Korhonen ***@***.***> wrote:
Hey @cgrand <https://github.com/cgrand>, can you offer any pointers for
anyone who'd like to pick up on this work? From the outset, seems like it
wouldn't necessarily be totally outrageous amount of work to get it back to
working..?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#866 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAC3saveOEdrJeMuKG4gR-UsmM2VOeyAks5stAFygaJpZM4HkvRG>
.
--
On Clojure http://clj-me.cgrand.net/
Clojure Programming http://clojurebook.com
Training, Consulting & Contracting http://lambdanext.eu/
|
This also affects hovering over vars to show the doc, and ctrl+hover to show expansion. So it seems everything which would popup in eclipse is broken for 0.35+ |
Ctrl+Space just sounds an error tone in any context. I tried the
defm
example in both the REPL and a source file editor. Nothing pops up automatically either. I'm using the plugin from master on Windows 10.The text was updated successfully, but these errors were encountered: