Hi..
I just installed eclipse-cdt 3.2.2 on Linux (Mint). The content assist feature which pops up when you do a "." or "->" on a struct or struct pointer, is extremely slow and freezes the entire IDE for around 10-20 seconds.
This I feel, is because it searches through the entire include directory /usr/include that comes by default for any C project that you create.
How can this issue be solved?
Thanks..