Using C++ Builder 6, Ctrl-Space loc开发者_开发问答ks up the IDE for 3-5 seconds before presenting the suggestions list.
C++ Builder 2010 isn't much better.
Does anyone know any tips/tricks to speed up code insight?
Tuning your precompiled headers is probably the best bang for your buck. Code insight uses the compiler. This will also improve overall build times as well.
In 2010 and XE, using precompiled headers helps the issue quite a bit.
精彩评论