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
For development instruction, check [Development.md](DEVELOPMENT.md).
30
29
@@ -163,41 +162,6 @@ fi
163
162
- The suggestions are presented as C-style comments in comment mode, they may break your code if you are editing a JSON file or something.
164
163
- When a real-time suggestion request is triggered, there is a chance that it may briefly block the editor. This can occur at most once for each file after each restart of the extension because the extension needs to initiate real-time suggestion by clicking an item from the menu bar. However, once a command has been executed and some information is cached, the extension will be able to trigger real-time suggestion using a different method.
165
164
166
-
## FAQ
167
-
168
-
**Q: The extension doesn't show up in the `Editor` menu.**
169
-
170
-
> A: Please make sure `Copilot` is turned on in `System Settings.app > Privacy & Security > Extensions > Xcode Source Editor Extension`.
171
-
172
-
**Q: The extension says it can't connect to the XPC service/helper.**
173
-
174
-
> A: If you have just updated the app from an old version, make sure you have restarted the XPC Service.
175
-
>
176
-
> Please make sure you have set up Launch Agents, try running `launchctl list | grep com.intii` from the terminal, and see if `com.intii.CopilotForXcode.ExtensionService` exists. If not, check `~/Library/LaunchAgents` to see if `com.intii.CopilotForXcode.ExtensionService.plist` exists. If they don't, and the button in the app fails to create them, please try to do it by hand.
177
-
>
178
-
> If you are installing multiple versions of the extension on your machine, it's also possible that Xcode is using the older version of the extension.
179
-
180
-
**Q: The extension complains that it has no access to the Accessibility API**
181
-
182
-
> A: Please check if the [Accessibility API permission](https://github.com/intitni/CopilotForXcode#granting-permissions-to-the-app) is setup correctly.
183
-
184
-
**Q: I turned on real-time suggestions, but nothing happens**
185
-
186
-
> A: Try typing something in the editor and wait for a little while, if you see an animation from the real-time suggestion indicator or the floating widget, that means the real-time suggestion is correctly triggered.
187
-
188
-
**Q: I can't cancel real-time suggestions with mouse clicks, or pressing esc.**
189
-
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
-
If you have followed the setup instructions as directed, please also consider granting Input Monitoring permissions to the extension app.
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
-
197
-
**Q: Will it work in future Xcode updates?**
198
-
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