From f062b00a6ca2a5f42eb376b178735b766832bbcb Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 2 Mar 2018 17:02:02 +0100 Subject: Add more smart text - Getter - Setter - Factory method --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'package.json') 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 } } } -- cgit v1.2.3