Skip to content
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

[Feature Request]: Add ability to toggle Real-time Suggestions #496

Open
2 tasks done
zenangst opened this issue Apr 26, 2024 · 5 comments
Open
2 tasks done

[Feature Request]: Add ability to toggle Real-time Suggestions #496

zenangst opened this issue Apr 26, 2024 · 5 comments
Assignees
Labels
beta Beta testing enhancement New feature or request

Comments

@zenangst
Copy link

Before Reporting

  • I have checked FAQ, and there is no solution to my issue
  • I have searched the existing issues, and there is no existing issue for my issue

What happened?

Using the Real-time Suggestions menu item doesn't actually toggle real-time suggestions.
The menu item is invoked but nothing happens, the toggle is still of in the CoPilot app and they are not toggled inside Xcode.

How to reproduce the bug.

Disable Real-time Suggestions in CoPilot app
Invoke Real-time Suggestions using the menu item in Xcode

Relevant log output

No response

macOS version

14.4.1 (23E224)

Xcode version

Version 15.3 (15E204a)

Copilot for Xcode version

0.32.2

@zenangst zenangst added the bug Something isn't working label Apr 26, 2024
@intitni
Copy link
Owner

intitni commented Apr 26, 2024

This command is not meant to be called by users.

Commands called by the app:

Real-time Suggestions: Call only by Copilot for Xcode. When suggestions are successfully fetched, Copilot for Xcode will run this command to present the suggestions.
Prefetch Suggestions: Call only by Copilot for Xcode. In the background, Copilot for Xcode will occasionally run this command to prefetch real-time suggestions.

@intitni intitni added not a bug and removed bug Something isn't working labels Apr 26, 2024
@zenangst
Copy link
Author

Oh, I thought it was a way to toggle if the auto suggestions should be on or off.
If this is not the case, then I'd like to make a feature request for that functionality :)

@zenangst zenangst changed the title [Bug]: Real-time Suggestions menu item doesn't work [Feature Request]: Add ability to toggle Real-time Suggestions Apr 28, 2024
@intitni intitni added enhancement New feature or request planned It's planned and removed not a bug labels May 1, 2024
@intitni
Copy link
Owner

intitni commented May 1, 2024

Which implementation do you think is better?

  • As a command from the Xcode menu, works only when the editor in Xcode is active
  • As a shortcut provided by Copilot for Xcode which is available when Xcode is active

@intitni intitni added beta Beta testing and removed planned It's planned labels May 22, 2024
@intitni
Copy link
Owner

intitni commented May 22, 2024

Released in beta 0.33.1

@zenangst
Copy link
Author

Fantastic! 🤩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Beta testing enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants