C# Support with new Roslyn LSP #25376
Sathiyaraman-M
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Zed supports C# through OmniSharp currently but it is pretty inferior compared to the new Roslyn LSP. Besides most of the new features are going to Roslyn LSP and it is actively maintained and improved, compared to OmniSharp. The only advantage of the latter is
AFAIK from going through this PR #6908, my understanding is that the new Roslyn LSP was not implemented at that time because Zed supported LSPs only through stdin for communication and Roslyn LSP was using Domain Socket.
Beta Was this translation helpful? Give feedback.
All reactions