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

Buttons to hide errors and/or warnings and/or infos in Problems Panel - like in browsers devTools console #47354

Closed
lukaszpolowczyk opened this issue Apr 6, 2018 · 18 comments · Fixed by #83797
Assignees
Labels
error-list Problems view feature-request Request for new features or functionality on-testplan
Milestone

Comments

@lukaszpolowczyk
Copy link

I propose buttons to hide errors and/or warnings and/or infos in Problems Panel - like in browsers devTools console.

@wwwillchen
Copy link

This would be very helpful because I'm currently working on migrating a legacy codebase from Javascript to Typescript and frequently see hundreds of warnings (e.g. from TSlint) & errors (e.g. from TS compiler) and it's very helpful to focus on the errors and not the warnings, at least some times.

@moocat
Copy link

moocat commented Apr 4, 2019

I've started using VS Code with Java, which displays TODOs as infos, so an ability to easily hide the infos in the Problems Panel would indeed be extremely helpful.

@HarveyTvT
Copy link

NEED THAT TOO!
currently im working on java projects with vs code, but it keeps warning me (600+ times) that a class does not declare serialVersionUID...

@Mike-the-one
Copy link

I need this too!!!!

@Matix-Media
Copy link

Me too ^-^

@nbarbettini
Copy link

Working on a big C# codebase with a similar situation: plenty of warnings I'll eventually clean up, but for now I want to filter/hide those and only see errors. Visual Studio has separate toggles for info, warning, error - that would be a nice pattern here.

@madalinpopa
Copy link

I am looking forward to have this!!

@ezekielcodisto
Copy link

This feature is useful also if you are working on legacy code. In my case, I'm adding E4X code in my Javascript file and errors just pop up even though the code is really working upon running it.

@lfarkas
Copy link

lfarkas commented Sep 25, 2019

this would be VERY useful and without it it's almost impossible to work on a large project

@plus2047
Copy link

This is very helpful for some python project with special tricks, which cannot be understood by IntelliSence.

@JettChenT
Copy link

need this too.

@sandy081
Copy link
Member

sandy081 commented Nov 7, 2019

One of the approaches to filter by type is shown below. Thanks @tfenster for the PR. Please try it out and provide us the feedback.

image

@MeikTranel
Copy link

Is it possible to have specific buttons for Errors, Warnings and Infos instead of a dropdown?

As seen below on a "regular" 16:9 1080p monitor theres a lot of unused screenspace left to work with and specific button with a visible toggle state for each type would help avoid missing messages because one has forgotten to reenable all options for this. Visual Studio does do a great job with their implementation.
image

@sandy081
Copy link
Member

Well, thought about that but not got approved in our UX.

@tfenster
Copy link
Contributor

@sandy081 as you know, I would also prefer separate buttons. Would an implementation with a setting "show separate buttons" (default false) have a chance to get past your UX team?

@sandy081
Copy link
Member

I would probably wait for the feedback before rushing/

@tfenster
Copy link
Contributor

tfenster commented Nov 25, 2019

sure, I wouldn't do anything before knowing whether it has a chance or not

Maybe to clarify: I would be happy to provide a PR for that

@escape0707
Copy link

But this filter won't affect errors / warnings / infos counter, which is still pretty annoying.
Btw, I'm using imported classes source files from a book's website which their codebase have some deprecated usage of language standard libraries APIs.

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 on-testplan
Projects
None yet
Development

Successfully merging a pull request may close this issue.