Tab completion currently only suggests first-word commands. Extend it to suggest saved request names for run, variable names for unset and header keys for header / unset header.
This requires passing context (ShellState) into the Completer implementation.
Requires understanding rustyline's Completer trait and threading state.
Tab completion currently only suggests first-word commands. Extend it to suggest saved request names for run, variable names for unset and header keys for header / unset header.
This requires passing context (ShellState) into the Completer implementation.
Requires understanding rustyline's Completer trait and threading state.