searchcode
Enables semantic code search with metadata extraction and AST-aware chunking, allowing developers to locate code snippets efficiently by query, folder, extensions, and ignore patterns.
Instructions
Semantic code search with metadata extraction and AST-aware chunking
Input Schema
Name | Required | Description | Default |
---|---|---|---|
extensions | No | Optional comma-separated list of file extensions to include (default: js,ts) | |
folders | No | Optional comma-separated list of folders to search (defaults to working directory) | |
ignores | No | Optional comma-separated list of patterns to ignore (default: node_modules) | |
query | Yes | Semantic search query for code | |
topK | No | Optional number of results to return (default: 8) |