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/bug_report.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ body:
13
13
id: before-reporting
14
14
attributes:
15
15
label: Before Reporting
16
-
description: Before reporting the bug, we suggestion that you first refer to the [FAQ](https://github.com/intitni/CopilotForXcode/issues/65) to check if it may address your issue. And search for existing issues to avoid duplication.
16
+
description: Before reporting the bug, we suggestion that you first refer to the [FAQ](https://github.com/intitni/CopilotForXcode/wiki/Frequently-Asked-Questions) to check if it may address your issue. And search for existing issues to avoid duplication.
17
17
options:
18
18
- label: I have checked FAQ, and there is no solution to my issue
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/help_wanted.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ body:
7
7
id: before-reporting
8
8
attributes:
9
9
label: Before Reporting
10
-
description: Before asking for help, we suggestion that you first refer to the [FAQ](https://github.com/intitni/CopilotForXcode/issues/65) to check if it may address your issue. And search for existing issues to avoid duplication.
10
+
description: Before asking for help, we suggestion that you first refer to the [FAQ](https://github.com/intitni/CopilotForXcode/wiki/Frequently-Asked-Questions) to check if it may address your issue. And search for existing issues to avoid duplication.
11
11
options:
12
12
- label: I have checked FAQ, and there is no solution to my issue
@@ -97,6 +97,27 @@ Alternatively, you may manually grant the required permissions by navigating to
97
97
98
98
If you encounter an alert requesting permission that you have previously granted, please remove the permission from the list and add it again to re-grant the necessary permissions.
99
99
100
+
### Setting Up Key Bindings
101
+
102
+
The extension will work better if you use key bindings.
103
+
104
+
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.
105
+
106
+
A [recommended setup](https://github.com/intitni/CopilotForXcode/issues/14) that should cause no conflict is
107
+
108
+
| Command | Key Binding |
109
+
| ------------------- | ----------- |
110
+
| Accept Suggestions |`⌥}`|
111
+
| Reject Suggestion |`⌥{`|
112
+
| Next Suggestion |`⌥>`|
113
+
| Previous Suggestion |`⌥<`|
114
+
| Open Chat |`⌥"`|
115
+
| Explain Selection |`⌥\|`|
116
+
117
+
Essentially using `⌥⇧` as the "access" key combination for all bindings.
118
+
119
+
Another convenient method to access commands is by using the `⇧⌘/` shortcut to search for a command in the menu bar.
120
+
100
121
### Setting Up GitHub Copilot
101
122
102
123
1. In the host app, switch to the service tab and click on GitHub Copilot to access your GitHub Copilot account settings.
@@ -281,26 +302,6 @@ For Send Message, Single Round Dialog and Custom Chat commands, you can use the
281
302
|`{{active_editor_file_url}}`| The URL of the active file in the editor. |
282
303
|`{{active_editor_file_name}}`| The name of the active file in the editor. |
283
304
284
-
## Key Bindings
285
-
286
-
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.
287
-
288
-
A [recommended setup](https://github.com/intitni/CopilotForXcode/issues/14) that should cause no conflict is
289
-
290
-
| Command | Key Binding |
291
-
| ------------------- | ----------- |
292
-
| Get Suggestions |`⌥?`|
293
-
| Accept Suggestions |`⌥}`|
294
-
| Reject Suggestion |`⌥{`|
295
-
| Next Suggestion |`⌥>`|
296
-
| Previous Suggestion |`⌥<`|
297
-
| Open Chat |`⌥"`|
298
-
| Explain Selection |`⌥\|`|
299
-
300
-
Essentially using `⌥⇧` as the "access" key combination for all bindings.
301
-
302
-
Another convenient method to access commands is by using the `⇧⌘/` shortcut to search for a command in the menu bar.
303
-
304
305
## Plus Features
305
306
306
307
The pre-built binary contains a set of exclusive features that can only be accessed with a Plus license key. To obtain a license key, please visit [this link](https://intii.lemonsqueezy.com/checkout/buy/298a8d4c-11fb-4ecd-b328-049589645449).
0 commit comments