Intellisense not working

I am having issues with Intellisense working in VS Code. I am on a new Macbook pro. I’ve installed the .net package. I’ve installed Mono. I’ve changed the omnisharp settings as instructed in other forums. I’ve made sure VS Code is set as the IDE in Unity.

I can’t think of anything else to try at this point.

Hi Boxy,

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

In Unity, go to Edit > Preferences > External Tools and click on the “Regenerate project files” if the button is available.

Also check your console in VS Code. Maybe there is a helpful message.

Did this help you fix the problem?


See also:

Unfortunately, no. I’ve followed that doc and I’m still not getting the autofill suggestions. I’ve included a few screenshots to hopefully aid in diagnosing the issue. I’ve included my output when I open a C# Script in VS from Unity, my unity preferences and the omnisharp settings I’ve changed.


Screen Shot 2022-04-18 at 12.15.13 PM

Have you already tried to install the latest stable version of MONO?

https://www.mono-project.com/download/stable/#download-mac

You might also want to try this:

image

Hi Nina,

I do have the latest stable version of MONO installed.

I just tried changing the omnisharp.useModerNet to false and it unfortunately didn’t work.

Maybe you could install and use Visual Studio (Community Edition). For some students, VS Code simply does not work well. Maybe due to a problem with Unity, some update or whatever.

  1. Download VS and follow this instruction.
  2. Select VS as your External Script Editor in Unity (Edit > Preferences > External Tools).
  3. Install the “Visual Studio Editor” package in the Package Manager.

That should work.

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

Privacy & Terms