clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

Completion in struct array doesn't work

Open JasperSurmont opened this issue 2 years ago • 1 comments

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

JasperSurmont avatar Apr 26 '22 07:04 JasperSurmont

您好,您的邮件我已收到,我会尽快给您回复。

Yueh-Wang avatar Apr 26 '22 07:04 Yueh-Wang