-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Comments
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. |
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. |
NEED THAT TOO! |
I need this too!!!! |
Me too ^-^ |
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. |
I am looking forward to have this!! |
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. |
this would be VERY useful and without it it's almost impossible to work on a large project |
This is very helpful for some python project with special tricks, which cannot be understood by IntelliSence. |
need this too. |
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. |
Well, thought about that but not got approved in our UX. |
@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? |
I would probably wait for the feedback before rushing/ |
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 |
But this filter won't affect errors / warnings / infos counter, which is still pretty annoying. |
I propose buttons to hide errors and/or warnings and/or infos in Problems Panel - like in browsers devTools console.
The text was updated successfully, but these errors were encountered: