Description
Searches and rewrites source code by syntax tree instead of plain text. This lets developers find code patterns, build lint rules, and make safer mechanical edits across a project.
Use it when text search is too broad or fragile for code changes. It is a developer tool and works best when the language parser supports the files being checked.