#Partial autocomplete

4 messages · Page 1 of 1 (latest)

split perchBOT
#

Hi @celest pollen. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Warp does support partial autocomplete, but the behavior is a bit different from some traditional terminals. Here’s how it works based on the available information:

  • When you type a prefix (like se) and press TAB, Warp will show you a list of possible completions (e.g., setup_pg, setup_redis). If there is a common prefix among the suggestions (like setup_), Warp should autocomplete up to that common part when you press TAB—this is called completing the "longest common prefix" Completions documentation.
  • This feature was specifically improved in a past release to fill in the longest common prefix after filtering tab completions, so typing se and pressing TAB should result in setup_ being autocompleted if both setup_pg and setup_redis exist Changelog v0.2022.02.21.08.55.
  • If you want to accept the full autosuggestion (the greyed-out text), you can use the RIGHT arrow or CTRL-F. You can also rebind the TAB key to accept autosuggestions in the settings, but then TAB will not open the completions menu Autosuggestions documentation.

Summary of steps for partial autocomplete:

  1. Type the prefix (e.g., se).
  2. Press TAB.
  3. If there are multiple matches with a common prefix, Warp should autocomplete up to the common part (e.g., setup_).

If this is not working as expected, make sure you are on a recent version of Warp, as this feature was added in a specific update. If you have changed keybindings, check your settings under Features > Editor.

#

If you want to partially accept an autosuggestion component by component, you can use CTRL-RIGHT (or CTRL-SHIFT-RIGHT on some systems) Autosuggestions documentation.

If you still experience issues, it may be a bug or a UX detail that is still being refined, as discussed in user feedback and issue threads Github Issue #618.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@celest pollen Kapa.ai is still learning and improving, please let me know how I did by reacting below.