Rope VS refactoring.nvim

Compare Rope vs refactoring.nvim and see what are their differences.

Rope

a python refactoring library (by python-rope)

refactoring.nvim

The Refactoring library based off the Refactoring book by Martin Fowler (by ThePrimeagen)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Rope refactoring.nvim
22 37
1,824 2,401
1.6% -
9.1 8.8
5 days ago 13 days ago
Python Lua
GNU Lesser General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Rope

Posts with mentions or reviews of Rope. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-20.

refactoring.nvim

Posts with mentions or reviews of refactoring.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.
  • My 2024 PDE: NeoVim
    2 projects | dev.to | 11 Jan 2024
    Treesitter is a syntax parser that'll build a tree-like structure to enable anything from excellent syntax highlighting through to complex refactoring. There are so many creative ways you can use Treesitter, from jumping around text objects to commenting sections of code, it's a must-have in my books.
  • Refactoring tools
    2 projects | /r/neovim | 13 Jul 2023
    Is there any refactoring plugins for Neovim besides https://github.com/ThePrimeagen/refactoring.nvim?
  • First PR using NeoVim, but need help moving forward
    3 projects | /r/neovim | 30 May 2023
    refactoring.nvim and null-ls.nvim may help
  • In neovim ,how to do refactoring python code?
    5 projects | /r/neovim | 20 Apr 2023
    Besides rename (which is part of the LSP specification, so it's supported out-of-the-box), there is refactoring.nvim
    5 projects | /r/neovim | 20 Apr 2023
    refactoring.nvim is one option. Unfortunately what powers VSCode is the proprietary PyLance and AFAIK there is no way to "Move symbol to file (method will be moved) [and have imports renamed subsequently]".
  • Discussion: what functionality is Vim missing?
    4 projects | /r/vim | 28 Feb 2023
  • New Plugin: ruby toolkit
    2 projects | /r/neovim | 20 Feb 2023
    Just a heads up, I added a lot of Ruby support in ThePrimeagen's Refactoring.nvim plugin some time ago. Covers a lot of what you've created and has support for lots of other languages too
  • neovim-related: Are there good refactor plugin for elixir?
    2 projects | /r/elixir | 22 Dec 2022
    I saw this refactoring.nvim but it doesn't support elixir
    2 projects | /r/elixir | 22 Dec 2022
    You might be able to take the ruby one and make an elixir one. It uses tree-sitter queries which you would need to align up with the elixir, but the syntax is kinda close. See https://github.com/ThePrimeagen/refactoring.nvim/blob/master/lua/refactoring/treesitter/langs/ruby.lua
  • NeoVim as a full-fledged IDE
    3 projects | /r/neovim | 16 Nov 2022

What are some alternatives?

When comparing Rope and refactoring.nvim you can also consider the following projects:

nvim-lsp-ts-utils - Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.

Bowler - Safe code refactoring for modern Python.

RedBaron - Bottom-up approach to refactoring in python

react-extract.nvim - Neovim plugin for extracting jsx into React component

python-lsp-server - Fork of the python-language-server project, maintained by the Spyder IDE team and the community

rust.vim - Vim configuration for Rust.

pyright - Static Type Checker for Python

nvim-treesitter-refactor - Refactor module for nvim-treesitter

nvim-dap-ruby

jedi - Awesome autocompletion, static analysis and refactoring library for python

neovim - Vim-fork focused on extensibility and usability

nvim-treesitter-cpp-tools - C++ Helper Snippets Using Treesitter