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
378 stars 87 forks source link

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

Closed cquick-srs closed 2 weeks ago

cquick-srs commented 2 months 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 2 months 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 2 months 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.

richardMSFT commented 2 weeks ago

The default open behavior has been changed to open in a new tab, and "open to the side" option has been added to the context menu. This will ship with the 1.37.0 release.