angular-monaco-languageclient
angular-monaco-languageclient copied to clipboard
can't work with Python Language Server
Hi, sorry to bother, I really want to know how to apply Python Language Server to the ngx-monaco-editor since your project don't have a "json-server-launcher.ts" file like the example below.
If you are willing to give an example as Python version, that's helpful. Thanks.
Find 2 repos may help: https://github.com/palantir/python-language-server & https://github.com/microsoft/python-language-server. Before I make it work, you can try it by yourself.
I've gotten it to work with https://github.com/palantir/python-language-server. In order to achieve that, I had to write a server that serves the output of that language server over a websocket (redirect STDIO to the websocket).
The most easy to use is this python language server