palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

Using pyls from the command line ? #895

Open sucrecacao opened 3 years ago

sucrecacao commented 3 years ago

Hi :)

I'm trying to use pyls for a project not related to vs-code.

Is there a way to play around with pyls, by simply sending and receiving RPC ? Throught the command line for example ?