amir9480 / vscode-cpp-helper

vscode extension to create implementation for c++ function prototypes.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.cpp-helper
MIT License
355 stars 31 forks source link

[Feature Request] Adding `<class_name>::` in Front of the Generated Implementation #58

Closed Welgriv closed 1 year ago

Welgriv commented 1 year ago

The current implem assume that using namespace classname; is used in the source file which is not systematic. Is that possible to ass an option so that the generated source add the classname:: between the returned type and the method name ? Thanks.