the initial post was in another topic, now moved to it's own :) here is the example:
typedef struct { int x; } /*comment*/ Foo;
Foo x; x.
as long as the /*comment*/ is there, x. will not pop up the members list or make any autocomplete suggestion.. it's not really usual to place comments in that spot, but somehow i did it :)