Open ppseprus opened 2 years ago
If focus is on the tree and you start typing, focus should already be moving to the first matching item. Aren't you seeing that happen?
Hey @gjsjohnmurray,
Im not talking about focusing on the items I'm looking for.
I'm talking about the search/highlight feature that is now, since 1.70.0
, moved behind a command+f shortcut.
https://code.visualstudio.com/updates/v1_70#_tree-find-control
It would be great to be able to opt-out and have the original implementation in place: when a tree-view is in focus, if the user starts typing, the Tree Find widget (or whatever its name) is popping up, and matches are highlighted.
@ppseprus yes, I am aware of that change. Let's see what @joaomoreno says about your request.
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Hey @joaomoreno!
Is this voting open for the public? How / where can I track this?
Thanks!
Sure. Voting is thumbs up on the first post. Tracking this is subscribing to the issue.
Thanks @joaomoreno
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Background: Pre
1.70.0
, it was possible to simply start typing in tree views to trigger the Tree Find feature. That was changed by said version, and now the feature is hidden behind a shortcut.Feature: A true/false option that allows the user to avoid pressing the key combination. Search and highlight are triggered by simply starting to type in the Tree view.