-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Feature request: Filter/group items by type in the problems tab #41114
Comments
Let us know if this ever gets implemented, because I think we would need to change our Diagnostic results to result a "source". VS 2017 allows error list source filter/sorting. UPDATE: Our next C/C++ release should tag the source as "C/C++", but there doesn't seem to be a way to filter based on that yet. |
I'd like this feature too. |
I am same request also. Also would be good if we could hide also feedback and notification icons on right bottom corner. |
Please do not mark/close this as a duplicate. It's not. The other threads mostly talk about file.exclude; that's not what we want. We want the ability to show/hide/filter by problem type. I get tons of messages about PowerShell vars being "assigned but never used," because they're used in other scripts that dot-source the definitions. VS Code doesn't realize this and is constantly warning me and green-lining things. |
@cmcit-bferg The message filtering could implemented by the PowerShell extensions itself. That's on our TODO list for the C/C++ extension. |
This is a MUST HAVE feature! Implement it ASAP! There should be a toggle button for turning warnings on and off in the editor, not in third party plugins. |
FWIW, this is a pretty major pain point. My developer workflow is along the lines of:
I don't know how I can do that with VS Code, because of its intermixing of categories. All I want is another level to the tree, with all errors before all warnings before all informational items. |
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. |
I know this is not a real fix, but as workaround, type the following in the Problems View filter (top right of the panel): |
Agreed that filtering problems by type is a valid request but do not see a good reason for grouping (if given that filtering is supported). Hence this is accepted for filtering and there is an issue already for that. Hence making this a duplicate. |
I find it unfortunate to mix intellisense/lint errors and build errors/warnings in the "Problems" tab. I might have several multi-root folders in my workspaces, some with broken intellisense include paths and others without. I would still want to be able to build a single project, and only attend to the build specific compilation errors in the "Problems" tab.
Currently it is annoying to expand/collapse, scroll and search though the interleaved items when solving build errors (compiler/linker/...).
Would it be possible to either:
Possibility to navigate the problem items by type would also be great. For instance by binding keys to next/previous item by type.
Related issues:
microsoft/vscode-cpptools#1398
microsoft/vscode-cpptools#1286
#39604
Thanks!
The text was updated successfully, but these errors were encountered: