Omnisharp not working for entire project #7856
Replies: 2 comments
-
There are many problems with OmniSharp. I don't know exactly what you have, but I assume it is an upstream issue, not helix. See: |
Beta Was this translation helpful? Give feedback.
-
Have you gotten any of it working @arch-il ? I'm trying as well. Omnisharp starts fine, but cannot resolve any reference, unless that reference is placed in a buffer that is also opened in helix. Even though Omnisharp seems to detect the solution fine:
I'm also getting a lot of the following errors:
Moreover, I see messages about projects failing to load (without reasons why)
And then a long list of complaints about that
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I tried this:
dotnet new console -o MyConsoleApp
cd MyConsoleApp
hx .
I expected this to happen:
I expected code completion to work and errors to be correct.
Instead, this happened:
When I added new files, it can't recognize enums and classes from other files and creates errors. But code completion works.
Platform
Windows
Terminal Emulator
alacritty
Helix Version
23.05 (7f5940b)
Beta Was this translation helpful? Give feedback.
All reactions