Xcode Key Bindings #103
KieranConlon
started this conversation in
Ideas
Replies: 1 comment
-
This helped, thank you @KieranConlon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the addition of the new GPT chat feature, I have been trying out some Xcode key bindings to access this feature.
I did add my suggestions to the related issue, but being a closed issue, I don't suppose it will be seen - so just re-posting here.
I'm using a English-UK keyboard layout, so these bindings probably don't work for everyone; what key bindings are you using?
New key bindings for the GPT chat feature:
CoPilot -> Chat with Selection: ⌥"
CoPilot -> Explain Selection: ⌥|
Again, using ⌥⇧ as the "access" key combination for these bindings.
The rationale for these bindings...
Chat: Using the 'quote' symbol for starting an OpenAI chat session has an analogy to starting a conversation with OpenAI where the initial question is about the selected (or quoted) text.
Explain: Using the 'pipe' symbol for starting an OpenAI session to explain the selected code has an analogy with command line tools (e.g. grep) for 'piping' text to another command so that additional processing of the code/selection can happen.
These bindings do not seem to conflict with standard key bindings used on Xcode.
Beta Was this translation helpful? Give feedback.
All reactions