insert_near_symbol
Insert content before or after a symbol by name, enabling structural code edits without relying on line numbers.
Instructions
Insert content before or after an indexed symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | ||
| content | Yes | ||
| position | No | 'before' or 'after' (default after). | |
| file_path | No | ||
| project | No | Project name/path (default: active). |