diff --git a/README.md b/README.md index 815a010..eb2ce36 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ pylyzer can do more than the type checking. For example, it can detect out-of-bo While pytype/pyright's error reports are illegible, pylyzer shows where the error occurred and provides clear error messages. +* Rich LSP support + +![lsp_support](https://raw.githubusercontent.com/mtshiba/pylyzer/main/images/lsp_support.png) + +pylyzer as a language server supports various features, such as completion and renaming. + ### pylyzer ![report](https://raw.githubusercontent.com/mtshiba/pylyzer/main/images/report.png) diff --git a/images/lsp_support.png b/images/lsp_support.png new file mode 100644 index 0000000..6df6e84 Binary files /dev/null and b/images/lsp_support.png differ