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

Make comment editor expandable #110403

Closed
mcamou opened this issue Jun 17, 2019 · 2 comments · Fixed by #193668
Closed

Make comment editor expandable #110403

mcamou opened this issue Jun 17, 2019 · 2 comments · Fixed by #193668
Assignees
Labels
comments Comments Provider/Widget/Panel issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-testplan

Comments

@mcamou
Copy link

mcamou commented Jun 17, 2019

Sometimes when adding a comment you need more than 4 lines (e.g. when adding a suggestion). In this case, browsing the code in your suggestion 4 lines at a time is really not practical, so I end up submitting the comment to see it whole, then editing it again.

It would be nice to be able to "grow" the comment field, either with the mouse (click and drag the bottom-right corner of the field) or if it automatically grew depending on the length of the comment.

@mcamou mcamou changed the title Allow for longer comments Increase the number of lines in the comment field Jun 17, 2019
@GeorgeWL
Copy link

should be pretty easy to do too, the html textarea element used in this ui component has that as a behaviour which can be enabled.

@alexr00 alexr00 transferred this issue from microsoft/vscode-pull-request-github Nov 11, 2020
@alexr00 alexr00 added the comments Comments Provider/Widget/Panel issues label Nov 11, 2020
@rebornix rebornix added the feature-request Request for new features or functionality label Nov 11, 2020
@rebornix rebornix added this to the Backlog milestone Nov 11, 2020
@RMacfarlane RMacfarlane removed their assignment May 12, 2021
@rebornix rebornix assigned alexr00 and unassigned rebornix Dec 2, 2022
@nilehmann
Copy link

Any updates on this? the small box is almost unusable

@alexr00 alexr00 modified the milestones: Backlog, September 2023 Sep 8, 2023
@joaomoreno joaomoreno changed the title Increase the number of lines in the comment field Make comment editor expandable Sep 12, 2023
alexr00 added a commit that referenced this issue Sep 21, 2023
alexr00 added a commit that referenced this issue Sep 21, 2023
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Sep 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
comments Comments Provider/Widget/Panel issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-testplan
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants