Describe the request
Add a hotkey-triggered dialog that lets you search your codebase using natural language queries.
Example workflow:
- Press hotkey (e.g., Cmd/Ctrl+Shift+F)
- Type: “Where is my auth redirect logic?”
- Get instant results showing relevant files and code locations
This would be much faster than traditional file/text search when you remember what code does but not where it lives. The AI already understands code semantically - let’s make that searchable with a quick command.
Benefits:
- Faster code navigation
- No need to remember exact function names or file locations
- Natural language queries feel intuitive
- Reduces context switching and grep hunting