Quick Semantic Code Search with Hotkey

Describe the request

Add a hotkey-triggered dialog that lets you search your codebase using natural language queries.

Example workflow:

  1. Press hotkey (e.g., Cmd/Ctrl+Shift+F)
  2. Type: “Where is my auth redirect logic?”
  3. 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