microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.4k stars 1.51k forks source link

Doxygen Special Commands highlighting in tooltip for better documentation. #11277

Open RowMax03 opened 11 months ago

RowMax03 commented 11 months ago

Feature Request

Hey,

As I am documenting my little library, I found an annoying missing feature. Doxygen allows for "Special Commands" to highlight mentions of parameters or change the format of text to italic for exp.. The IDE already sort of implements some of the Commands, but the tooltip dosen't.

I searched for ways to implement it myself, but it seems that tooltip stuff is handled by the language server.

This feature would make reading and writing documentation so much more convenient.

image Bildschirmfoto 2023-08-01 um 22 46 35
michelleangela commented 11 months ago

@RowMax03 Thank you for submitting this feature request.