Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 700 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 700 Bytes

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