C++ Code-Completion bug
Hamish Rodda
rodda at kde.org
Sat Aug 23 08:31:36 UTC 2008
Hi,
On Saturday 23 August 2008 16:04:44 Marek Jasovsky wrote:
> RE: mail from apaku
>
> >Hi,
> >
> >I think I've found a bug with C++ parsing/code-completion. I'm trying to
> >get completion on KDevelop::VcsStatusInfo:: but nothing happens. The
> >class has a few enum's I'd like to access. Other enums like Qt::Checked
> >are completed just fine.
>
> is it possible to have auto-completion ready and functional for all
> libraries loaded for the project? is there actually feature, that
> enables specific loading of shared library into the project? (and not
> taking all libs in the classpath) this is also very nice feature of
> eclipse IDE, that linking a library to the project enables
> auto-completion for all classes in the project
This is already done for free as long as kdevelop can figure out your build
system (cmake, custom makefiles, possibly others). It should be automatically
enabled, nothing you need to do except set up the build system (cmake needs
the path to a current build directory)
Cheers,
Hamish.
More information about the KDevelop-devel
mailing list