Crate ra_ap_ide_ssr

source ·
Expand description

Structural Search Replace

Allows searching the AST for code that matches one or more patterns and then replacing that code based on a template.

Structs§

Functions§

  • Attempts to build an SSR MatchFinder from a comment at the given file range. If successful, returns the MatchFinder and a TextRange covering comment.