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 --- README.md | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b1e3248..4a023dc 100644 --- a/README.md +++ b/README.md @@ -9,23 +9,26 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by ## Table of Contents -* [Features](#features) - * [Alignment](#alignment) - * [Attributes](#attributes) - * [Con- and Destructors](#con--and-destructors) - * [Extensive customization](#extensive-customization) - * [File descriptions](#file-descriptions) - * [Function pointers](#function-pointers) - * [Operators](#operators) - * [Parameters](#parameters) - * [Return types](#return-types) - * [Trailing](#trailing) - * [Smart text](#smart-text) - * [Templates](#templates) -* [Config options](#config-options) -* [Contributors](#contributors) -* [Known Issues](#known-issues) -* [What's to come](#whats-to-come) +- [Generate Doxygen Comments in VS Code](#generate-doxygen-comments-in-vs-code) + - [Table of Contents](#table-of-contents) + - [Features](#features) + - [Alignment](#alignment) + - [Attributes](#attributes) + - [Con- and Destructors](#con--and-destructors) + - [Extensive customization](#extensive-customization) + - [File descriptions](#file-descriptions) + - [Function pointers](#function-pointers) + - [Operators](#operators) + - [Parameters](#parameters) + - [Return types](#return-types) + - [Smart text](#smart-text) + - [Trailing](#trailing) + - [Templates](#templates) + - [Auto-complete doxygen commands](#auto-complete-doxygen-commands) + - [Config options](#config-options) + - [Contributors](#contributors) + - [Known Issues](#known-issues) + - [What's to come](#whats-to-come) ## Features @@ -102,6 +105,11 @@ Each of them can be configured with its own custom text and you can decide if th ![Template method](images/template.gif) ![Template class](images/template-class.gif) +### Auto-complete doxygen commands + +![Auto complete doxygen](images/doxygen-auto-complete.gif) + + ## Config options ```json -- cgit v1.2.3