Closed Greedquest closed 2 years ago
This project (i.e. pyls-spyder
) is a plugin for the Python language server:
https://github.com/python-lsp/python-lsp-server
At the moment, it provides support to fold cells in the editor and also show them, along with special comments, in Spyder's Outline pane:
Spyder-pyls
is an old clone of the previous version of that server, which still contains some useful pull requests that we plan to integrate in python-lsp-server
at some point. Please don't report issues there.
@ccordoba12 Thanks, that clears things up a lot. I was confused when I saw python-lsp-server and Spyder-pyls both seemed to be the same thing and both maintained by the Spyder team, but that makes sense now.
Sorry I'm getting muddled between all the pyls pylsp lsp stuff in Spyder, this one is particularly confusing.
Just looking for a brief high levels overview,I found the respective READMEs a bit too technical. In particular what kind of issues can I ask about in each repo?