How can I save groups of open tabs in IntelliJ?

后端 未结 1 1288
梦谈多话
梦谈多话 2021-02-06 21:32

How can I save a set of open tabs in IntelliJ, so that I can switch between Git branches and bring up sets of working files for each?

Thank you.

1条回答
  •  感情败类
    2021-02-06 22:02

    You can save a context, which includes a set of open tabs along with some other information such as the active run configurations. Use Tools | Tasks & Contexts | Save Context... to save a context, and the corresponding Load Context... action to switch to a saved context.

    0 讨论(0)
提交回复
热议问题