Bug 66662

Summary: c/c++ intelisense doesn't check functions and classes decalred in system and library files
Product: [Applications] kdevelop Reporter: tal <talzarfati>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description tal 2003-10-27 00:25:33 UTC
Version:           3.0.7a from cvs (using KDE KDE 3.1.4)
Installed from:    Slackware Packages
Compiler:          gcc 3.2.2 
OS:          Linux

intelisense (auto prompt function parameters, object members) works only on objects and functions declared in the project. it does not work for system and library files (kde and qt objcets, won't prompt members, system and other standrad library functions won't prompt the parameters types and names)
Comment 1 Jens Dagerbo 2003-10-27 08:57:37 UTC
Hmm.. as this is marked as a wish, I don't read it as a "it doesn't work" report, which means I can close it as implemented. (hmm.. fixed?)

The functionality is there (and has been for months) but it might be a little hidden. You need to generate the code completion database for external libraries. Go into project options -> c++ specific -> code completion. Hit the button "add persistant class store" to start the wizard.