Workspace-Wide Search

Search ALL files instantly with fuzzy matching, regex support, and smart pattern detection

Added in v2.2.4

What Is Workspace Search?

Search your entire codebase instantly - not limited to indexed folders! Find functions, classes, API endpoints, TODOs, and more with powerful pattern matching.

Features

*
Search ALL Files - Not limited to indexed folders
*
Fuzzy Search - Find code even with typos
*
Pattern Matching - Regex support for advanced searches
*
Grouped Results - Results organized by file
*
Context Included - Shows 2 lines before and after each match

Smart Search Types

Find API Endpoints

Detects Express, Spring, Flask, FastAPI routes

app.get('/api/users')

Find Function Definitions

Finds function declarations across all languages

function calculateTotal()

Find Class Definitions

Locates class declarations

class UserService

Find TODO Comments

Finds all action items in code

// TODO: Refactor this

How to Use

  1. 1.
    Ask AI to search - Like "Find all API endpoints" or "Search for calculateTotal function"
  2. 2.
    AI searches instantly - Scans entire workspace
  3. 3.
    Review results - See matches grouped by file with context
  4. 4.
    AI analyzes results - Gets insights from search results

Example Searches

Find all authentication functions

"Find functions with 'auth' in the name"

Find all database queries

"Search for 'SELECT * FROM'"

Find all React components

"Find all files importing React"

Free vs Pro

Free Tier

  • Unlimited workspace searches
  • All search types
  • Fuzzy matching

Pro

  • All free features
  • Advanced pattern matching
  • Faster search performance