get_node_at_position
Locate the Abstract Syntax Tree (AST) node at a specific line and column in a file for precise code analysis and context retrieval.
Instructions
Find the AST node at a specific position.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
column | Yes | ||
path | Yes | ||
project | Yes | ||
row | Yes |