-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
New explorer: allow to filter by path #67988
Comments
Yes ! And might I add the request to allow wildcards? In python modules can be a file being able to filter on |
Related to #66971. |
I've seen this feature requested multiple times, closed as duplicates of other issues not quite the same, promised and, apparently delivered. Nevertheless, in the latest VSCode you can't filter the explorer. What's the status with this? Just to be clear: I want to filter the explorer tree (by filename, path) not run a search. |
OK, thanks. That's a quirky feature - not at all what I want. I'd like to place a feature request for a simple search box which filters by path and hides (not highlights) whatever doesn't match the filter (e.g. *.js to show only JavaScript files). Does such a feature request exist? I surfed through a dozen or so similar and found nothing matching. |
guys please help 🙏🙏, how to disable this sidebar filter? Can't find solution anywhere. It interfere with usual shortcuts as 'a' - add file etc. |
@adarrra use this setting please "workbench.list.keyboardNavigation": "simple" |
To disable it:
|
+1 to what @hvdklauw is describing. Has there been any traction on this? or is there another feature request I could follow along for progress? To reiterate the filtering I am picturing, the filter would search the entire file path and not just the visible name. Filtering on
Said differently, the results of the filter would display
thanks |
Edit: I found that to disable this in version 1.71, you need the keybinding:
|
@bradonomics this doesn't seem to be related to the subject of this issue. I suggest you see #148536 (comment) and add a comment there, where perhaps @joaomoreno will respond even though that issue is closed (but not locked). |
May I ask why this keybinding begins with |
The |
{
"key": "ctrl+f",
"command": "-list.find",
"when": "listFocus && listSupportsFind"
} adding this to but open "Keyboard Shortcuts" and search for |
This would be an amazing feature to have: allow to type a path (relative) which makes the file explorer narrow down by exactly that path, e.g.:
Maybe trees should be allowed to opt into this behaviour which is, when you type a
/
or\
as part of the filter, it also respects the resource path of the element if it has any.//cc @joaomoreno
The text was updated successfully, but these errors were encountered: