Skip to content

"&" is incorrectly suppressed in parameter inlay hints when the actual parameter matches the parameter hint #9501

@sean-mcmanus

Description

@sean-mcmanus

Repros with

void func(auto &i)
{
int i;
func(i);
}

It should show the "&" parameter hint and the "I" doesn't appear even when "suppressWhenArgumentContainsName" is set to false. The bug doesn't repro with VS.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions