Registered Member
|
Hello,
I have two problems with c++ completion in Kdevelop : 1) I have completion only from direct objects, not using containers, for example : vector<Object> tab; ..... tab[i]. ? --> no completion but : vector<Object> tab; ..... Object& o = tab[i]; o. ? --> completion OK 2) I have only partial completion of the Eigen library. Is there something I am missing in the options ? I am using a CMake project. It compiles and run. Thanks |
KDE Developer
|
Both are known problems which are already reported in our bugtracker. And both are really hard to fix. I suggest you rather try out our experimental clang-based C++ plugin which will supersede the current one in the long-term. I'll write a blog post about this plugin in the next days explaining how to use it, and what its shortcomings are so far. The problems you mention above should be fixed by it though.
current KDE projects: Quanta, KDevelop, Kate
|
Registered Member
|
|
Registered Member
|
Thanks... I've been searching for this problem (Eigen one in particular). I'll look into the clang plugin
|
Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]