From a9fb66b381f4de6878880adef60b778d5d2fc416 Mon Sep 17 00:00:00 2001 From: HO-COOH <42881734+HO-COOH@users.noreply.github.com> Date: Wed, 14 Apr 2021 12:50:20 -0500 Subject: Doxygen command intellisense support (#211) * Nicer setting descriptions * Initial support for doxygen command completion * Remove commented function * Initial support for doxygen command completion * Remove commented function * Fix multi-line doxygen indentation * Doxygen documentation -> markdown, add gif, update readme --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index f8bdcad..c081c50 100644 --- a/package.json +++ b/package.json @@ -235,6 +235,11 @@ "markdownDescription": "Substitute `{email}` with `git config --get user.email`.", "type": "boolean", "default": false + }, + "doxdocgen.generic.commandSuggestion":{ + "description": "Provide intellisense and snippet for doxygen commands", + "type": "boolean", + "default": true } } } -- cgit v1.2.3