You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you let copilot generate a function, as it generates suggestions, when it is done, it never inserts the closing brace '}' so the end result is always a compilation error.
Versions
Copilot for Xcode: 0.34
Xcode: 16.3
macOS: 15.4.1
Steps to reproduce
create a new project or open existing one
type func and let copilot start generating code. It will never include the closing } causing the compiler to complain.
The text was updated successfully, but these errors were encountered:
yes, it only works if you hold Option key and let it generate the entire suggestion.
However, my bug report was not for that. It was for a case where you keep hitting the tab key to let it generate one line at the time. Once it is done making suggestions, it will never insert the closing brace.
try it. If you can't repro, I will send a video.
Also, if you disable the "Accept suggestions with Tab" it will still make suggestions but when you hit tab, the suggestions just float on the screen. It looks really bad. I hope you guys are planning to add a little bit more options for tab completion, especially partial tab completion.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
If you let copilot generate a function, as it generates suggestions, when it is done, it never inserts the closing brace '}' so the end result is always a compilation error.
Versions
Steps to reproduce
The text was updated successfully, but these errors were encountered: