selectby.pasteClipboard
: select pasted text if initial selection is empty (editBuilder.replace() has changed behavior)
selectby.regex
: Multi Cursor support
selectby.addSelectionToNextFindMatchMultiCursor
: Multi Cursor variant ofeditor.action.addSelectionToNextFindMatch
(Ctrl+D
)
moveby.calculation
: ask for numeric value for variablerelative
selectby.moveSelections
: move selections start/end/anchor/active a given offset
selectby.regex
: fix: shows QuickPick list if args in key binding is an Array with regex name
moveby.regex
: show QuickPick list of predefined searches if called from Command Palette or no args in key binding
selectby.mark-restore
: restore position of cursors to mark locations
- Create and modify Multi Cursors with the keyboard:
selectby.addNewSelection
selectby.moveLastSelectionActive
selectby.moveLastSelection
selectby.anchorAndActiveByRegex
: Modify the anchor and active position of the selection(s)
forwardShrink
andbackwardShrink
to reduce selection- add CHANGELOG.md
moveby.calculation
by offset
selectby.anchorAndActiveSeparate
selectby.mark
: argumentfirst
to reset call number- web extension
selectby.linenr
:inselection
only places cursors in the selections
selectby.mark
: Mark position of cursor(s), create selection(s) on next mark
forward/backwardAllowCurrentPosition
moveby.regex
fix a few cases
moveby.regex
addcheckCurrent
option
selectby.swapActive
swap cursor position within selection(s)
moveby.calculation
now hasselections
variable
selectby.regex
in keybinding can have an object asargs
property
moveby.regex
has repeat property with ask possibility
selectby.removeCursor(Above|Below)
reduce number of Multi Cursors
moveby.calculation
move the cursor tolineNr:charPos
with a calculation