0

I am having the issue with visual studio not recognizing the C# file, I have checked the Preferences and no problem there it is still set on visual studio (I use visual studio 2019) furthermore, scripts that are imported from the Package manager work just fine but when I create a new C# script or use ones I made before (before visual studio didn't recognize them in the same project) I get the Miscellaneous Files.

derHugo
  • 83,094
  • 9
  • 75
  • 115
  • Automatically list members was already checked, I also made sure everything was up to date and that I had imported Visual studio editor in my package manager but i still have this issue – DrichBRL400 Sep 07 '22 at 10:15
  • Ok, I found my problem, in the Solution Explorer, there was a file named "Assembly-CSharp (Unloaded)" so I just had to right-click and load. – DrichBRL400 Sep 07 '22 at 22:38

1 Answers1

0

Solution for IntelliSense not available.

One of the visual studio settings is not checked: Tools - Options - Text Editor - C#. Check "Automatically list members".

Reference link:

Unity Intellisense doesn't work(Solution1, Miscellaneous Files issue)

Visual Studio Intellisense for UnityEngine not working

Intellisense and Autocompletion Unity

Hope it helps you.

Housheng-MSFT
  • 1
  • 1
  • 1
  • 9