Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Multi Cursor ViewerNew to Visual Studio Code? Get it now.
Multi Cursor Viewer

Multi Cursor Viewer

tobi-c

|
670 installs
| (0) | Free
Display and manipulate multiple cursor in sidebar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Multi Cursor Viewer

Display and manipulate multiple cursor in sidebar.

Features

When multi-cursor, a list of cursors is displayed in the sidebar. The cursors in the list can be manipulated with the remove and move buttons.

sidebar

Remove cursor

remove cursor

Move cursor

Each cursor can be moved individually. move cursor

Replace

Replace with selected text($1). replace selected text

Replace with sequential number($$). replace sequential number

Settings

This extension contributes the following settings:

  • multi-cursor-viewer.autoCommandMultiCursor
    • Set command ID to be executed automatically when changes from single cursor to multi cursor
  • multi-cursor-viewer.autoCommandSingleCursor
    • Set command ID to be executed automatically when changes from multi cursor to single cursor

Example Settings

The following settings automatically open Multi Cursor Viewer sidebar when multi cursor.

"multi-cursor-viewer.autoCommandMultiCursor": "workbench.view.extension.multi-cursor-viewer"

auto command example

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