-
Notifications
You must be signed in to change notification settings - Fork 3.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support toggling code completions (copilot) on/off with a keybind #9303
Comments
Poking around in the documentation for the
I tried substituting a valid value, but it still doesn't work:
|
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. |
+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". |
copilot::Toggle
copilot::Toggle
to enable/disable automatic suggestions
I edited the title... it's a little bit long but maybe it will be easier to find now. |
It looks like |
copilot::Toggle
to enable/disable automatic suggestions
Hey! Thanks for reporting the confusion here. Definitely seems like this is something you should be able to do in Zed. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: