pylyzer/extension
2025-02-09 12:41:25 +09:00
..
.vscode chore: replace rome with biome since it has been deprecated 2024-05-22 00:04:58 +09:00
images build: update version (v0.0.17) 2023-04-01 22:09:06 +09:00
src feat: deep completion can be disabled 2025-02-09 12:41:25 +09:00
.gitignore update .vscodeignore 2023-03-14 05:16:34 +09:00
.vscodeignore chore: replace rome with biome since it has been deprecated 2024-05-22 00:04:58 +09:00
biome.json chore: upgrade biome to v1.8.2 2024-06-22 20:46:22 +09:00
LICENSE initial commit 2022-12-12 22:40:50 +09:00
package-lock.json feat: deep completion can be disabled 2025-02-09 12:41:25 +09:00
package.json feat: deep completion can be disabled 2025-02-09 12:41:25 +09:00
README.md feat: deep completion can be disabled 2025-02-09 12:41:25 +09:00
tsconfig.json renovate VSCode extension 2023-03-14 05:06:53 +09:00
webpack.config.js style: auto format and fix 2024-05-22 00:08:05 +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.semanticTokens Enable semantic tokens false
pylyzer.hover Enable hover true
pylyzer.completion Enable completion true
pylyzer.smartCompletion Enable smart completion (see ELS features) true
pylyzer.deepCompletion Enable deep completion true
pylyzer.signatureHelp Enable signature help true
pylyzer.documentLink Enable document link true
pylyzer.codeAction Enable code action true
pylyzer.codeLens Enable code lens true