angular-monaco-languageclient icon indicating copy to clipboard operation
angular-monaco-languageclient copied to clipboard

can't work with Python Language Server

Open Tumao727 opened this issue 5 years ago • 3 comments

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.

example

If you are willing to give an example as Python version, that's helpful. Thanks.

Tumao727 avatar Apr 16 '20 11:04 Tumao727

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.

Louis-7 avatar Apr 16 '20 23:04 Louis-7

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).

markuspalme avatar Dec 02 '20 21:12 markuspalme

The most easy to use is this python language server

kaivalyapendse avatar Mar 09 '23 02:03 kaivalyapendse