Skip to content

Commit 0e6d934

Browse files
committed
Merge branch 'feature/move-faq-to-issues' into develop
2 parents 1ebe409 + e80dc78 commit 0e6d934

1 file changed

Lines changed: 1 addition & 37 deletions

File tree

README.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ Thanks to [LSP-copilot](https://github.com/TerminalFi/LSP-copilot) for showing t
2222
- [Key Bindings](#key-bindings)
2323
- [Prevent Suggestions Being Committed](#prevent-suggestions-being-committed)
2424
- [Limitations](#limitations)
25-
- [FAQ](#faq)
2625
- [License](#license)
27-
26+
- [FAQ](https://github.com/intitni/CopilotForXcode/issues/65)
2827

2928
For development instruction, check [Development.md](DEVELOPMENT.md).
3029

@@ -163,41 +162,6 @@ fi
163162
- 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.
164163
- 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.
165164

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.
200-
201165
## License
202166

203167
MIT.

0 commit comments

Comments
 (0)