--- title: IDE Supported Features toc_max_heading_level: 4 description: Supported features for Pyrefly's IDE extension --- {/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */} # IDE Supported Features Pyrefly’s language server powers a complete editing experience while **fully disabling Pylance**, ensuring no interference between checkers. > Each feature below links to the [official LSP specification](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/) and shows what’s currently supported by Pyrefly. --- ### [Go to definition](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_definition) Jump to where a symbol was originally defined with a click or F12. If there is both a `.pyi` and `.py` file, we will jump to the `.py`.