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

Add configurations to customize where definitions of new accessors are placed #1

Closed BigBahss closed 3 years ago

BigBahss commented 3 years ago

Settings have been added to specify whether a getter or setter definition is generated inline, below class, or in the matching source file. Also added a check for snakecase member variable and create accessor names with `getandset_`.