Visual Studio, how to auto insert parameter name labels?

I was watching a video on ASP.NET Core in VS 2022 and noticed when the host hit semi-colon at end of a line he was typing, VS would insert the names of parameters in method calls. Below is an example. pattern: is the name of the first parameter of MapGet and was not there until he typed the semi-colon. I have looked all over VS settings and can not find anything about it.

enter image description here


Environment :

Microsoft Visual Studio Professional 2022 (64-bit) Version 17.0.4

Related Blog

Tools->Options->Text Editor->C#->Advanced->Display inline parameter name hints

enter image description here

Just check these.

c#:

enter image description here

Asp.net.core:

enter image description here