-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
[Enhancement]: Support Code completion by pressing Tab key like predictive code completion In Xcode 16 #581
Comments
We already support tab to accept. But inline suggestion is not possible. |
tab to accept does not work for me. It used to work. My license shows it is active and the preference is checked, but it hasn't work for the last couple of months. |
+1. The bug seem to be seen with the update to Xcode 16. |
@LeonidKokhnovich Please do the checks here. If the issue is still there, please go to #528 and try the version from the last comment. Please continue the discussion in #528 and let me know what logs you see. To get the log, please check this page again. |
@huajiankan If there is only one line, you can put the window on top of Xcode as if it's inline. It doesn't work for long lines or multiple-line completions. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Before Requesting
What feature do you want?
I want a feature!
Is it possible to integrate it like Xcode's own Predictive code completion, support inline suggestion and enter Tab to accept suggestion, similar to Android Studio + Copiliot
The text was updated successfully, but these errors were encountered: