Replies: 1 comment 1 reply
-
I was actually messing with implementing something like this, i think its good idea. also maybe this will be better as an issue than discussion? I can create one probs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new diff functionality is awesome. It would be very useful to open a new buffer with the proposed file if Copilot provides it. The only required thing would be to create a buffer with the file in a vertical split with the file proposed by Copilot. With that, the user can do a :windo diffthis in the same way we do for git conflicts or other stuff.
I usually do that with the copilot buffer, it's a bit messy but it allows me to easily apply changes with
do
ordp
:Beta Was this translation helpful? Give feedback.
All reactions