Search Code Knowledge Graph Search for code entities by name. Steps 1. Accept query : Get the search term from the user. 2. Run the query script : Optional filters: - to search only functions - to search only classes 3. Display results : Show qualified name, file path, line numbers, and relevance score for each match. 4. Offer to read : Ask if the user wants to read the top result's source file. Query Intelligence The search engine detects query patterns: - PascalCase (e.g., ): boosts Class and Type results - snake case (e.g., ): boosts Function results - Dotted path (e.g., ): boosts qualifie…