Add a suggestion delay option in the configuration #17670
Replies: 19 comments 8 replies
-
I second this |
Beta Was this translation helpful? Give feedback.
-
This is also an issue in Visual Studio Code. The lack of options for customising the UX is extremely frustrating as an active impediment to Copilot's usability and full integration into one's daily workflow. In terms of the sheer amount of text Copilot spits into the editor, it is far more verbose than normal completion. The latter has plenty of options for customisation (e.g. delay) and yet Copilot, which is more visually invasive, has nothing. Except for the ability to just… turn it off? If Copilot were in beta or newly-released, I could understand that its product team would have prioritized the core functionality over usability. But considering how long Copilot has been out, it seems like improving the interface usability is pretty low on their priority list… |
Beta Was this translation helpful? Give feedback.
-
In VSC you can press CTRL + space to force show code suggestions. This forcefully closes the copilot suggestion |
Beta Was this translation helpful? Give feedback.
-
Bump, lack of this feature will probably motivate me to cancel my Copilot subscription, need to be able to set a delay similar to VSCode's TextEditor Intellisense's editor.hover.delay setting (microsoft/vscode#55098). It's an incredibly useful service but just a lot of visual noise when trying to code. |
Beta Was this translation helpful? Give feedback.
-
Bump again. Why is this still an issue? VERY annoying. |
Beta Was this translation helpful? Give feedback.
-
+1 here, this feature would really be appreciated. The lack of this feature is currently Copilot's biggest issue for my usage. Very similar request here: Option to set delay for suggestions would be nice #9978 |
Beta Was this translation helpful? Give feedback.
-
Duplicated: #9978 |
Beta Was this translation helpful? Give feedback.
-
It's been two years since the first message in this thread. Any plans to allow us to set a custom delay before copilot provides a suggestion? |
Beta Was this translation helpful? Give feedback.
-
Yes. Must. Have. I get very annoyed when I am typing a comment and it thinks to know what I am going to type even though I only typed "the" or something like that. How in god's name do you think you know what the comment is going to be about? Superfluous suggestions are very counter-productive, sometimes true intelligence requires you to be silent. |
Beta Was this translation helpful? Give feedback.
-
I came here because I can't stand the instant autocomplete in VScode anymore. I need a delay time, as it's distracting when you're focused. |
Beta Was this translation helpful? Give feedback.
-
I just don't use it until i need to anymore, because it is outta hand. You can download a status bar toggle to get by until they listen to the community. Extension VS Code: copilot-inline-toggle |
Beta Was this translation helpful? Give feedback.
-
How is a delay setting still not a thing?!? Fix this, Github!!! |
Beta Was this translation helpful? Give feedback.
-
Recently copilot became unnecessary verbose and very fast to spit out a suggestion, to the point when I cannot use Tab key to indent code, as Copilot constantly offers smth and pressing Tab almost always invokes "accept unwanted suggestion" scenario. |
Beta Was this translation helpful? Give feedback.
-
+1 for this. The completion suggestions are too aggressive, it's like trying to type code with schizophrenia. |
Beta Was this translation helpful? Give feedback.
-
Suggestion Delay – Set how long Copilot waits before showing a suggestion (default 0ms, user-configurable). Silence After Escape – After pressing Esc to dismiss a suggestion, Copilot should stay silent for X milliseconds (user-configurable), so it doesn't instantly suggest again. These features would reduce interruptions and make indentation or writing without suggestions easier. |
Beta Was this translation helpful? Give feedback.
-
Seems to have gotten so much worse recently. It's getting to the point where I am hating it more than loving it, whereas a year ago it was the opposite. I like writing my own code and I don't need copilot to be so damn aggressive. |
Beta Was this translation helpful? Give feedback.
-
I'm also contemplating disabling the plugin until we either get a delay or are able to rebind the completion to like ctrl+tab. When you have to fight the AI to be able to indent it has gone too far. |
Beta Was this translation helpful? Give feedback.
-
+1. The copilot auto-completion is beginning to be insufferable to deal with. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure what changed, but this has gotten MUCH worse lately. It's borderline unusable with how much it's constantly moving code around the screen with huge blocks of suggestions and no way to delay it. |
Beta Was this translation helpful? Give feedback.
-
In PHPstorm or Pycharm when I use co-pilot, when I need to press tab I often times inadvertently hit the auto complete whilst I only wanted a tab. Similar as described in #17238
I also have that when I wish to ode something, the suggestion is wrong, but copilot keeps adding it's suggestion , messing up enter presses and tabs I might need, or just plainly distracting me.
Often times copilot also comes with it's wrong suggestion, and the phpstorm autocomplete doesn't work without an explicit alt+space to get the suggestions list.
Please add a setting in the configuration for copilot, suggestion delay for suggestions. Default it can be 0 ms, which people can set to their own liking before they see an copilot option.
And maybe a silence duration option, which will prevent copilot from giving a suggestion for given milliseconds when esc has been pressed to cancel a suggestion.
It's tedious having to press ESC, then tab to ident, then press ESC again, then tab, etc....
I just want copilot to "shut up" for 5 seconds/configurable time when i've pressed esc.
Beta Was this translation helpful? Give feedback.
All reactions