vscode-cpptools
vscode-cpptools copied to clipboard
Display additional Doxygen tags in tooltip documentation
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