Skip to main content

Crate sqry_lang_csharp

Crate sqry_lang_csharp 

Source
Expand description

C# language plugin for sqry

Implements the LanguagePlugin trait for C#, providing:

  • AST parsing with tree-sitter
  • Scope extraction
  • Relation extraction (call graph, using directives, exports, return types)

This plugin enables semantic code search for C# codebases, the #4 priority language for Microsoft ecosystem and Unity game development.

Modules§

relations
Relation extraction helpers for the C# plugin.

Structs§

CSharpPlugin
C# language plugin