Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Exchange Point and MarkNew to Visual Studio Code? Get it now.
Exchange Point and Mark

Exchange Point and Mark

Victor Teo

|
232 installs
| (1) | Free
Exchange selection start and end in VSCode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Exchange Point and Mark

Exchange selection start and end. Multiple cursors are supported.

By default, Exchange Point and Mark doesn't bind to any key bindings. It's user's right to decide which command goes to which key binding. This is a very handy editor command, you may not want to invoke it through command palette.

If you are an previously emacs user, you may want to add these to your keybindings.json.

{
  "key": "ctrl+x ctrl+x",
  "command": "exchangePointAndMark",
  "when": "textInputFocus"
}

Need Help?

Open an issue here.

License

MIT @ Victor Zhang

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft