I\'m trying to find out why i\'m not getting any help by omisharp in my visual studio code.
I\'ve tried reinstalling both application and my extensions and i\'m sti
OmniSharp works on the solution file. If the project is not added to a solution, then you will not see the errors.
Add project to the solution:
$ dotnet sln add SampleProject/SampleProject.csproj
Restart OmniSharp:
Press CTRL + SHIFT + P and select Omnisharp: Restart OmniSharp.
Omnisharp: Restart OmniSharp