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

Ability to show Problems view as a flat list #18685

Closed
martincohen opened this issue Jan 17, 2017 · 9 comments
Closed

Ability to show Problems view as a flat list #18685

martincohen opened this issue Jan 17, 2017 · 9 comments
Assignees
Labels
error-list Problems view feature-request Request for new features or functionality

Comments

@martincohen
Copy link

When I compile with cpptools, I get the problems sorted "by file" and completely lose the order that compiler used to report the errors which is essential to finding the origin of the error.

  • VSCode Version:
    1.8.1
  • OS Version:
    Windows 10

Steps to Reproduce:

  1. Compile a project with multiple files, with one syntax error (that ideally invalidates a type or struct)
  2. Open Problems view -> The errors are grouped by the file and the original order is lost.
@sandy081 sandy081 added error-list Problems view feature-request Request for new features or functionality labels Feb 27, 2017
@sandy081 sandy081 added this to the Backlog milestone Feb 27, 2017
@sandy081 sandy081 changed the title Problems are sorted by file in the problem view, which is not optimal for C/C++ compilers. Ability to show Problems view as a flat list Feb 27, 2017
@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented May 30, 2017

Yeah, for C/C++, showing the errors that occur 1st in the current translation unit is the desired result (or whatever order the compiler gives the errors).

@sandy081
Copy link
Member

@jrieken Is it possible to get the markers in the order of creation?

@jrieken
Copy link
Member

jrieken commented Sep 20, 2018

nope, they are "indexed" by resource and owner but they don't have a timestamp field on them

@sandy081
Copy link
Member

Is it possible If the user wants to view problems in the order they come into the system?

@jrieken
Copy link
Member

jrieken commented Sep 20, 2018

@sandy081 sandy081 modified the milestones: Backlog, Backlog Candidates Nov 6, 2019
@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!

@bbalp
Copy link

bbalp commented Jan 16, 2020

I understand this is an automated process to sort the issues, but if Microsoft wants VSCode to be a long term alternative to other IDE for C++, then this issue has to be in your backlog. Currently your problem view is just unusable for C++.

@vscodebot
Copy link

vscodebot bot commented Mar 6, 2020

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

@vscodebot
Copy link

vscodebot bot commented Mar 16, 2020

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Mar 16, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2020
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
Projects
None yet
Development

No branches or pull requests

5 participants