You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tree-sitter based querying of code, maybe in a sql like format, or maybe like AST-grep?
Do things like find all occurrences of function with an if statement that includes a return, that doesn't have a return outside of the if statement branches.