vscode-cpptools
vscode-cpptools copied to clipboard
Qualifiers on member functions are not shown in outline view
Qualifiers like &, && on member functions are not shown in outline view, but const qualifier is shown though.
Both members are shown as same foo() in outline view:
struct T
{
void foo() & {}
void foo() && {}
};
ms-vscode.cpptools 1.29.3