diff --git a/README.md b/README.md index 1265c37..53e3039 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/docs/options/options.md b/docs/options/options.md index be8bd98..c3dfa04 100644 --- a/docs/options/options.md +++ b/docs/options/options.md @@ -43,3 +43,8 @@ Default (disableable) features are: * rename * semanticTokens * signatureHelp +* documentLink + +## --verbose + +Print process information verbosely. diff --git a/images/report.png b/images/report.png index d4bd8c6..dc441e1 100644 Binary files a/images/report.png and b/images/report.png differ