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
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Thanks to [LSP-copilot](https://github.com/TerminalFi/LSP-copilot) for showing t
36
36
2. Click "Sign In", and you will be directed to a verification website provided by GitHub, and a user code will be pasted into your clipboard.
37
37
3. After signing in, go back to the app and click "Confirm Sign-in" to finish.
38
38
39
-
### Giving Permissions to the App
39
+
### Granting Permissions to the App
40
40
41
41
The first time the commands run, the extension will ask for the permissions needed.
42
42
@@ -54,15 +54,17 @@ Alternatively, you can skip the Launch Agent part and use other applications to
54
54
55
55
You can download the latest version manually from the latest [release](https://github.com/intitni/CopilotForXcode/releases).
56
56
57
-
If you are upgrading from a version lower than 0.5.1, don't forget to click `Restart XPC Service` in the application after the update to kill the old version and start the new one.
57
+
If you are upgrading from a version lower than 0.6.0, don't forget to click `Restart XPC Service` in the application after the update to kill the old version and start the new one.
58
58
59
59
If you want to keep track of the new releases, you can watch the releases of this repo to get notifications about updates.
60
60
61
+
If you find that some of the features are no longer working, please first try regranting permissions to the app.
62
+
61
63
## Commands
62
64
63
65
- Get Suggestions: Get suggestions for the editing file at the current cursor position.
64
-
- Next Suggestion: If there is more than 1 suggestion, switch to the next one.
65
-
- Previous Suggestion: If there is more than 1 suggestion, switch to the previous one.
66
+
- Next Suggestion: If there is more than one suggestion, switch to the next one.
67
+
- Previous Suggestion: If there is more than one suggestion, switch to the previous one.
66
68
- Accept Suggestion: Add the suggestion to the code.
67
69
- Reject Suggestion: Remove the suggestion comments.
68
70
- Turn On Real-time Suggestions: When turn on, Copilot will auto-insert suggestion comments to your code while editing.
0 commit comments