How to get this showing in the source code

Lone Wolf 26 Reputation points
2022-02-12T07:29:05.953+00:00

I'm following an starter tutorial for C# for NET6, but all of a sudden this poped up automaticly when they where typing and they didn't explain how they got it.
It is not showing for me when i type what they are typing

Sadly no reply was given to my question there, so i was hoping someone here could help me.

173753-schermafbeelding-2022-02-12-080546.png

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,244 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 112.1K Reputation points
    2022-02-12T08:57:12.863+00:00

    In case of Visual Studio 2022, go to menu, Tools, Options, Text Editor, C#, Advanced, and select "Display inline parameter name hints".

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Lone Wolf 26 Reputation points
    2022-02-12T14:50:15.613+00:00

    Typical,

    12 videos later they explained it.

    1 person found this answer helpful.
    0 comments No comments

  2. Karen Payne MVP 35,036 Reputation points
    2022-02-12T08:40:22.323+00:00

    That text is showing/assisting you with that is being inputted, similarly, the following is showing what is expected for input.

    173570-f1.png

    0 comments No comments

  3. Lone Wolf 26 Reputation points
    2022-02-12T08:42:53.983+00:00

    That i understand, but my visual studio is not showing it, and in the tutorial it does.

    Making me think it is a setting to show it but i can not find it and they don't explain it how to turn it on.

    It was just there all of a sudden in their next video.

    0 comments No comments