Github Copilot only suggesting 1 line at a time #13303
|
Issue Type: Bug Hi there, My Github Copilot only returns single line suggestions for anything, even the test case: function calculateDaysBetweenDates(begin, end) { From looking at other people's copilots it seems like their's are capable of doing multiline suggestions VS Code version: Code 1.65.2 (Universal) (c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1, 2022-03-10T14:33:49.188Z) System Info
Extensions (8)
A/B Experiments |
Replies: 50 comments 36 replies
|
Same issue here. Works perfectly in Webstorm, but in VS Code I have to tab, line by line |
|
got an invitation few days ago and decided to try it out today. Facing same issue, anyone found any fix? |
|
Same issue. Even if I open the suggestions tab with ctr + enter, I only end up seeing one line suggestion (and no visible alternative either). |
|
Hmmm that's odd - maybe they nerfed the latest version? From my understanding, co-pilot beams over the data to a server to then give us the suggestions, if they just opened it up to a new wave of people, maybe they have some smaller GPT models for some of us to use because of network load? |
|
Same issue. |
|
I'm having this same issue as well. It seems to only apply when trying to get code suggestions from comments |
|
same here... |
|
Vouch, I'm having the same issue |
|
Same issue. |
|
I was having issues with getting any suggestions at all, and then about an hour ago it started actually returning suggestions.. It is doing the same thing now though, only showing one line at a time instead of whole blocks =/ |
|
So after some testing: uninstalling all other extensions did not solve the issue for me (on Windows 10), however when I tried copilot on a VirtualBox Ubuntu machine (again with VS Code) I suddenly dó get multi-line suggestions. The suggestion pane however still mostly shows 1 (multi-line) solution, not several, as shown in the tutorial. An exception is when I first highlight a bit of code/comment and then open the suggestion pane. |
|
Multi line suggestions don't work for me at all on Windows 10 and VS Code. On linux I only get multi line suggestions when I begin typing a new function but not after comments. |
|
Same issue. |
|
it seems that this problem is starting to resolve itself |
|
|
@davecheney Can you shed some light on this ? |
|
This is also happening with the new extension GitHub Copilot Lab. It only takes the first line input. |
|
This worked for me 2 weeks ago, now suddenly it doesn't work. (vscode) |
|
Updated to the latest extension and multi line suggestion still deosn't work |
|
I encountered the same problem when I used vscode 1.67.0 in linux. |
|
Hi folks, this is GH Copilot team. We hear your feedback and are actively working to address it. Dave and I will keep you folks updated on the progress. Thanks again! |
|
Hi Team, |
|
@davecheney @shuyinzjk thanks for the feedback. Keep up the good work. |
|
so this is still ongoing? was wondering why its not matching the docs |
|
Please update us when the rollback/restore is done :) |
|
Hello Pilots 🧑 I wanted to let everyone know that we've completed the rollback to our previous build of the completion model and we anticipate that this will have restored multi line completions. As I wrote previously, thank you all for your patience, and especially your feedback which was instrumental in highlighting just how important multi line completions were to your workflows. |
|
@davecheney: You mentioned above: "This is a problem with the recent deployment of the copilot AI model" Is there a chance the recent deployment was related to the bug described here: #16435 ? The neovim plugin hasn't worked for ~2 days (I'm not sure exactly), and all signs point to it being a server-side issue. |
|
Update: Multi-Line Suggestion is working for me. All I did was nothing, just waited like dave said and now it's working fine for me. |
|
It works flawlessly for me. And it seems the accuracy of the suggestions has improved greatly back to its prime |
|
Hello guys, For simple function, it suggests all of it but if I start to describe the context in the comments, then it only shows one line at a time. I am using VScode |

Hello Pilots 🧑✈️
I wanted to let everyone know that we've completed the rollback to our previous build of the completion model and we anticipate that this will have restored multi line completions. As I wrote previously, thank you all for your patience, and especially your feedback which was instrumental in highlighting just how important multi line completions were to your workflows.
@davecheney and @shuyinzjk