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
@@ -38,11 +38,11 @@ The first time the actions run, the extension will ask for 2 types of permission
38
38
- Previous Suggestion: If there is more than 1 suggestion, switch to the previous one.
39
39
- Accept Suggestion: Add the suggestion to the code.
40
40
- Reject Suggestion: Remove the suggestion comments.
41
-
- Turn On Realtime Suggestions: When turn on, Copilot will auto-insert suggestion comments to your code while editing. You have to manually turn it on for every open window of Xcode.
42
-
- Turn Off Realtime Suggestions: Turns the real-time suggestions off.
43
-
-Realtime Suggestions: It is an entry point only for Copilot for Xcode. In the background, Copilot for Xcode will occasionally run this action to bring you real-time suggestions.
41
+
- Turn On Real-time Suggestions: When turn on, Copilot will auto-insert suggestion comments to your code while editing. You have to manually turn it on for every open window of Xcode.
42
+
- Turn Off Real-time Suggestions: Turns the real-time suggestions off.
43
+
-Real-time Suggestions: It is an entry point only for Copilot for Xcode. In the background, Copilot for Xcode will occasionally run this action to bring you real-time suggestions.
44
44
45
-
**About realtime suggestions**
45
+
**About real-time suggestions**
46
46
47
47
The implementation won't feel as smooth as that of VSCode.
48
48
@@ -52,7 +52,7 @@ Hope that next year, Apple can spend some time on Xcode Extensions.
52
52
53
53
Known Issues:
54
54
55
-
- If a realtime suggestions request is triggered, it will block your editor until the result is return.
55
+
- If a real-time suggestions request is triggered, it will block your editor until the result is return.
56
56
57
57
## Prevent Suggestions Being Committed
58
58
@@ -90,7 +90,7 @@ fi
90
90
>
91
91
> If you have just **updated the app**, consider restarting XPCService in app or trying removing the Launch Agents and set it up again!
92
92
93
-
**Q: I turned on realtime suggestions, but nothing happens**
93
+
**Q: I turned on real-time suggestions, but nothing happens**
94
94
95
95
> A: Check the list in `Settings.app > Privacy & Security > Input Monitoring`. Turn the toggle on for `Copilot for Xcode`. If it's not on the list, add it manually. After that, you may have to restart the XPC Service.
0 commit comments