Display additional Doxygen tags in tooltip documentation #12384
Labels
enhancement
Improvement to an existing feature
Feature: Doc comments
An issue related to code comments shown in hover, completion, and signature help.
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
Feature Request
It looks like VSCode only shows a certain subset of Doxygen tags/commands in the tooltip documentation, e.g.
\param
,\note
are rendered, while others are not.In particular I would also like
@pre
(or\pre
) (preconditions) to be visible. I see these as more important than@note
which is currently displayed. In general it would be nice for all tags to be rendered in some way (though there may need to be a list defined somewhere to determine how multiple tags of the same name are combined into a list vs. not, for example).Another tag I would like visible is
@see
, e.g.@see fooNon() for a version of this method that does not frob its input
The text was updated successfully, but these errors were encountered: