Sqry
semantic code search using AST and call graphs
semantic code search using AST and call graphs
AST-based code search
Understands code structure and syntax, not just text patterns
Call graph analysis
Maps relationships between functions and methods to show dependencies and usage
Semantic search
Find code by intent and functionality, not just keywords
Multi-language support
Works across different programming languages
Freemium model
Access core features free with premium capabilities available
Integration-friendly
Available as a web tool for broad accessibility
Refactoring legacy code: Identify all usages and dependencies before making changes
Onboarding new developers: Quickly handle and understand existing codebase architecture
Finding dead code: Locate functions that are never called
Impact analysis: Understand what breaks when modifying a particular function
Code review: Trace call chains to verify correctness of changes