diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json index a8eda70..cb5db10 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,21 @@ "type": "string", "default": " */" }, + "doxdocgen.c.setterText": { + "description": "Smart text snippet for setters.", + "type": "string", + "default": "Set the {name} object" + }, + "doxdocgen.c.getterText": { + "description": "Smart text snippet for getters.", + "type": "string", + "default": "Get the {name} object" + }, + "doxdocgen.c.factoryMethodText": { + "description": "Smart text snippet for factory methods/functions.", + "type": "string", + "default": "Create a {name} object" + }, "doxdocgen.cpp.newLineAfterTParams": { "description": "Whether to insert a newline after the template params.", "type": "boolean", @@ -145,6 +160,11 @@ "description": "Decide if you want to get smart text for certain commands.", "type": "boolean", "default": true + }, + "doxdocgen.generic.splitCasingSmartText": { + "description": "Decide if the values put into {name} should be split according to their casing.", + "type": "boolean", + "default": true } } } |