zed icon indicating copy to clipboard operation
zed copied to clipboard

Option to wrap open tabs in the available window instead of just the current scroll on overflow

Open rranjan14 opened this issue 2 years ago • 1 comments

Check for existing issues

  • [X] Completed

Describe the feature

VS Code currently has this feature to enable tab wrapping where the open file tabs wrap and are shown. In Zed, currently, there's no support for it. Tab wrapping helps to find the open file quicker than the scrolling option. Having this feature will be pretty amazing.

If applicable, add mockups / screenshots to help present your vision of the feature

Zed: ScreenShot 2023-02-15 at 20 09 30

VS Code: ScreenShot 2023-02-15 at 20 06 38

rranjan14 avatar Feb 15 '23 14:02 rranjan14

That would be nice to have. Here is the setting on VScode for reference.

https://code.visualstudio.com/docs/getstarted/settings


  // Controls whether tabs should be wrapped over multiple lines when exceeding available space or whether a scrollbar should appear instead. This value is ignored when `workbench.editor.showTabs` is not set to `multiple`.
  "workbench.editor.wrapTabs": false,

williamdes avatar Apr 19 '24 11:04 williamdes