microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
370 stars 85 forks source link

Open Storage Containers In Tabs instead of Splitting the window #8181

Open cquick-srs opened 1 week ago

cquick-srs commented 1 week ago

Preflight Checklist

Problem

When browsing all storage containers and then clicking on a storage container, the window is suddenly split.

Desired Solution

It would be nice to have an option on the way to open a storage container. For the majority of my workflows, I only need to open the storage container within a new tab. The split view is causing extra steps and makes it frustrating to use storage explorer.

Alternatives and Workarounds

Even if this were an advanced option by right clicking on the container and choosing open as new tab in this pane.

Additional Context

No response

craxal commented 1 week ago

VS Code has an "Open to the Side" option. We could consider gradually adding that in all other places we have Open commands.

cquick-srs commented 6 days ago

That would be fine. It's just the default behavior of opening to the side at all times quickly fills up the interface with split panes, which can be challenging if working in multiple storage containers. The tabs are easier to navigate in that scenario.