Not getting "auto complete"

Hey Everyone,
I noticed in the lectures Ben an Breece get a lot more drop downs than i do. I rarely get any!
I have turned it on settings yet i still dont get the auto completions.

Well that image isn’t a good example because Vector3 isn’t in a proper place in the script, so it makes sense that intellsense doesn’t know what you’re doing. Intellisense isn’t going to help you out in doing the wrong thing.

2 Likes

Usually “CTRL + SPACE” the shortcut keys for autocomplete. I think it should work in MonoDevelop too, but @Anthony_Juarez was right. Be sure that what you are writing is in the right scope.

2 Likes

Thank you! CTRL + SPACE worked!

1 Like