Warin/Sublime

no auto-completion when pointer of function as parameter

Opened this issue · 0 comments

I just found no auto-completion for this function
void sort(void *head[],int size, int (*comp)(void const*p0, void const *p1) ){}

Then I found for parameter like (value) is ok, but when parameter is (*pointer), no auto-completion