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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ It will be a better experience if you use the "Floating Widget" mode with real-t
128
128
129
129
## Key Bindings
130
130
131
-
It looks like there is no way to add default key bindings to commands, but you can set them up in `Xcode settings > Key Bindings`.
131
+
It looks like there is no way to add default key bindings to commands, but you can set them up in `Xcode settings > Key Bindings`. You can filter the list by typing `copilot` in the search bar.
132
132
133
133
A [recommended setup](https://github.com/intitni/CopilotForXcode/issues/14) that should cause no conflict is
134
134
@@ -190,6 +190,10 @@ fi
190
190
> A: Please check if the [Accessibility API and Input Monitoring permission](https://github.com/intitni/CopilotForXcode#granting-permissions-to-the-app) is setup correctly.
191
191
If you have followed the setup instructions as directed, please also consider granting Input Monitoring permissions to the extension app.
192
192
193
+
**Q: I have signed in my GitHub account, but the app doesn't generate any suggestions.
194
+
195
+
> A: Please make sure the GitHub Copilot status is `OK`. If it's not, it's likely that your GitHub Copilot subscription is not valid.
196
+
193
197
**Q: Will it work in future Xcode updates?**
194
198
195
199
> A: I don't know. This extension uses many tricks to do its job, and these tricks can break in the future.
0 commit comments