vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Signature help doesn't show the doxygen tparam info

Open sean-mcmanus opened this issue 5 months ago • 1 comments

Repro with

/**
 * @tparam T1,T2 too
 */
template<typename T1, typename T2>
int func(int x, int y) {
    return func< // signature help here
}

It works for param doxygen comments and hover with tparam.

sean-mcmanus avatar Jun 13 '25 19:06 sean-mcmanus

I filed a VS bug at https://developercommunity.visualstudio.com/t/C-signature-help-doesnt-show-doxygen/10922436 (shared component).

sean-mcmanus avatar Jun 13 '25 19:06 sean-mcmanus