rename_prepare
Check if a symbol at a given file position can be renamed and retrieve its current name. Provides rename feasibility and symbol details for refactoring.
Instructions
Check if a symbol at the given position can be renamed, and get its current name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Relative file path from project root | |
| line | Yes | Line number (1-indexed) |