diff options
| author | HO-COOH <42881734+HO-COOH@users.noreply.github.com> | 2021-04-14 12:50:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-14 19:50:20 +0200 |
| commit | a9fb66b381f4de6878880adef60b778d5d2fc416 (patch) | |
| tree | 2b114c0cdc2fdd7323e4aff3cac66e6cbd3d19c2 /package.json | |
| parent | c8c7918538dea9b84499ac73a7d8f430860d9f5a (diff) | |
| download | doxdocgen-a9fb66b381f4de6878880adef60b778d5d2fc416.tar.gz | |
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
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 } } } |