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

can't copy multiple 'problems' #25290

Closed
davidmaxwaterman opened this issue Apr 25, 2017 · 11 comments
Closed

can't copy multiple 'problems' #25290

davidmaxwaterman opened this issue Apr 25, 2017 · 11 comments
Assignees
Labels
error-list Problems view feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@davidmaxwaterman
Copy link

  • VSCode Version:
    1.11.2

  • OS Version:
    windows 10 CU

Steps to Reproduce:

  1. produce multiple 'problems'
  2. attempt to select multiple problems

Expect:
I expect to be able to select all/multiple problems in the problems pane, in the normal ways - ie by selecting one, and shift-select another and ctrl-c; or by ctrl-a, ctrl-c

@sandy081 sandy081 added error-list Problems view feature-request Request for new features or functionality labels Apr 26, 2017
@sandy081 sandy081 added this to the Backlog milestone Apr 26, 2017
@shrikantkunte
Copy link

shrikantkunte commented Feb 15, 2019

I have the same issue. Any update on this? Is there any workaround for now?

@vscodebot
Copy link

vscodebot bot commented Jan 15, 2020

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@SgtPooki
Copy link

23 as of now. let's get it moved over =)

@vscodebot
Copy link

vscodebot bot commented Jan 21, 2020

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodebot vscodebot bot modified the milestones: Backlog Candidates, Backlog Jan 21, 2020
@renanlq
Copy link

renanlq commented Sep 13, 2021

Any updates?

@ArturoDent
Copy link

A partial solution, as which individual problems are selected in the problems tree is not exposed in the extension api, is Problems:Copy. You can copy them all - filtered by severity - or copy by active editor.

See more at #133408 (comment)

@sandy081
Copy link
Member

You can now select multiple problems and copy them

image

You can also select the file/resource and copy all problems in that file

image

You can also copy all problem using the context menu in the empty area

image

@sandy081 sandy081 modified the milestones: Backlog, October 2021 Oct 22, 2021
@sandy081 sandy081 added the verification-needed Verification of issue is requested label Oct 22, 2021
@bpasero
Copy link
Member

bpasero commented Oct 26, 2021

I don't really understand why "Copy Message" does not work.

@bpasero bpasero added the verified Verification succeeded label Oct 26, 2021
@sandy081
Copy link
Member

If you mean why Copy Message is not supported for multi select - because this command just copies the message and I think it does not make sense just to copy multiple messages without other information like file, source, etc.,

@bpasero
Copy link
Member

bpasero commented Oct 27, 2021

@sandy081 but then shouldn't the command be disabled when I select multiple? And why not allow to copy multiple messages, maybe I need all messages to show a colleague?

Besides, what is the use case for being able to copy the error message as JSON?

@sandy081
Copy link
Member

Copy command copies the selected error completely as a JSON object and it was there from beginning. Now Copy on multi select just copies all of them as an array. I think use case is quite obvious as of Copy command. I would like to copy all problems and report them in an issue.

I checked at other places (like in explorer) and we are not disabling the command which can execute on selected active resource. I followed the same for consistency instead of disabling.

And why not allow to copy multiple messages, maybe I need all messages to show a colleague?

Yeah may be.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
error-list Problems view feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

8 participants
@bpasero @davidmaxwaterman @SgtPooki @sandy081 @renanlq @ArturoDent @shrikantkunte and others