monaco-languageclient
monaco-languageclient copied to clipboard
Documentation here is lacking
Integrating with this library has been very challenging due to a distinct lack of documentation on how to create a language client.
The README immediately lists off multiple libraries that implement it - that's great but we don't need those, we want our own standalone language client wired up to an existing editor instance.
The examples don't even show a monaco-languageclient being created or what the API is, they all use the monaco-editor-wrapper library which does not suit our use case.
All in all, when working with complex subjects like LSP, there is limited resources online with how to implement it. I think with kind of library there needs to be a basic setup guide and API documentation, on top of the existing type declaration files that do very little to guide users on how to integrate with the package.