Open iabdelkareem opened 2 years ago
Can confirm on Ubuntu and Windows.
Any updates?
same behavior Fedora 38 nvim 0.9.1
Same behaviour with nvim 0.9.2
Same with ubuntu, nvim 0.9.0
Update: I debugged the issue and found out that the Cake CompletionHandler removes the using statements. When I comment on this line, everything works as intended. I'm not sure why the cake handler runs for a C# file and would appreciate your help resolving this issue.
For now, until this issue is resolved, if anyone is interested you can comment the line I mentioned above and build omnisharp yourself.
This issue mentioned here as well
I wasn't able to build it on my mac, is there an easier way for me to get it?
Environment:
Omnisharp: 1.39.2 Neovim: 0.8.0 OS: Fedora Workstation 36
After the recent update to omnisharp I noticed that auto import usages stopped working. I checked the logs and I found this warning message being emitted many times.
My ~/.omnisharp/omnisharp.json contains the following