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
82 stars 9 forks source link

Add setting to customize getter/setter prefix #65

Open rngoodner opened 3 months ago

rngoodner commented 3 months ago

Right now the getters and setters are generated with names like foo and setFoo, respectively.

My workplace requires the "get" prefix, so it would be nice to be able to generate getters with names like getFoo.