-
Notifications
You must be signed in to change notification settings - Fork 39.7k
Offer "Expand All" in Comments view #172539
Copy link
Copy link
Closed
Labels
commentsComments Provider/Widget/Panel issuesComments Provider/Widget/Panel issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
commentsComments Provider/Widget/Panel issuesComments Provider/Widget/Panel issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
The Comments view provides a Collapse All button to collapse all rows in the view so that only filenames remain visible.
vscode/src/vs/workbench/contrib/comments/browser/commentsView.ts
Line 452 in d132035
When all rows are collapsed, there is no corresponding Expand All button to see the conversations for each file at a glance; our users are asking for one.
#85428 implemented this kind of functionality for the Search view. For the Comments view, it should be simpler, since there is only a single level of nesting.
We would be happy to contribute a PR if this sounds like a useful addition.
cc @JonasMa @laurentlb