Project File Search

Search project files using patterns with contextual results. Locate code and content efficiently with regex support and smart filtering.

Try the Simulator

Key Features

Flexible Patterns

Supports both simple substring matching and powerful Regular Expressions for complex queries.

Context Awareness

Configurable context lines allow you to see the code surrounding every match for better understanding.

Smart Filtering

Automatically targets text-based files (Kotlin, Java, JS, etc.) while ignoring binaries.

Grouped Results

Results are organized by file and line number, providing a clean, readable report.

Content Extraction

Optionally extract and search text content from non-text files like PDFs or HTML.

Interactive Simulator

Configure the search parameters to see how the FileSearch task formats results.

Configuration

When to Use

Refactoring

Find all usages of a specific class or method signature across the codebase to ensure safe refactoring.

Security Audits

Scan for specific regex patterns that might indicate security vulnerabilities or hardcoded secrets.

Documentation

Locate TODOs or specific documentation tags embedded within source files.