microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.21k stars 515 forks source link

Feature Request: Add filter/search menu for in the Docker explorer view #4107

Closed medchedli closed 2 months ago

medchedli commented 1 year ago

Motivation

The VS Code Docker extension is a great tool for managing Docker assets, but it can be difficult to find the image or container you're looking for when you have a large number of images. This is especially true if you're working on a project with multiple Dockerfiles.

Description

I propose adding a search or filter button to the VS Code Docker extension. This would allow users to quickly and easily find the image or container they're looking for by name, tag, or other criteria. One simple approach would be to add a search bar to the Docker Explorer view. Users could then enter the name, tag (running or stopped container) or other criteria they're looking for, and the Docker Explorer view would filter the list of images or containers accordingly.

bwateratmsft commented 1 year ago

This is already possible by using Ctrl+F

bwateratmsft commented 2 months ago

Reopening based on https://github.com/microsoft/vscode-docker/issues/4340

danegsta commented 2 months ago

It looks like the hotkey was changed at some point; ctrl+alt+f is the current default Windows hotkey for searching in a pane (I'm assuming cmd+alt+f on Mac).