Trying to get the autofill thing working

creampuff1

Member
Joined
Aug 22, 2023
Messages
6
Programming Experience
Beginner
Im sorry if this is stupid but how do I make this menu (where it starts to autofill after rigidbody) show up in visual studio? It would make my life so much easier
1706820963037.png
 
That's called Intellisense and it should be automatic. If it's not appearing for you, either you've turned it off in the VS options or your IDE is broken somehow, maybe by a dodgy extension. You should start by looking through the VS Options dialogue for anything relevant. Every .NET developer should have a thorough look through the options anyway, so they have an idea of what's there and what they can change if they encounter an issue or the like later on.
 
Yeah same issue with me

So same advice then. Have you looked through the VS options? What did you find relating to Intellisense? Have you tried changing anything that looks relevant? Have you considered providing us with a screenshot of what you see there so we can determine whether there's anything set incorrectly?
 
What have you tried since your previous thread?
 
Last edited:

Latest posts

Back
Top Bottom