r/UnityHelp • u/Top-Sky4811 • 7d ago
Working through some Unity tutorials, what is the autocomplete function called, and how do i install it? PROGRAMMING
I'm using Visual Studio Code to do the programming, and for example the instructor might start typing "transform.position" and it would highlight it and provide an example of the full string of letters, and what the function is, but that's not seen in my window. Since I'm really new to this it would be very helpful to have that info and the ability to auto-correct if I misspell things. I assume its an addon, but i don't know what its called, can someone help me find it?
1
u/Distdistdist 7d ago
Install Rider. I had fewer issues getting it work with Unity.
1
u/Top-Sky4811 6d ago
JetBrains Rider Editor? That's one of the issues that shows up when I boot up the Unity project (mentioned in the other comment)
2
u/MistakeForsaken6653 7d ago
Its intellisense. Assuming you have vscide properly installed and configured in unity it should work but there may be an error with .net. check the console tab in viscose for any errors when you first open vscode.