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

Zip2

Kazuma Ito

|
1 install
| (0) | Free
Quick search for workspace functions and React-style components.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zip2

Visual Studio Marketplace Version ㅤOpen VSX Version

Instant symbol navigation for JS/TS workspaces. Jump to any function, React component, or hook — without leaving your keyboard.

Commands

Command Description
Zip2: Search Symbols Search functions, components, and hooks together
Zip2: Search Components React-style components only
Zip2: Search Functions Plain functions only
Zip2: Search Hooks use* hooks only

Open the Command Palette (⇧⌘P) and type Zip2 to get started.

Zip2 "Search Symbols" demo

Features

HOC-aware Components wrapped with memo, forwardRef, React.memo, or React.forwardRef — including nested combinations — are indexed and classified correctly.

Open to the Side Every picker item has a split-editor button. Open a symbol beside your current file without losing context.

Recently visited Your last 5 accepted symbols float to the top of every picker, so you can bounce between locations fast.

Configurable labels Control how each symbol kind is displayed.

// settings.json
"zip2.functionLabelFormat": "${name}()",   // default
"zip2.componentLabelFormat": "<${name} />", // default
"zip2.hookLabelFormat": "${name}()"        // default

Gitignore-aware Files and folders matched by any .gitignore in your workspace are excluded from indexing by default. Disable with:

"zip2.respectGitignore": false

Exclude patterns Skip generated or irrelevant directories.

"zip2.excludePatterns": ["**/generated/**", "**/.turbo/**"]

Supported Files

.js · .jsx · .ts · .tsx

License

MIT

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