Have you created a dotnet project for your C# file? My understanding is that omnisharp looks for a .sln file to decide what files that add intellisense to.
A .sln file is a dotnet file that references a .csproj files.
If you are still having trouble I would recommend having a read of this.
Have you created a dotnet project for your C# file? My understanding is that omnisharp looks for a
.sln
file to decide what files that add intellisense to.A
.sln
file is a dotnet file that references a.csproj
files.If you are still having trouble I would recommend having a read of this.
I have, but it never generated thst file. And why would I have multiple CSPs?