pub fn prepare_rename(
query: Query<'_, '_, (Entity, &Element, &RopeC, &PositionComponent, &DynLang)>,
commands: Commands<'_, '_>,
)Expand description
Model-based prepare_rename: report the range and placeholder of the term
under the cursor.