-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
"Normal" filtering input for trees #70646
Comments
To add my 2 cents- you really need to restore the search boxes. The filtering ability you guys added for trees is a nice idea but is absolutely horrible from a UX perspective. It has zero discoverability. And even once you know it exists, it still sucks because you have to give the tree focus by clicking somewhere random inside of it before typing. You can't possibly expect all your users to dig through documentation to learn how to perform a basic search. A good rule of thumb for UX design is that if you're doing something no other application does, there's probably a reason why that is (and not because it's a great idea- people have been building GUIs for decades- there are precious few "undiscovered" UI paradigms left). |
I agree. Added to which, for whatever reason 'Filter on Type' doesn't seem to work for me at all. Possibly one of my extensions is interfering with it but regardless, the old search box was much more user-friendly. Can it at least be an option? |
+1 From me...I had to search through github tickets to find out that 1. it was removed and 2. how to access that functionality. As it is now it's completely intuitive. |
desperate for a filter box in outline when writting Vue. |
+1 - VS Code's Vim seems to eat my keyboard input, rendering this feature unusable. Please bring back a text box so that this works again. ❤️ |
This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
Yes. Please re-open. |
Looking forward this feature in the next release:) |
The issue is closed not because it was fixed. It won't happen in the next release. |
Hi Alex, I think many people are waiting for the return back of this feature. |
This is a must for me, filter on type feels so clumsy, the behaviour is unpredictable as you have to guess when you have the focus (sometimes you don't and you're editing the file instead of searching), you can't edit a character in the middle if you mistyped. Along with #66971 this issue would bring a big boost in productivity. |
I wonder how many people read the release notes for v1.64, which includes an animation on how to move the outline to the new side panel, did it, though "oooh, cool this might be useful" followed by a "wait, how the hell do I search for a method in this panel?" (and that's the story of how I got here). |
This "filter on type" is so cumbersome, especially when using the Vim extension. I have to click on the "Outline" section header to give it focus but not move my cursor. I have to click it again because if it the panel was already open, the previous click collapses the panel. Now outline has focus, but I've got to 1) make sure Outline still has focus and 2) type PLEASE at least make the filtering input box an option! |
It would be very useful to be able to search/filter the entire File Explorer tree (or the tree within a specific folder) based on filename/extension; being able to type something like **/*.js or a regexp like .jsx?$ and see all the files in the whole tree (or tree within a folder) whose filename match that. |
is this feature no more working with |
I'll answer myself. There was an update. And the way it works now is by https://code.visualstudio.com/updates/v1_70#_tree-find-control Official doc wasn't updated on that regard. |
Doc update PR: microsoft/vscode-docs#5588 |
Issue Type: Feature Request
https://code.visualstudio.com/updates/v1_31#_new-tree-widget
Is it possible to replace current filtering feature with an ordinary input element?
simple
navigation and still filter itemsworkbench.list.automaticKeyboardNavigation
&list.toggleKeyboardNavigation
undo
filter disappeared on outline view #70095
Performing a search on Outline #70640
Filter box in Outline has dissapeared in Release 1.32.3 #70605
Search field in structure side panel #70575
Search input field missing in new outline in Code 1.32.1 #70038
Yeah, you can tell those people where to find the "filter on type" feature, but all the new users potentially would never even know that it exists.
The text was updated successfully, but these errors were encountered: