7 Replies
Can you elaborate? OmniSharp is a language server
it also provides a LanguageClient
https://github.com/OmniSharp/csharp-language-server-protocol/blob/master/docs/lsp.md
GitHub
csharp-language-server-protocol/lsp.md at master · OmniSharp/csharp...
Language Server Protocol in C#. Contribute to OmniSharp/csharp-language-server-protocol development by creating an account on GitHub.
though i have no idea how to use it
I mean it's an api client, use it to make network requests
Are you developing a code editor
sort of, yeah
so just use the api client lik eany other client
well