Code completion in CounterClockWise?
I am a first-time user of CounterClockWise, the Eclipse plugin for Clojure, and it appears that code completion just won't work. I keep wondering whether the problem lies between my keyboard and my chair, but can't find a solution. I just installed CCW on Galileo build 20090920-1017 and MacOSX. Then I try to write some lines of clojure code, and no code completion widget comes up. I'm using the Java perspective. Am I missing something? I somehow hoped it would work out of the box, as I'm just starting with 开发者_如何转开发Clojure.
Many thanks in advance!
Costas
I'm using CCW 0.0.62.STABLE01 and code completion works. Press control space to bring up a list of possible items and as you type, the list is filtered. Press return at any point to accept the first item in the list or use the up/down arrows to select another item. Press esc to dismiss the list.
I found the answer here (http://www.chaomancy.com/blog/clojure-in-eclipse-part-2-counterclockwise-maven.html):
"But most of Counterclockwise's features come to life once you start a REPL. For Counterclockwise is really built around the REPL; without one running, things such as code completion will not work."
I dont see code completion in the ccw list of completed features though I dont know how well this feature list is kept up to date
edit: its now marked completed.
精彩评论