Manipulating and moving between function arguments in Neovim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • vim-argumentative

    Argumentative aids with manipulating and moving between function arguments.

  • I'm looking for a way to easily remove, swap, or jump between functions' arguments in Neovim. I've found https://github.com/PeterRincker/vim-argumentative, but it seems discontinued (last update 2014). I also found another one that uses Treesitter but doesn't seem to support all programming languages, and also, it was in a beta version.

  • sibling-swap.nvim

    Neovim plugin for swaps closest siblings with Tree-Sitter

  • I use this treesitter feature for moving between arguments/functions/etc, and Sibling Swap for swapping of arguments (or any kind of nodes, really)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nvim-treesitter-textobjects

  • Thanks! I just started using https://github.com/nvim-treesitter/nvim-treesitter-textobjects, and it works as a charm.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts