Hello! I have a problem with autocompletion not working.
For this very simple piece of code:
using System;
namespace NewDotnetProject{
class Program{
static void Main(string[] args){
Console.WriteLine("Hello World!");
}
}
}
I can't autocomplete anything. Also I don't get any errors if I mistype anything.
Dotnet path: "C:\Program Files\dotnet\dotnet.exe". Gives command version: 2.1.700
Eclipse .log file with exceptions: https://pastebin.com/tpQQ0Bw6
Screenshot of omnisharp directory:

Hello! I have a problem with autocompletion not working.
For this very simple piece of code:
I can't autocomplete anything. Also I don't get any errors if I mistype anything.
Dotnet path: "C:\Program Files\dotnet\dotnet.exe". Gives command version: 2.1.700
Eclipse .log file with exceptions: https://pastebin.com/tpQQ0Bw6
Screenshot of omnisharp directory:
