Expand description
Rename recipe: composable rename using semantic actions.
Decomposes the monolithic do_rename into:
locate_symbol— find definitionfind_references— gather callers + importers from indexcheck_conflicts— detect naming collisionsplan_rename_in_file— produce edits for each affected file
Functions§
- plan_
rename - Build a rename plan without touching the filesystem.