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: .github/ISSUE_TEMPLATE/feature_reqeust.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ body:
8
8
- type: markdown
9
9
attributes:
10
10
value: |
11
-
Thanks for taking the time to fill out this feature request!
11
+
Thanks for taking the time to fill out this feature request! But please firstly [post your idea in discussion](https://github.com/intitni/CopilotForXcode/discussions/new?category=ideas) so that we can discuss about it in advance.
Copy file name to clipboardExpand all lines: README.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,14 @@ For chat and prompt to code features:
67
67
68
68
## Installation and Setup
69
69
70
+
> The installation process is a bit complicated. Here is a quick overview:
71
+
>
72
+
> 1. Install the app into the Applications folder, open it once.
73
+
> 2. Enable the source editor extension.
74
+
> 3. Grant Accessibility API permission to the extension app.
75
+
> 4. Setup accounts and models in the host app.
76
+
> 5. Optionally, update the settings of each feature in the host app, and setup keybindings.
77
+
70
78
### Install
71
79
72
80
You can install it via [Homebrew](http://brew.sh/):
@@ -172,20 +180,16 @@ You can also set it to quit automatically when the above 2 apps are closed.
172
180
173
181
## Update
174
182
175
-
If the app was installed via Homebrew, you can update it by running:
176
-
177
-
```bash
178
-
brew upgrade --cask copilot-for-xcode
179
-
```
180
-
181
-
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).
182
184
183
185
After updating, please open Copilot for Xcode.app once and restart Xcode to allow the extension to reload.
184
186
185
187
If you find that some of the features are no longer working, please first try regranting permissions to the app.
186
188
187
189
## Feature
188
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
+
189
193
### Suggestion
190
194
191
195
The app can provide real-time code suggestions based on the files you have opened. It's powered by GitHub Copilot and Codeium.
@@ -302,6 +306,18 @@ This feature is recommended when you need to update a specific piece of code. So
302
306
- Polishing and correcting grammar and spelling errors in the documentation.
303
307
- Translating a localizable strings file.
304
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