Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>pylyzerNew to Visual Studio Code? Get it now.
pylyzer

pylyzer

pylyzer

|
609 installs
| (0) | Free
A fast Python static code analyzer & language server for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-pylyzer

pylyzer_logo_with_letters

vsm-version Build status Build status

pylyzer is a static code analyzer / language server for Python, written in Rust.

Requirements

You need to have the pylyzer installed on your system.

To install it, run the following command:

pip install pylyzer

or

cargo install pylyzer

Commands

Command Description
pylyzer.restartLanguageServer Restart the language server

Settings

Setting Description Default
pylyzer.diagnostics Enable diagnostics true
pylyzer.inlayHints Enable inlay hints (this feature is unstable) false
pylyzer.smartCompletion Enable smart completion (see ELS features) true
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft