vscode-cmantic
vscode-cmantic copied to clipboard
Add setting to customize getter/setter prefix
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
.