Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Pyrefly - Python Language ToolingNew to Visual Studio Code? Get it now.
Pyrefly - Python Language Tooling

Pyrefly - Python Language Tooling

Meta

meta.com
|
16,955 installs
| (14) | Free
Python autocomplete, typechecking, code navigation and more! Powered by Pyrefly, an open-source language server
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pyrefly VS Code Extension

The Pyrefly extension uses Pyrefly to provide language server features for Python in VS Code. Please see pyrefly.org for more information.

Features

The Pyrefly extension:

  • Adds inline type errors matching the Pyrefly command-line to your editor (note: only shown when a pyrefly configuration is present or python.pyrefly.disableTypeErrors is force-on)
  • Adds language features from Pyrefly's analysis like go-to definition, hover, etc. (full list here) and disables Pylance completely (VSCode's built-in Python extension)

Customization

By default, Pyrefly should work in the IDE with no configuration necessary. But to ensure your project is set up properly, see configurations.

The following configuration options are IDE-specific and exposed as VSCode settings:

  • python.pyrefly.disableTypeErrors [enum: default, force-on, force-off]: by default, Pyrefly will only provide type errors in your project if a pyrefly.toml is present. Modify this setting to override the IDE diagnostics.
  • python.pyrefly.disableLanguageServices [boolean: false]: by default, Pyrefly will provide both type errors and other language features like go-to definition, intellisense, hover, etc. Enable this option to keep type errors from Pyrefly unchanged but use VSCode's Python extension for everything else.
  • pyrefly.lspPath [string: '']: if your platform is not supported, you can build pyrefly from source and specify the binary here.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft