Skip to content

Commit 93f08bd

Browse files
committed
Update README.md
1 parent ca61d5b commit 93f08bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ The first time the commands run, the extension will ask for 2 types of permissio
3838
- Previous Suggestion: If there is more than 1 suggestion, switch to the previous one.
3939
- Accept Suggestion: Add the suggestion to the code.
4040
- Reject Suggestion: Remove the suggestion comments.
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.
41+
- Turn On Real-time Suggestions: When turn on, Copilot will auto-insert suggestion comments to your code while editing.
4242
- Turn Off Real-time Suggestions: Turns the real-time suggestions off.
4343
- Real-time Suggestions: It is an entry point only for Copilot for Xcode. When suggestions are successfully fetched, Copilot for Xcode will run this command to present the suggestions.
4444
- Prefetch Suggestions: It is an entry point only for Copilot for Xcode. In the background, Copilot for Xcode will occasionally run this command to prefetch real-time suggestions.
4545

4646
**About real-time suggestions**
4747

48-
- The on/off state is not persisted, they will be reset every time Xcode is quit. (For technical reasons, you always need to run a random command to start the XPCService, it will be confusing if it's persisted.)
48+
- The on/off state is persisted, make sure you turn it off manually if you no longer want it.
4949
- The implementation won't feel as smooth as that of VSCode.
5050

5151
The magic behind it is that it will keep calling the command from the menu when you are not typing or clicking the mouse. So it will have to listen to those events, I am not sure if people like it.

0 commit comments

Comments
 (0)