Inline Variable
inlineVariableReplace all references to a variable with its initializer and delete the variable's declaration.
Instructions
Inline a variable — replace all references with the variable's initializer and delete the declaration. Position must be on the variable name in its declaration or any usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) | |
| line | Yes | 1-based line number | |
| offset | Yes | 1-based character offset on the line | |
| preview | Yes | If true, only preview changes |