reignofwebber / vscode-c-cpp-definition-generator

MIT License
29 stars 8 forks source link

Cpp function generator does not work properly #20

Open HerczigA opened 2 years ago

HerczigA commented 2 years ago

Environment : WSL2 ubuntu 20.04

Try to generate function from header from a class. Result : Almost get perfect empty function definition, however always got a "std;::" prefix to my function. No idea why does it generate. Used "using namespace std" then removed it, the result is still the same.

example: void std;::SomeClass::someUpdateFunction(void *configList) {

} Any idea? Thanks in advance, Adam Herczig