Skip to content

Search in folder when Cmd/Ctrl+Shift+F is invoked on a folder in sidebar  #61410

@borekb

Description

@borekb

When I press Cmd/Ctrl+Shift+F and a focus is currently on some folder in the Explorer sidebar, it would be nice to automatically scope the search to that folder. It's currently achievable by putting this to keybindings.json:

    {
        "key": "cmd+shift+f",
        "command": "filesExplorer.findInFolder",
        "when": "explorerViewletVisible && filesExplorerFocus"
    },

but I think it would be a nice little improvement to do that automatically.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiessearchSearch widget and operation issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions