Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>argumentativeNew to Visual Studio Code? Get it now.
argumentative

argumentative

ayroblu

|
234 installs
| (0) | Free
Move arguments left and right like vim-argumentative
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

argumentative

Adds the argumentative.shiftLeft and argumentative.shiftRight commands

I saw there was one implementation in the store and it was not working for me (it didn't keep arguments where they were, instead always running a join)

I wanted to map < + , but this didn't work for me (I guess vim vscode is a little buggy on this so I mapped <leader> + , and <leader> + . like:

({
  "before": ["<leader>", ","],
  "after": [],
  "commands": [
    {
      "command": "argumentative.shiftArgLeft"
    }
  ]
},
{
  "before": ["<leader>", "."],
  "after": [],
  "commands": [
    {
      "command": "argumentative.shiftArgRight"
    }
  ]
})
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft