Eclipse - CDT Content Assist extremely slow
Posted
by Salil
on Stack Overflow
See other posts from Stack Overflow
or by Salil
Published on 2010-05-25T11:56:31Z
Indexed on
2010/05/25
12:01 UTC
Read the original article
Hit count: 277
eclipse-cdt
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..
© Stack Overflow or respective owner