From 68b9f13be0ab0e3050932e5264ec0708892afc7a Mon Sep 17 00:00:00 2001 From: Leo Ji Date: Wed, 25 Mar 2026 22:38:27 +0000 Subject: [PATCH] docs: add pylsp-workspace-symbols to third-party plugins list Add pylsp-workspace-symbols plugin that provides workspace/symbol support via Jedi, addressing a long-standing feature request (#237, #564, #511). Resolves #699 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daca7dc6..ef20e696 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Installing these plugins will add extra functionality to the language server: - [pyls-memestra](https://github.com/QuantStack/pyls-memestra): detecting the use of deprecated APIs. - [pylsp-rope](https://github.com/python-rope/pylsp-rope): Extended refactoring capabilities using [Rope](https://github.com/python-rope/rope). - [python-lsp-ruff](https://github.com/python-lsp/python-lsp-ruff): Extensive and fast linting using [ruff](https://github.com/charliermarsh/ruff). +- [pylsp-workspace-symbols](https://github.com/Hanatarou/pylsp-workspace-symbols): Workspace symbol search support using [Jedi](https://github.com/davidhalter/jedi). Please see the above repositories for examples on how to write plugins for the Python LSP Server.