Stellarion provides two powerful ways to search your codebase: semantic search that understands meaning, and pattern search for precise matching.
Find code by describing what it does in natural language. Stellarion uses AI to understand your intent and find relevant code.
Find error handling code
Where is user authentication implemented?
Find functions that validate email addresses
Show me database connection logic
Search for exact text patterns using regular expressions. Ideal for finding specific syntax, identifiers, or code patterns.
Find all TODO comments
Search for console.log statements
Find functions starting with "handle"
Search for deprecated API usage
Narrow your search by:
.ts files, .py files, etc.src/, exclude node_modules/Get specific functions, classes, or methods by name:
Get the implementation of the UserService class
Show me the validateInput function
Extract the handleSubmit method from FormComponent
| Need | Use |
|---|---|
| Find code by what it does | Semantic search |
| Find exact text or pattern | Pattern search |
| Get specific named element | Element extraction |
| Find all TODOs or FIXMEs | Pattern search |
| Find similar implementations | Semantic search |
| Find function by name | Element extraction |
For large codebases, index your project to enable semantic search:
Index this project for semantic search
Indexing: