BigBahss / vscode-cmantic

C/C++ code generation for VS Code: Generate Definitions, Getters, Setters, and much more.
https://bigbahss.github.io/vscode-cmantic/
MIT License
84 stars 9 forks source link

Bug when using 'Add Declaration' on a member function of a class template #24

Open BigBahss opened 3 years ago

BigBahss commented 3 years ago

There is a bug when using Add Declaration on a member function of a class template, the template statements for parent class(es) will be added to the declaration. This is an error since those template statements exist on the class definitions.