find_node_at_position
Locate the AST node at a given line and column in TypeScript or JavaScript files, enabling precise code analysis and navigation.
Instructions
Identifies the AST node at a given cursor position (line and column) in a TypeScript/JavaScript file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Line number (1-based) | |
| path | Yes | Absolute path to the TS/JS file | |
| column | Yes | Column number (1-based) |