Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I save groups of open tabs in IntelliJ?

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.

like image 467
orbfish Avatar asked Mar 01 '15 23:03

orbfish


People also ask

How do I increase the number of open files in IntelliJ?

IntelliJ IDEA limits number of tabs that you can open in the editor simultaneously (the default tab limit is 10). In the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Editor | General | Editor Tabs. In the Tab closing policy section, adjust the settings according to your preferences and click OK.

How do I open multiple tabs in IntelliJ?

Split a single file into multiple tabsRight-click a tab and choose Split Right or Split Down. Choose Window | Editor Tabs | Split Right/Split Down from the main menu.

How do I set tab space in IntelliJ?

In IntelliJ IDEA, to convert existing tabs to spaces or vice versa, use File → Edit → Convert Indents → To Spaces (or To Tabs). The Reformat code shortcut Ctrl + Alt + L will also do this, while applying other changes.


1 Answers

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.

like image 140
yole Avatar answered Sep 27 '22 18:09

yole