Code Completion volunteer?
p_george
p_george at club-internet.fr
Fri Feb 11 09:08:08 GMT 2000
Florent Pillet wrote:
> John Zedlewski wrote:
> >
> > Didn't somebody volunteer a little while ago to work on Code
> > Completion? I was looking into it, and it seems that the parsing is
> > going to be a lot easier (and more closely based on the current
> > classparser) than I'd imagined, so I'd like to help out (or at least
> > stop, rather than duplicating efforts ).
Code completion is a great feature, but a first step may be to complete
the C++ parser. It does not parse some C++ stuff, like nested classes,
it misses some attributes and so on.
I borrowed C++ parser from kdevelop and integrated it into kuml and then
I discovered those problems. I found a good Java parser (from
www.antlr.org), but no better C++ parser than this imperfect one in
kdevelop. I know that coding a complete C++ parser is a huge task, but
without it, code completion will not be really usable.
P.S. : Anyway, kdevelop is a very good tool and it satisfies most (if
not all) of my needs in its current state.
More information about the KDevelop
mailing list