Open
Description
My project is a mixed code project of Golang and C++. Golang calls functions encapsulated in C++, and C++function definitions use the prefix extern "C" func. Golang uses import "C" and calls C.func. Currently, this method has a red wavy line indicating that the definition cannot be found and cannot be jumped.