Edit with more info:
So I have been wracking my brains trying to troubleshoot this.
Latest VS Code update and some projects they open, I see the colour coding for intellisense and then it refreshes and removes the colours and the intellisense doesn't work. Not all projects.
I reinstalled the previous VS Code but it still does it.
I'm stuck as to how I troubleshoot this. I googled and saw reference to log files for the c# extension (where I believe the intellisense is)but I can't see logs on the Mac version. Also I can't tell if the code is running in the back.
What I would really appreciate is some ideas on how I can troubleshoot this, what I should be looking for and where?
The intellisense is not working for both dot net core and my types.
I cannot see why in some projects and not in others. I cannot see any differences in config (I mean they are different projects, some azure functions and some dot net core websites)
VSCode Mac is version 1.81.0 and I have reinstalled the 1.80 versions. The c# extension is v2.0.328.
What I have noticed is actually a difference of behaviour.
Within a project the intellisense works with the classes just for that project. It does not work for dot net SDK or any other projects that are reference. It was working last week for all these. Regressing didn't change that, so either I have not manage to clear everything correctly (removed code folder in application support and installed VS Code older version - it acts like it's a fresh install)
I am using dotnet 6, not 7.
I have a folder which contains 4 subfolders. Each subfolder is a c# project. One dotnet mvc website and 3 class libraries. The dotnet mvc website .proj file references the 3 other class libraries.
This set up has been running for over a year without issue.
I just can't work out what's changed...
help! Paul