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
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ For chat and prompt to code features:
69
69
70
70
> The installation process is a bit complicated. Here is a quick overview:
71
71
>
72
-
> 1. Install the app into the Applications folder.
72
+
> 1. Install the app into the Applications folder, open it once.
73
73
> 2. Enable the source editor extension.
74
74
> 3. Grant Accessibility API permission to the extension app.
75
75
> 4. Setup accounts and models in the host app.
@@ -180,20 +180,16 @@ You can also set it to quit automatically when the above 2 apps are closed.
180
180
181
181
## Update
182
182
183
-
If the app was installed via Homebrew, you can update it by running:
184
-
185
-
```bash
186
-
brew upgrade --cask copilot-for-xcode
187
-
```
188
-
189
-
Alternatively, You can use the in-app updater or download the latest version manually from the latest [release](https://github.com/intitni/CopilotForXcode/releases).
183
+
You can use the in-app updater or download the latest version manually from the latest [release](https://github.com/intitni/CopilotForXcode/releases).
190
184
191
185
After updating, please open Copilot for Xcode.app once and restart Xcode to allow the extension to reload.
192
186
193
187
If you find that some of the features are no longer working, please first try regranting permissions to the app.
194
188
195
189
## Feature
196
190
191
+
> Files in gitignore will not receive suggestion. Both chat and prompt to code feature will not have access to them unless you manually select code from them.
192
+
197
193
### Suggestion
198
194
199
195
The app can provide real-time code suggestions based on the files you have opened. It's powered by GitHub Copilot and Codeium.
@@ -310,6 +306,18 @@ This feature is recommended when you need to update a specific piece of code. So
310
306
- Polishing and correcting grammar and spelling errors in the documentation.
311
307
- Translating a localizable strings file.
312
308
309
+
#### Prompt to Code Scope
310
+
311
+
The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.
0 commit comments