Version: 3.0.2 (using KDE KDE 3.2.0) Installed from: Compiled From Sources Compiler: gcc2.95.3 OS: Linux Hi All; When i use kdevelop's structure member completion feature i am unable to get the datatype of the structure members.is there any option i need to enable or is that feature not present in kdevelop ? what i mean is like this : my structure is : struct abc { int a; int b; }; now if my code has something like this : struct abc def; int main() { def.[ At this point a nice window pops up displaying a & b ] } however in the window that popsup only a & b are visible.it would be great if the datatype is also visible.ie the display is int a followed by int b is there anyway to do this ? hope i made myself clear. Thanks K.Shyam http://shyam.freewebpages.org
works for me in kdev4