Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Jump - Find Code from MemoryNew to Visual Studio Code? Get it now.
Jump - Find Code from Memory

Jump - Find Code from Memory

getjump

|
1 install
| (1) | Free
Find code from memory. Type what you remember and Jump opens the right line instantly.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jump

Find code from memory. Instantly.

You know the code exists. You just can't remember the filename or the exact function name. With Jump, you describe what you remember in plain words and it opens the right line — immediately.


🎥 Demo

[Watch Demo

How it works

  1. Open the Jump sidebar from the activity bar
  2. Type what you remember — keywords, concepts, or fragments
  3. Jump searches your workspace and ranks the best matches
  4. The top result opens instantly with the line highlighted

Example query: user age check form validate

Jump will find the validation logic you were thinking of, even if you don't remember the file or function name.


Features

  • Keyword-to-code search — describe what you remember, not what you know
  • Instant jump — the best match opens and the line is highlighted automatically
  • Ranked results — up to 5 candidates shown with confidence scores
  • Explain mode — see exactly which keywords matched each result
  • Amber highlight — a subtle glow marks the target line, clears automatically
  • Fast scanning — built with early-exit logic for real codebases


Installation

Install Jump from the VS Code Marketplace.

Once installed, the Jump icon appears in your activity bar. Click it to open the sidebar and start searching.


Why Jump

Ctrl+F works when you remember the exact text. Jump works when you only remember the idea.

Most code search tools require you to already know what you're looking for. Jump is built for the moment when you remember that a piece of logic exists but can't recall where it lives.


Tips

  • Use 3–5 descriptive keywords for best results
  • Mix function concepts and data names: token refresh expired handler
  • Click Why? on any result to see which keywords matched
  • Use the example chips in the sidebar to get started quickly

Requirements

  • VS Code 1.85 or later
  • A workspace folder must be open

Release Notes

0.0.1

Initial release. Core search, ranking, auto-jump, and highlight system.

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