views:

25

answers:

0

I had been using netbeans for sometime now but I am trying out kate these days & loving it due to its configurable command line tools. :)

However what I miss desperately is a code complete window with the javadocs in it as we get in netbeans- that way I dont have to remember any of the apis. Is there some plugin for kate (Java and/or C++) which :

1)Does code completion based on sematic context(& not only dumb pattern match based word completion) 2)Shows me some of the api info as well ?