#autocomplete - disable
2 messages · Page 1 of 1 (latest)
Yes, it is possible to disable the autocomplete/autosuggestion function in Warp. Here's how you can do it:
- Open the Command Palette by pressing CMD-P (on Mac) or Ctrl-P (on Windows/Linux).
- Search for "Autosuggestions" in the Command Palette.
- Toggle the autosuggestions feature off.
This method is mentioned in a GitHub issue comment (https://github.com/warpdotdev/Warp/issues/933#issuecomment-1321641800) and allows you to disable the autosuggestions without needing to go through the settings menu.
Alternatively, you can also disable this feature from the settings:
- Go to Settings > Features > Editor
- Look for the option to disable autosuggestions
It's worth noting that many users have requested more granular control over the autocompletion feature, including the ability to use shell-based completions instead of Warp's built-in system. The Warp team is aware of these requests and has mentioned that they are exploring improvements to this experience, as noted in a GitHub issue discussion (https://github.com/warpdotdev/Warp/issues/1811).
While Warp doesn't currently have integration with Amazon's CodeWhisperer (which I assume you're referring to when mentioning "q"), they are continually working on improving their autocompletion features.