I do not know if this is the proper place to post but...
the code completion has a bug in it. When you have a space ( " " ) in your file, the code completion categorizes it as it as a separate suggestopns.
For example,
if the file is called "Test Hi.h"
you write #include "
then it gives the suggestions "Test" then "Hi.h"
Another thing when using code completion after an #include.
The layout for my projects is quite often
src/ (.cpp files go here)
src/include/ (.h files go here)
Unfortunately, code completion does not parse the directories correctly. In any file in src, as soon as I type #include "include/" all the options disappear.
Joseph.