From f41d471874c07e78a6541994b09e9f8bf751bfe5 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Thu, 1 Mar 2018 18:07:26 +0100 Subject: Make smart text configurable --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index a09453d..14f61a4 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,21 @@ "description": "The order to use for the date. Valid values are shown in default setting.", "type": ["array", "string"], "default": ["brief", "file", "author", "date"] + }, + "doxdocgen.generic.ctorText": { + "description": "Smart text snippet for constructors.", + "type": "string", + "default": "Construct a new {name} object" + }, + "doxdocgen.generic.dtorText": { + "description": "Smart text snippet for destructors.", + "type": "string", + "default": "Destroy the {name} object" + }, + "doxdocgen.generic.generateSmartText": { + "description": "Decide if you want to get smart text for certain commands.", + "type": "boolean", + "default": true } } } -- cgit v1.2.3