doc: update

This commit is contained in:
Shunsuke Shibayama 2024-10-16 16:47:59 +09:00
parent 0157455816
commit 97020008b5
3 changed files with 10 additions and 0 deletions

View file

@ -149,6 +149,11 @@ pylyzer converts Python ASTs to Erg ASTs and passes them to Erg's type checker.
* [x] `pyi` (stub) files support
* [ ] glob pattern file check
* [x] type comment (`# type: ...`)
* [x] virtual environment support
* [x] package manager support
* [x] `pip`
* [x] `poetry`
* [x] `uv`
## Join us!

View file

@ -43,3 +43,8 @@ Default (disableable) features are:
* rename
* semanticTokens
* signatureHelp
* documentLink
## --verbose
Print process information verbosely.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 415 KiB

Before After
Before After