Skip to main content

Module edit

Module edit 

Source
Expand description

Edit module - Span-safe code editing

This module provides span-safe refactoring operations by delegating to splice::forge convenience functions when the splice feature is enabled. Symbol discovery uses llmgrep::forge::search_symbols for file resolution, then splice::forge::patch_symbol_in_file for each file.

Structs§

EditModule
Edit module for span-safe refactoring.
EditResult
Result of an edit operation.
PendingUndo

Enums§

EditOperation
An edit operation.
UndoResult