ast-grep
语法感知的代码搜索、linting 和重写工具。支持基于 AST 的结构化代码搜索和批量代码转换。
abstract-syntax-treecode-searchlintingcode-refactoring
Dwsy
0
analyzing-code-structure
Performs structural code search and refactoring by matching code structure instead of exact text. Use when editing code structure with text matching ambiguity, handling "old_string not unique" problems, or performing formatting-independent pattern matching across function signatures, method calls, and class structures
code-refactoringpattern-matchingabstract-syntax-tree
iota9star
5
ast-analyzer
Deep Abstract Syntax Tree analysis for understanding code structure, dependencies, impact analysis, and pattern detection at the structural level across multiple programming languages
abstract-syntax-treestatic-analysisdependency-analysispattern-detection
bejranonda
1111