Skip to content

ArturoDent/convert-selection

Repository files navigation

Convert Selection

This extension will surround one or more selections with cursors. Demo:

surround selection with multiple cursors demo

It does not matter whether the selection is creates left-to-right or right-to-left.


Extension Command and Keybinding

This extension contributes the following command:

  • convert-selection.surround: "Surround selection(s) with multi-cursors"

The default keybinding (which can be changed) is:

{
  "command": "convert-selection.surround",
  "key": "alt+s",
  "mac": "alt+s",
  "when": "editorHasSelection"    // only works if there is at least one selection
}

Release Notes

  • 0.0.1 Initial release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published