getTypeSignature
Retrieve the type signature of a symbol at a specific file, line, and column using LSP hover. Returns a clean signature from hover markdown.
Instructions
Type signature for symbol at position via LSP hover. Returns clean signature from hover markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| line | Yes | ||
| column | Yes |