A couple problems with visual studios.

I imported my unity files onto a new PC. Visual studios 2017 isn’t picking up some stuff such as the locations of “UnityEngine.UI” or “EventSystems”. I had this problem before and was able to open up a window inside visual studios and go down a list to caution components and reinstall them or something like that and it had fixed it but I can’t remember where to find it. Anyone know how to fix this?

Here is a screen shot:

It was something like this where I could select what ones to reimport or fix somehow (can’t quite remember):

Another problem I’m having is with visual studios 2019. The colors for "Gameobject isn’t showing up like in the 2017 version. Same goes for anything that should be showing errors, I put currentSlotAbility’s in front of a piece of code to show you want I mean. No red squiggly line under it to indicate an error. How to get the colors to show?

Picture of the 2019 version:

This may help you with intellisense problems:

Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button

Also, this: No suggestions in Vscode

1 Like

Solved the 2019 visual studio problem. Didn’t have the Game Development with Unity plugin in visual studio’s checked on in the installer.

1 Like

Thanks that solved the 2017 problem. The Visual Studio Code Editor was pretty far behind. Once updated it fixed the issue. All problems solved, Thanks.

1 Like