Skip to content

Commit 68b9f13

Browse files
author
Leo Ji
committed
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
1 parent bc1095f commit 68b9f13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Installing these plugins will add extra functionality to the language server:
8686
- [pyls-memestra](https://github.com/QuantStack/pyls-memestra): detecting the use of deprecated APIs.
8787
- [pylsp-rope](https://github.com/python-rope/pylsp-rope): Extended refactoring capabilities using [Rope](https://github.com/python-rope/rope).
8888
- [python-lsp-ruff](https://github.com/python-lsp/python-lsp-ruff): Extensive and fast linting using [ruff](https://github.com/charliermarsh/ruff).
89+
- [pylsp-workspace-symbols](https://github.com/Hanatarou/pylsp-workspace-symbols): Workspace symbol search support using [Jedi](https://github.com/davidhalter/jedi).
8990
9091
Please see the above repositories for examples on how to write plugins for the Python LSP Server.
9192

0 commit comments

Comments
 (0)