Open doxxx opened 2 years ago
I've filed a bug on VS (shared code) at https://developercommunity.visualstudio.com/t/Hover-over-a-parameter-of-a-function-doc/10156418 .
I don't have this trouble with the C# extension though, so I assumed it was specific to the C++ extension.
Yes, it's specific to the C++ extension, but it's from shared code in the C++ implementation in VS 2022.
Environment
Bug Summary and Steps to Reproduce
Bug Summary: Parameter tooltip shows enclosing function's entire doxygen comment
Steps to reproduce:
Actual: The entire doxygen comment for the function is displayed in the tooltip. Expected: Only the documentation for that specific parameter is displayed.
Expected behavior
The tooltip for a function parameter should only display the doxygen documentation for that parameter, not the enclosing function.
Code sample and Logs
Screenshots
Function definition:
Tooltip when hovering over
commandRegistry
:Additional context
No response