Multirow Tabs for VSCode

后端 未结 5 952
暖寄归人
暖寄归人 2020-12-23 16:18

I commonly have 10+ tabs open per editor window which makes it tedious to scroll back and forth (or use ctrl+tab) to find the file I want.

Is there any way to have th

5条回答
  •  庸人自扰
    2020-12-23 16:31

    Since multirow tabs are still not officialy supported in VSCode, I wanted to bring a feature request to your attention that I just posted on their github. Instead of always wrapping tabs to a new row I propose to have them laid out on rows that are completely independent from each other. The user decides, they can mix short rows with long rows that still require scrolling. See the details here:

    github.com/microsoft/vscode/issues/80510

    My proposed solution certainly requires more work than unceremoniously wrapping tabs to a new row but in return it lets the user organize their tabs in a way that could increase productivity.

提交回复
热议问题