pylyzer/extension
Shunsuke Shibayama cf9361e97e update extension version 2023-03-15 18:16:08 +09:00
..
.vscode renovate VSCode extension 2023-03-14 05:06:53 +09:00
src update extension version 2023-03-15 18:16:08 +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
README.md update extension version 2023-03-15 18:16:08 +09:00
package-lock.json update extension version 2023-03-15 18:16:08 +09:00
package.json update extension version 2023-03-15 18:16:08 +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

README.md

vscode-pylyzer

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
pylyzer.checkOnType Perform checking each time any character is entered. This improves the accuracy of completion, etc., but may slow down the execution false