Open arno-lunarg opened 2 months ago
Hello,
It would be nice to have parameters completion when calling a function through a function pointer, like so:
void Foo() { typedef void (*MyFunctionPtr)(int a, float b); MyFunctionPtr my_function_ptr; // my_function_ptr( // <= No function parameters completion }
Hello,
It would be nice to have parameters completion when calling a function through a function pointer, like so: