When Press "." Nothing Happening

Hello guys I have a big issue that when I press “dot” after a method nothing is happening its mean visual studio code dose not give me any options to choose and its really annoying and hard

its like 4 month like this and its hard to work like that

I sympathise. It’s really tough when intellisense (or similar) isn’t working.

Not much anyone can do without knowing your IDE. eg. Visual Studio, VS Code, notepad, Atom etc. I moved back from VS Code to Visual Studio as I was sick of this kind of stuff failing with regular frequency.

Hi @azaz125412,

Welcome to our community! :slight_smile:

Please follow the instruction on this website and make sure all required extensions are installed: https://code.visualstudio.com/docs/other/unity

If the issue persists, please check the console of VS Code (not Unity!). If the .NET Framework 4.7.1 (Developer Pack) is mentioned there, download and install it from the official Microsoft website. Here is the link: https://dotnet.microsoft.com/download/dotnet-framework/net471

Did this help you fix the problem?


See also:

Just a note: SetActive() returns void. There is nothing to show when pressing ‘.’ on void. I suspect SetActive() was just an example (so this is moot) but be aware of that. I can’t help any further because I never have intellisense issues, and I don’t use VSCode

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms