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
- Create multiple cursors (e.g., with
Cmd+D or Alt+Click)
- Open Command Palette (
Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux)
- Search for "Multi-Cursor: Jump to Next String Occurrence"
- Enter the string you want to jump to
- 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:
- Open Extensions view (
Cmd+Shift+X)
- Click on "..." menu
- Choose "Install from VSIX..."
- Select the
.vsix file
| |