mirror of https://github.com/mtshiba/pylyzer
Update README.md
This commit is contained in:
parent
cf69e381f5
commit
a60c344050
12
README.md
12
README.md
|
|
@ -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
|
||||
|
||||

|
||||
|
||||
pylyzer as a language server supports various features, such as completion and renaming.
|
||||
|
||||
### pylyzer
|
||||
|
||||

|
||||
|
|
@ -59,6 +53,12 @@ pylyzer as a language server supports various features, such as completion and r
|
|||
|
||||

|
||||
|
||||
* Rich LSP support
|
||||
|
||||
pylyzer as a language server supports various features, such as completion and renaming.
|
||||
|
||||

|
||||
|
||||
## How it works
|
||||
|
||||
pylyzer uses the type checker of [the Erg programming language](https://erg-lang.org) internally.
|
||||
|
|
|
|||
Loading…
Reference in New Issue