I need help to find The "Instructor" "Code explainer"

Hello, i am actually starting learning Unity and C# and i need to know what the instructor in the videos use to help him code and explaining him what the code he is writing really does.

Linking a little screen so you see what im talking about.

9767640--1399401--upload_2024-4-13_1-14-32.png

9767640--1399398--upload_2024-4-13_1-13-36.png

Thanks in advance guys !

They’re using a Code Editor. There’s a few out there, the most commonly used called Visual Studio.

It should get installed when you install Unity for the first time.

1 Like

The generic term for the feature is “code completion” but Microsoft calls it “IntelliSense”. It’s a feature common to IDEs and many code editors.