Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Multi-Cursor Jump to StringNew to Visual Studio Code? Get it now.
Multi-Cursor Jump to String

Multi-Cursor Jump to String

palsch

|
2 installs
| (0) | Free
Jump each cursor to the next occurrence of a string
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Multi-Cursor Jump to String

This VS Code extension allows you to jump each cursor in a multi-cursor selection to the next occurrence of a specified string.

Features

  • Works with multiple cursors
  • Each cursor jumps to the next occurrence of the search string
  • Cursors disappear if no occurrence is found before the next cursor or end of file
  • Search is bounded between cursors

Usage

  1. Create multiple cursors (e.g., with Cmd+D or Alt+Click)
  2. Open Command Palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux)
  3. Search for "Multi-Cursor: Jump to Next String Occurrence"
  4. Enter the string you want to jump to
  5. Each cursor will jump to the next occurrence

Installation

Simplest: Download from the store at https://marketplace.visualstudio.com/items?itemName=palsch.multicursor-jump

Install from the .vsix file using:

code --install-extension multicursor-jump-0.0.1.vsix

Or through VS Code:

  1. Open Extensions view (Cmd+Shift+X)
  2. Click on "..." menu
  3. Choose "Install from VSIX..."
  4. Select the .vsix file
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft