[design bug] Make the search filter of debug console more protruding/visible
See original GitHub issueThere was I stuck in the VSCode because I didn’t realize I had the search filter on for a few weeks. Had the filter been more catchy, it wouldn’t happen. See more here: https://github.com/Dart-Code/Dart-Code/issues/3536#issuecomment-918262945
For instance, make the Showing 4 of 404
button in a different — highlighted (i.e. yellow) color. Currently that grey “button” blends with its background.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Flutter - how to filter debug console in vscode - Stack Overflow
Debug console now supports filtering. This should make it easier for users to find the output they are looking for in the Debug...
Read more >Filter Console messages - Microsoft Edge Development
In this article. Use the filter options of the DevTools Console to reduce the noise from excessive console log messages, to better see...
Read more >Arma 3: Debug Console - Bohemia Interactive Community Wiki
0.54 The Debug Console is an editing tool that provides scenario designers with the ability to observe variables and to execute code on...
Read more >Developer Console Debug Menu - Salesforce Help
Need help? Find more resources or connect with an expert. Get Support. Powered by Experience Cloud. © Copyright 2022 Salesforce, Inc.
Read more >Reduce log verbosity in Xcode debugger - Apple Developer
Specifically, can I filter to specific subsystems and / or exclude DEBUG logs using ... I especially like the fact that Console can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve been thinking about a couple of ideas, let me know what you all think!
The first idea was that we could be consistent with how the filtering shows up in the Problems view. The filtered text is bolded and highlighted.
The second idea was that we could bring the search down to its own row, taking up the whole width, similar to what we see in Keyboard shortcuts and the sidebar search. It could also be helpful when the window is wider since the search won’t be all the way to the right while the results are left-aligned.
I just noticed that the Problems view shows this when there are no matches. The debug console is only empty. Would it have helped in your case, or was there pretty much always some match, as in your screenshot?