Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>cursor-eraserNew to Visual Studio Code? Get it now.

cursor-eraser

awtnb

|
9 installs
| (0) | Free
Erase unnecessary cursors in multi-cursor mode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cursor-eraser README

Erase unnecessary cursors! Useful when executed after ctrl+shift+l.

If you want to unselect the cursor without erasing, use awtnb.filter-selections.

Features

Remove by regexp

  • cursor-eraser.keep-match: Cursors on lines that do not match the specified regular expression will be cleared.
  • cursor-eraser.erase-match: Cursors on lines that matches the specified regular expression will be cleared.

Remove by position

  • cursor-eraser.erase-toBegin: Remove cursor to begin of file.
  • cursor-eraser.erase-toEnd: Remove cursor to end of file.

The starting point is the cursor position at the beginning of the multi-cursor mode.

configuration

Case-sensitivity is configurable in cursor-eraser.caseSensitive of setting.json.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft