ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
218 stars 49 forks source link

Code completion not working at all. #866

Open gilch opened 8 years ago

gilch commented 8 years ago

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.

gilch commented 8 years ago

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.

ericevans0 commented 7 years ago

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).

EmteZogaf commented 7 years ago

I'm missing autocompletion, too. I'm on Linux with Eclipse Neon and CCW 0.35.0.STABLE001.

jeprinz commented 7 years ago

I am also using counterclockwise-0.35.0.STABLE001 standalone on Ubuntu. Same thing, no autocomplete and no response to Ctrl+Space at all.

jokimaki commented 7 years ago

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.

cgrand commented 7 years ago

According to git log there had been a lot of work on content assist between 0.34 and 0.35. A quick enquiry through the inner REPL shows that the required namespaces are not loaded.

bsiver commented 7 years ago

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.

kaosko commented 7 years ago

Just FYI for others attempting a downgrade, 0.34.0.STABLE001 does not work on Neon.

kaosko commented 6 years ago

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..?

cgrand commented 6 years ago

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 notifications@github.com 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 https://github.com/ccw-ide/ccw/issues/866#issuecomment-337089532, 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/

didibus commented 6 years ago

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+