pub fn plan_insert(
ctx: &RefactoringContext,
file: &Path,
content: &str,
loc: &SymbolLocation,
position: InsertPosition,
code: &str,
) -> PlannedEditExpand description
Plan insertion of code relative to a symbol.
pub fn plan_insert(
ctx: &RefactoringContext,
file: &Path,
content: &str,
loc: &SymbolLocation,
position: InsertPosition,
code: &str,
) -> PlannedEditPlan insertion of code relative to a symbol.