mirror of https://github.com/mtshiba/pylyzer
doc: update
This commit is contained in:
parent
0157455816
commit
97020008b5
|
|
@ -149,6 +149,11 @@ pylyzer converts Python ASTs to Erg ASTs and passes them to Erg's type checker.
|
||||||
* [x] `pyi` (stub) files support
|
* [x] `pyi` (stub) files support
|
||||||
* [ ] glob pattern file check
|
* [ ] glob pattern file check
|
||||||
* [x] type comment (`# type: ...`)
|
* [x] type comment (`# type: ...`)
|
||||||
|
* [x] virtual environment support
|
||||||
|
* [x] package manager support
|
||||||
|
* [x] `pip`
|
||||||
|
* [x] `poetry`
|
||||||
|
* [x] `uv`
|
||||||
|
|
||||||
## Join us!
|
## Join us!
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,3 +43,8 @@ Default (disableable) features are:
|
||||||
* rename
|
* rename
|
||||||
* semanticTokens
|
* semanticTokens
|
||||||
* signatureHelp
|
* signatureHelp
|
||||||
|
* documentLink
|
||||||
|
|
||||||
|
## --verbose
|
||||||
|
|
||||||
|
Print process information verbosely.
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 415 KiB |
Loading…
Reference in New Issue