Skip to main content
Premium Feature: Semantic search is available exclusively with a Premium subscription. Your codebase must be embedded before using this feature.

Overview

Semantic search allows you to search your codebase using natural language queries. Unlike traditional text search, semantic search understands the meaning behind your query and finds relevant code even if it doesn’t contain the exact words you searched for.

How to Use

Press ⌥ + ⇧ + S (Option + Shift + S) to open the semantic search interface. From there, type your query in natural language to find relevant code across your entire codebase.

Example Queries

"authentication logic"
"where are API calls made"
"error handling for user input"
"database connection setup"

Requirements

Before using semantic search, ensure your codebase is embedded:
  1. Your codebase must be indexed/embedded first
  2. You must have an active Premium subscription
Semantic search is especially useful for large codebases where you need to find related functionality without knowing the exact file names or function names.