Home > database >  Disable the parameter name next to the value
Disable the parameter name next to the value

Time:08-20

I have a problem, I can't find the setting that allows me to disable the parameter name from next to the value, in this case, "name" and "seatsNum", which are actually the names of the parameter. They are grayed out and I can't find the setting to not display them.

Example of the problem:

example of problem

CodePudding user response:

It should be found under:

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

Options dialog

  • Related