pylyzer/extension
2023-05-13 21:30:00 +09:00
..
.vscode renovate VSCode extension 2023-03-14 05:06:53 +09:00
images build: update version (v0.0.17) 2023-04-01 22:09:06 +09:00
src fix: an extension bug 2023-04-29 16:47:24 +09:00
.gitignore update .vscodeignore 2023-03-14 05:16:34 +09:00
.vscodeignore update .vscodeignore 2023-03-14 05:16:34 +09:00
LICENSE initial commit 2022-12-12 22:40:50 +09:00
package-lock.json extension: remove CheckOnType option 2023-05-13 21:30:00 +09:00
package.json extension: remove CheckOnType option 2023-05-13 21:30:00 +09:00
README.md extension: remove CheckOnType option 2023-05-13 21:30:00 +09:00
rome.json renovate VSCode extension 2023-03-14 05:06:53 +09:00
tsconfig.json renovate VSCode extension 2023-03-14 05:06:53 +09:00
webpack.config.js renovate VSCode extension 2023-03-14 05:06:53 +09:00

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