csharp-language-server-protocol
csharp-language-server-protocol copied to clipboard
Enumerate who uses this library
because it's nice to collect that info :)
- C# / Razor Visual Studio Code Extension (mostly
omnisharp-roslynbut I believe the whole point of this repo's work is to move that to be simply an implementation of the LSP server interface this repo provides, right?) - PowerShellEditorServices (entirely dependent, including the DAP!)
- Visual Studio Web Tools
- Project Bicep - an ARM DSL
- At least one more, but haven't found public proof of it
@david-driscoll would you take a PR with an "ADOPTERS.md" document listing these out? I would need help describing how C# / Razor uses this library, I looked through the code and am still not entirely sure where the interface is.
I'm using it in https://github.com/gulbanana/thousand - the project is Thousand.LSP. It's made implementing a language server far easier than I expected!
Using it in https://github.com/pappleby/YarnSpinnerLanguageServer! Made it super easier to get things up and running.
Did a requirements engineering platform with it.
Using this for tools for an authorization policy language called ALFA.
Used by https://github.com/dev-cycles/contextive/