signature_help
Get parameter names, types, and required arguments for a function call at a given file position by specifying line and column.
Instructions
Get parameter information for a function call at the given position.
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) |