Skip to content
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

Improving Code Suggestion Experience in IDE During Code Review #338

Open
runjinz opened this issue Apr 16, 2024 · 0 comments
Open

Improving Code Suggestion Experience in IDE During Code Review #338

runjinz opened this issue Apr 16, 2024 · 0 comments
Assignees
Labels
enhancement P0 Urgent and, hopefully, important

Comments

@runjinz
Copy link

runjinz commented Apr 16, 2024

Hello there,

I've been working with the code review feature and found that the experience of applying code suggestions within the IDE could be much improved. Specifically, when a code suggestion is provided, it's challenging to directly apply it due to the diff format. The addition (+) and deletion (-) prefixes in the diff format make it tricky to select and apply the suggestions directly without manually editing these out.

This issue leads to a less efficient code review process, as developers have to spend additional time manually adjusting the suggestions instead of being able to apply them with a single click or command. Improving this could greatly enhance the developer's experience by making code reviews faster and more seamless.

Possible Improvement:

  • Is it possible to implement a feature that automatically strips these prefixes or offers a 'clean' version of the code suggestion that can be applied directly in the IDE?
  • Alternatively, providing an 'Apply Suggestion' button or command in the IDE that could handle this automatically would also be a significant improvement.

I believe enhancing this aspect of the code review process could significantly benefit many developers by making code integration during reviews quicker and less error-prone.

Thank you for considering this enhancement.

img_v3_029t_694e5d15-9ca6-43aa-97a2-96c7f1759a2g

@runjinz runjinz added P0 Urgent and, hopefully, important enhancement labels Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement P0 Urgent and, hopefully, important
Projects
None yet
Development

No branches or pull requests

2 participants