super_docs
Retrieve documentation for symbols within SuperSQL queries to understand database functions and syntax during query development.
Instructions
Get documentation for a symbol at a position in a SuperSQL query. Requires SUPERDB_LSP_PATH to be set.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The SuperSQL query text | |
| line | Yes | Line number (0-based) | |
| character | Yes | Character offset (0-based) |