summaryrefslogtreecommitdiffstats
path: root/src/DoxygenCompletionItemProvider.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add comment detection in providing doxygen command (#229)HO-COOH2021-05-171-5/+10
|
* Prepare release 1.2.0 (#213)1.2.0Christoph Schlosser2021-04-171-24/+24
| | | | | | | | | | | | | | | | | | | | | * Prepare release 1.2.0 * Update versions * Lint * update appveyor * Update travis * Use yarn * Add nyc * Run cov instead of test * remove package-lock.json * Remove istanbul
* Doxygen command intellisense support (#211)HO-COOH2021-04-141-0/+155
* 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