Source insight 3.5/4.0 - How to get SI to parse structure member that defined in include file

361 Views Asked by At

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.

0

There are 0 best solutions below