add_anchors_to_file
Add navigation anchors to functions, methods, or classes in a Google Apps Script file for precise patching.
Instructions
⚓ Anchor Generation System - Automatically add navigation anchors to functions for precise patching
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | Target file name to add anchors | |
| script_id | Yes | Google Apps Script project ID | |
| anchor_types | No | Types of code elements to anchor (default: ["function", "method"]) | |
| preview_only | No | Preview anchors without applying (default: false) |