completions
The .completions
command enables or disables smart command and SQL completions in rsql. Smart completions help you
write commands and queries faster by suggesting keywords, table names, and more as you type. By default, completions are
enabled.
Usage
.completions <on|off>
When to use
- Enable completions (
on
) for interactive sessions to boost productivity and reduce typos. - Disable completions (
off
) if you prefer manual entry or experience issues with suggestions.
Examples
Show the current completions setting:
.completions
Enable completions:
.completions on
Disable completions:
.completions off
Troubleshooting
- If completions are not working, ensure
.completions on
is set and your terminal supports interactive input. - Some drivers or remote sessions may limit available suggestions.
Related
- See the
smart.completions
option in rsql.toml configuration. - For command history, see history.