This commit enhances support for the #OmniSharp language server within the Genio development environment #Genioide #haikuos #dotnet
https://www.desktoponfire.com/haiku_depot_server/431/i-found-a-hidden-gem-in-genios-prs/
Still waiting for basic feature parity with #OmniSharp by the C# DevKit.
Here is the list of hashtags I currently follow. If I see a post with at least one of these hashtags, I will boost it.
Should I add more hashtags to this list? Or are these already too many?
#dotnetconf #dotnetconf2023 #dotnet6 #dotnet7 #dotnet8 #omnisharp #resharper #jetbrainsrider #nuget #csharp #dotnet
This is stupid.
while i was gone for summer the c# extension for #vscode updated to play nice with #microsoft's new c# dev-kit -extension.
apparently that defaults to no longer using #omnisharp as the engine.
the new engine, spiffy as it may be, does NOT play nice with code-generators and gave me lots of errors in intellisense.
so: #tipOfTheDay for #csharp #developers using vscode: switch the extension back to using omnisharp (it's a setting), and reload.
happy days again!
When using #Eglot how does it decide which files it will search for xref-find-definitions? Does that depend on the language server? Trying to use #omnisharp but can't get it to see anything outside of the file I'm currently editing. Any ideas?