01Semantic code search with structured queries (e.g., `kind:function AND async:true`)
02Advanced code graph analysis (trace paths, find cycles, detect unused code, dependency analysis)
03Extensive language support for 35 programming languages, with 28 having full relation extraction
04Integration with AI assistants via an MCP server providing 33 JSON-RPC tools for structured code insights
05LSP server for editor integration, offering hover, definitions, references, and call hierarchy
069 GitHub stars