Update README.md

This commit is contained in:
Shunsuke Shibayama 2023-02-13 23:46:00 +09:00
parent cf69e381f5
commit a60c344050
1 changed files with 6 additions and 6 deletions

View File

@ -45,12 +45,6 @@ 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)
@ -59,6 +53,12 @@ pylyzer as a language server supports various features, such as completion and r
![pyright_report](https://raw.githubusercontent.com/mtshiba/pylyzer/main/images/pyright_report.png)
* Rich LSP support
pylyzer as a language server supports various features, such as completion and renaming.
![lsp_support](https://raw.githubusercontent.com/mtshiba/pylyzer/main/images/lsp_support.png)
## How it works
pylyzer uses the type checker of [the Erg programming language](https://erg-lang.org) internally.