A VS Code extension for selecting and manipulating arguments (or parameters) of functions.
default keybinding: ctrl+up
This command expands the current selection to include increasingly more of the current argument:
default keybindings: ctrl+left, ctrl+right
If nothing is selected, these commands move the cursor one argument to the left or right:
However, if parts of one or more arguments are selected, these commands move the selected argument(s) to the left or right:
default keybindings: shift+ctrl+left, shift+ctrl+right
These commands move the cursor one argument to the left or right, highlighting text along the way.
This extension does not currently add any settings.
This extension has no requirements.
See https://github.com/JamesMcClung/argselect/issues
Fixed a bug that caused commands to fail when an empty string was to the left of the cursor.
Added argselect.selectArgLeft and argselect.selectArgRight commands.
Fixed several bugs related to jumping across and within strings.
Fixed a bug that caused each command to fail when the arguments contained a string.
Added argselect.selectArg, argselect.moveArgLeft, and argselect.moveArgRight commands.


