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
Replacing text that contains escaping characters (e.g. in regular expressions)
doesn't remove those characters anymore.
Enable multiple replacements on the same line of code.
Replacing text now takes into account leading empty lines.
Ignore specific rules, e.g. # ast-grep-ignore: any_duplicated to ignore the
rules stored in any_duplicated.yml only. Accepts several rules separated
with a comma.