Support toggling code completions (copilot) on/off with a keybind #23971
Replies: 6 comments
-
Poking around in the documentation for the
I tried substituting a valid value, but it still doesn't work:
|
Beta Was this translation helpful? Give feedback.
-
I'm not entirely sure that there's not some way to fiddle with the keybindings.json file to get this to work, but my gut instinct is that we currently can't. Happy to hear I'm wrong, if someone on the team knows differently. |
Beta Was this translation helpful? Give feedback.
-
+1 to the topic. It wasn't easy to find this issue. Maybe we could change the issue title somehow? I was searching for something like "zed copilot disable auto-suggestion". |
Beta Was this translation helpful? Give feedback.
-
I edited the title... it's a little bit long but maybe it will be easier to find now. |
Beta Was this translation helpful? Give feedback.
-
It looks like |
Beta Was this translation helpful? Give feedback.
-
Hey! Thanks for reporting the confusion here. Definitely seems like this is something you should be able to do in Zed. |
Beta Was this translation helpful? Give feedback.
-
Summary
The documentation (and comments in various files) give information such as this:
Show Copilot Suggestions
copilot::Toggle
.show_copilot_suggestions
true
Options
boolean
valuesand yet nowhere (that I can find) is
copilot::Toggle
defined. Is this a keystroke that I can add to my settings or keymap file?I would like to avoid having Copilot spew suggestions while I'm in the middle of typing code, but I want to be able to tell it to make suggestions when I want them. As far as I can tell, this is not possible with the current version of Zed.
If it is possible, I would love to know how to do it.
Beta Was this translation helpful? Give feedback.
All reactions