I have some structure defined look like below,
typedef struct {
#include <foobar.h>
} foo_bar;
How can I force Source Insight to parse the content of foobar.h then expand to foo_bar structure like a normal structure definition.
Is there any idea or key-word to help me get more information to set configuration of SI or customize by myself? Please get me some hint if there is some clue in user manual.