OmniSharp LSP does not work #7385
Replies: 3 comments 7 replies
-
The LSP corresponds properly to all commands it just returns no changes/no definition. So there is nothing wrong with helix this is some kind of LS bug or somethjng wrong with your setup |
Beta Was this translation helpful? Give feedback.
-
Omnisharp works fine for me in dotnet projects but inside Visual Studio solutions it struggles when multiple projects are involved (as far as I can tell only the csproj folder you open helix in works and other project's references aren't loaded). Also, have you tried building your project? I think Omnisharp relies on the |
Beta Was this translation helpful? Give feedback.
-
I am also struggling. I have this installed in Ubuntu. '/usr/local/bin/OmniSharp' I have added it to my path. I can run I can run hx --health c-sharp and it shows it finds omnisharp. I am getting no autocomplete, or diagnostics or anything. I even tried adding it to my languages.toml like this:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am trying to get the OmniSharp LSP to work. It seems to launch fine when opening Helix, but no LSP commands work.
Reproduction Steps
I tried this:
languages.toml
with:I expected this to happen:
Commands like
goto_definition
, (LSP)hover
, andrename_symbol
to work.Instead, this happened:
goto_definition
responds withNo definition found.
,hover
is blank, andrename_symbol
does not rename.Helix log
~/AppData/Local/helix/helix.log
Platform
Windows
Terminal Emulator
Windows Terminal Version: 1.17.11461.0
Helix Version
helix 23.05 (7f5940b)
Beta Was this translation helpful? Give feedback.
All reactions