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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,14 @@ Whenever you stop typing for a few milliseconds, the app will automatically fetc
144
144
- Real-time Suggestions: Call only by Copilot for Xcode. When suggestions are successfully fetched, Copilot for Xcode will run this command to present the suggestions.
145
145
- Prefetch Suggestions: Call only by Copilot for Xcode. In the background, Copilot for Xcode will occasionally run this command to prefetch real-time suggestions.
146
146
147
+
#### Keyboard Shortcuts
148
+
149
+
| Shortcut | Description |
150
+
|:---:|---|
151
+
|`⌘W`| Cancel. |
152
+
|`⌘↩︎`| Accept suggestion. |
153
+
|`⇧↩︎`| Add new line. |
154
+
147
155
### Chat
148
156
149
157
This feature is powered by ChatGPT. Please ensure that you have set up your OpenAI account before using it.
@@ -157,7 +165,13 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
157
165
- Chat with Selection: Open a chat window, if there is a selection, the selected code will be added to the prompt.
158
166
- Explain Selection: Open a chat window and explain the selected code.
159
167
160
-
Chat commands are not available in comment mode.
168
+
#### Keyboard Shortcuts
169
+
170
+
| Shortcut | Description |
171
+
|:---:|---|
172
+
|`⌘W`| Close the chat. |
173
+
|`⌘M`| Minimize the chat, you can bring it back with any chat commands or by clicking the circular widget. |
0 commit comments