Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ZoomizNew to Visual Studio Code? Get it now.
Zoomiz

Zoomiz

Haksolot

|
4 installs
| (0) | Free
A blazing fast code navigation helper inspired by Flash.nvim
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zoomiz

Zoomiz is a high-performance navigation tool for Visual Studio Code, inspired by the mechanics of Flash.nvim. It enables rapid cursor movement across the visible editor viewport without relying on the mouse or repetitive arrow key usage.


Zoomiz Demo

Features

  • Rapid Navigation: Jump to any word or specific location in the viewport instantly.
  • Superior Configurability: Unlike other marketplace alternatives, Zoomiz offers granular control over every visual aspect and behavior, allowing it to seamlessly adapt to your specific workflow and theme.
  • Flexible Labeling: Configure the jump characters exactly how you want. Concatenate uppercase letters, lowercase letters, or numbers to define the jump targets to your preference.
  • Flash.vim Inspiration: Brings the efficiency of Vim-like search-and-jump navigation to the VS Code environment without the steep learning curve.

Usage

  1. Trigger Zoomiz using the default keybinding: Alt + f.
  2. Type the characters you are looking for.
  3. Zoomiz will overlay unique labels on all matches within the viewport.
  4. Type the label characters to move the cursor to that location immediately.

Configuration

You can customize Zoomiz by modifying your user settings.json.

Appearance

Adjust the colors to match your theme or improve accessibility.

"zoomiz.backgroundColor": "#ff007f",
"zoomiz.textColor": "#ffffff",
"zoomiz.matchColor": "#FFFF00"

Character Set

Define the pool of characters used for generating jump labels. You can combine uppercase, lowercase, and numeric characters.

// Example: Restrict to lowercase only
"zoomiz.characters": "abcdefghijklmnopqrstuvwxyz"

// Example: Use numbers and uppercase for specific keyboard layouts
"zoomiz.characters": "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Keybindings

Command Keybinding
zoomiz.jump Alt + f

You can remap this command via the Keyboard Shortcuts menu (Ctrl+K Ctrl+S) by searching for zoomiz.jump.

Contributing

Found a bug or have a feature request? Feel free to open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License.

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