A VS Code Extension

Find code from memory. Instantly.

Type what you remember. Jump straight to the right line in your codebase — no exact strings, no tab‑switching.

Free to install · Runs locally · No account required

UserProfile.tsx — Jump
UserProfile.tsx
Form.tsx
12export function UserProfileForm() {
13 const [age, setAge] = useState<number>(0);
14 const [errors, setErrors] = useState({});
15 
16 const validateAge = (value: number) => {Jump →
17 if (value < 18) return "Must be 18+";
18 if (value > 120) return "Invalid age";
19 return null;
20 };

Built for developers

Type vague memories, get exact results.

Runs inside VS Code

Lives where you already work.

Works locally

Your code never leaves your machine.

No context switching

Stay focused inside the editor.

Zero configuration

Install and start searching immediately.

Free to install

No credit card. No account required.

Instant results

Find the right line in under a second.

Any codebase

Works on real projects of any size.

Built for developers

Type vague memories, get exact results.

Runs inside VS Code

Lives where you already work.

Works locally

Your code never leaves your machine.

No context switching

Stay focused inside the editor.

Zero configuration

Install and start searching immediately.

Free to install

No credit card. No account required.

Instant results

Find the right line in under a second.

Any codebase

Works on real projects of any size.

Features

Not a file search. A memory search.

Jump to the right line

Type a rough phrase — like you'd describe the code to a teammate — and Jump surfaces the best matching line instantly. No exact strings, no grep, no tab-switching.

  • Works with vague, partial memory
  • Ranks results by semantic relevance
UserProfile.tsx
11export function UserProfileForm() {
12 const [age, setAge] = useState(0);
13 const [errors, setErrors] = useState({});
14 
15 const validateAge = (value: number) => {Jump →
16 if (value < 18) return "Must be 18+";
17 return null;
18 };

Highlight what matters

The matched line opens with a warm, clear glow so you see it immediately. No hunting through the file, no squinting — the result is front and center the moment you land.

  • Amber highlight on the exact match
  • File opens directly to the line
Jump — result found
line 15

Stay in flow

Jump lives inside VS Code as a sidebar panel. Search your entire codebase without opening a browser, switching windows, or breaking your train of thought.

  • Native VS Code sidebar panel
  • No external tools or browser tabs
Jump
FlowModeProvider95%
useEditorFocus81%
PanelLayout74%
FlowMode.tsx
1import React from 'react';
2 
3export function FlowMode(
4 { children, config }
5) {
6 return (

How it works

Type it. Jump to it.

Select a step below to see how Jump takes you from memory to the right line of code.

Jump — Search

Type your query

user age check form validate
auth token refreshsubmit loadingemail error

Step 1

Describe it the way you remember it.

Open the Jump panel in VS Code and type a loose phrase — something like how you'd describe the code to a teammate. No exact syntax, no file names, no line numbers needed.

FAQ

Common
questions.

Anything else? Reach out on GitHub or X.

Ctrl+F requires exact text — the right variable name, the right spelling. Jump works with fuzzy memory. Type a rough description of what the code does, and Jump finds the closest semantic match. It's the difference between a keyword search and a thought.

No. Everything runs locally in the current version of Jump. Your code never leaves your machine. Jump indexes and searches your workspace entirely on-device, so you get fast, private results without any external dependencies.

Jump is designed to handle real-world codebases. It builds a lightweight index of your workspace and searches that index — not the raw files on every query. Performance will continue to improve as we optimize the indexing pipeline.

Yes — Jump is completely free to install and use right now. We're focused on building the best possible search experience first. Future pricing will be introduced for advanced features, but the core product will remain accessible.

Stop searching.
Start jumping.

Install Jump free and go from vague memory to the exact line of code — without leaving VS Code.

Free forever · Runs locally · No account needed