vim-test VS vim-textobj-python

Compare vim-test vs vim-textobj-python and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vim-test vim-textobj-python
40 4
2,902 89
1.5% -
7.5 0.0
9 days ago almost 4 years ago
Vim Script Vim Script
- 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.

vim-test

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

vim-textobj-python

Posts with mentions or reviews of vim-textobj-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-22.
  • Easier way to delete a whole function?
    6 projects | /r/vim | 22 May 2022
    For Python, for example, I use https://github.com/bps/vim-textobj-python.
  • Vim setup as a Python IDE with REPL similar to Spyder/VSCode
    6 projects | /r/Python | 24 Feb 2022
    vim-textobj-python and having language aware text-objects are also very useful, especially when Slime-ing code to the REPL.
  • IDE Similar to PyCharm for Work
    13 projects | /r/Python | 5 Oct 2021
    Out of the box, vim is already very good at text editing, but to supercharge your editing power, you would want to add some additional text objects. Most important for Python is bps/vim-textobj-python and kana/vim-textobj-indent.
  • Python Devs who Use Vim, Share Your Expertise!
    7 projects | /r/Python | 23 Aug 2021
    Also, for general text editing in vim, you want to have useful text objects that understands the language that you're working on. For python, I found these the most useful from my collection: bps/vim-textobj-python (function/class text objects), pianohacker/vim-textobj-indented-paragraph (indentation text objects).

What are some alternatives?

When comparing vim-test and vim-textobj-python you can also consider the following projects:

nvim-lua-guide - A guide to using Lua in Neovim

pylsp-rope - Extended refactoring capabilities for python-lsp-server using Rope

nvim-dap-ui - A UI for nvim-dap

Python-mode - Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.

nvim-dap - Debug Adapter Protocol client implementation for Neovim

vim-slime - A vim plugin to give you some slime. (Emacs)

vim-dispatch - dispatch.vim: Asynchronous build and test dispatcher

vim-pudb - Manage pudb breakpoints directly from vim

nvim-dap-python - An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.

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

pudb - Full-screen console debugger for Python