Home > Mobile >  Why is my error highlighting not working?
Why is my error highlighting not working?

Time:09-30

I am having problems with the error highlighting if I forgot to place ( ) or if I place a lot of letters like shsaksb it doesn't highlight the error. The only way for me to know there is an error is by doing dotnet run.

If I wrote something gramatically wrong sorry.

CodePudding user response:

The problem is that Vs code is a text editor and cannot check code on its own thus you need to install some C# extension, Microsoft Official is recommended.

CodePudding user response:

Did you add your csproj file in sln?, after restart your omnisharp

  • Related