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
|
Beta Was this translation helpful? Give feedback.
Replies: 50 comments 36 replies
-
Same issue here. Works perfectly in Webstorm, but in VS Code I have to tab, line by line |
Beta Was this translation helpful? Give feedback.
-
got an invitation few days ago and decided to try it out today. Facing same issue, anyone found any fix? |
Beta Was this translation helpful? Give feedback.
-
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). |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
Same issue. |
Beta Was this translation helpful? Give feedback.
-
I'm having this same issue as well. It seems to only apply when trying to get code suggestions from comments |
Beta Was this translation helpful? Give feedback.
-
same here... |
Beta Was this translation helpful? Give feedback.
-
Vouch, I'm having the same issue |
Beta Was this translation helpful? Give feedback.
-
Same issue. |
Beta Was this translation helpful? Give feedback.
-
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 =/ |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Same issue. |
Beta Was this translation helpful? Give feedback.
-
it seems that this problem is starting to resolve itself |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@davecheney Can you shed some light on this ? |
Beta Was this translation helpful? Give feedback.
-
This is also happening with the new extension GitHub Copilot Lab. It only takes the first line input. |
Beta Was this translation helpful? Give feedback.
-
This worked for me 2 weeks ago, now suddenly it doesn't work. (vscode) |
Beta Was this translation helpful? Give feedback.
-
Updated to the latest extension and multi line suggestion still deosn't work |
Beta Was this translation helpful? Give feedback.
-
I encountered the same problem when I used vscode 1.67.0 in linux. |
Beta Was this translation helpful? Give feedback.
-
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! |
Beta Was this translation helpful? Give feedback.
-
Hi Team, |
Beta Was this translation helpful? Give feedback.
-
@davecheney @shuyinzjk thanks for the feedback. Keep up the good work. |
Beta Was this translation helpful? Give feedback.
-
so this is still ongoing? was wondering why its not matching the docs |
Beta Was this translation helpful? Give feedback.
-
Please update us when the rollback/restore is done :) |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
It works flawlessly for me. And it seems the accuracy of the suggestions has improved greatly back to its prime |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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