Open JasperSurmont opened 2 years ago
clang_complete doesn't find the member names in the individual structs inside a struct array:
struct poptOption opts[] = { { . <-- no pattern found }, };
but this works (which should mean I configured everything correctly, right?):
struct poptOption opt = { . <-- pattern found };
Not sure if this is a bug or I'm doing something wrong
您好,您的邮件我已收到,我会尽快给您回复。
clang_complete doesn't find the member names in the individual structs inside a struct array:
but this works (which should mean I configured everything correctly, right?):
Not sure if this is a bug or I'm doing something wrong