From 34c4ff34a659551942473ed5e1d2d95426236c6b Mon Sep 17 00:00:00 2001 From: Julian Hossbach <50084485+jhossbach@users.noreply.github.com> Date: Mon, 12 Dec 2022 18:43:25 +0100 Subject: [PATCH] Update README.md Add python-lsp-ruff to 3rd party plugins, add Code actions to supported LSP features list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aefef58a..df20dfb0 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Installing these plugins will add extra functionality to the language server: - [python-lsp-black](https://github.com/python-lsp/python-lsp-black): code formatting using [Black](https://github.com/psf/black). - [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). Please see the above repositories for examples on how to write plugins for the Python LSP Server. @@ -142,6 +143,7 @@ pip install 'python-lsp-server[websockets]' * Auto Completion * [Autoimport](docs/autoimport.md) * Code Linting +* Code actions * Signature Help * Go to definition * Hover