Description
C# editors can get language-server features through a Roslyn-based OmniSharp server over standard input and output. This helps developers use completion, diagnostics, and project intelligence in compatible editors.
It reads project files and source code for analysis. Review editor integration and workspace trust before using it on sensitive repositories.