CodeEditApp/CodeEdit

✨ Terminal Utility: Tabs & Split View

Open

#379 创建于 2022年4月2日

在 GitHub 查看
 (23 评论) (2 反应) (1 负责人)Swift (22,856 star) (1,165 fork)batch import
enhancementgood first issue

描述

Describe the solution you'd like

Being able to have more than one shell in a project would be great.

Please note the following behaviors:

  • The plus icon adds a new terminal tab (not in a group).
  • The minus button closes the selected tab.
  • Press the delete key while terminal tab sidebar is in focus to close the selected tab.
  • Drag an ungrouped terminal tab on top of another ungrouped terminal tab to create a group.
  • Drag an ungrouped terminal tab into an existing group to add it to that group.
  • Drag a terminal tab within a group to reorder it.
  • Drag a grouped terminal tab to another group to move it to another group.

Describe alternatives you've considered

Here are some examples of how it handles Webstorm:

https://user-images.githubusercontent.com/806104/161374050-7e8cc0b5-e731-49a3-a7de-6fd41328adea.mp4

Additional context

Depends on

  • #350

贡献者指南