-
Notifications
You must be signed in to change notification settings - Fork 10
feat(ui): inline edit preview #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
efe7640
to
a6a4f3f
Compare
450eae2
to
be0415b
Compare
From what I've seen, Copilot currently seems to only return whole-line edits (like insert, delete, replace), not the real inline edits. But the structure returned by At the same time, I am also refactoring my plugin (nes.nvim) to implement the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we have removed the UI tests, then we need to also remove the screenshots from the folder
be0415b
to
9cdb7af
Compare
Related Xuyuanp/nes.nvim#6
Close #29