Structs§
Enums§
Functions§
- apply_
edits - Apply edits to files on disk. Edits are sorted (line desc, col desc) per file and applied back-to-front to preserve offsets.
- find_
all_ word_ matches - Find ALL word-boundary matches of
symbol_nameacross the project. Unlike search_for_pattern, this returns multiple matches per line via find_iter. - rename_
symbol - Rename a symbol across one file or the entire project.