Skip to content

nymann/refacto

Repository files navigation

Refacto 🪄

A Python3 refactoring Language Server implemented via code-actions, powered by LibCST and pygls.

refactoring_inline_variable_and_extract_variable_scope.webm

Installation

pip install py-refacto

Example Client Integration

Neovim

Until Refacto is in the official nvim-lspconfig repository, you can use my fork nymann/nvim-lspconfig.

Development

For help getting started developing check DEVELOPMENT.md