Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open two terminal windows in IntelliJ IDEA, PyCharm?

Is it possible to open two terminal windows in IntelliJ IDEA (or in any other IDE based on it, like PyCharm)?

like image 946
Max Malysh Avatar asked Nov 19 '15 14:11

Max Malysh


People also ask

How do I open two terminals in PyCharm?

To run multiple sessions inside a tab, right-click the tab and select Split Right or Split Down in the context menu. The Terminal saves tabs and sessions when you close the project or PyCharm.

How do I open two Windows side by side in IntelliJ?

In the Project tool window, right-click a file and select Open in Right Split from the context menu (or press Shift+Enter ). IntelliJ IDEA will open a file in the split on the right of the editor. If there are two splits and focus is in the left split, the file will be opened in the existing right split.

How do I open another terminal in IntelliJ?

Press Alt+Right and Alt+Left to switch between active tabs. Alternatively, you can press Alt+Down to see the list of all terminal tabs.

How do I open multiple consoles in IntelliJ?

Opening Multiple Terminal Sessions For this, we can split our terminal window by right-clicking on it and selecting one of the options so that we can run two in the same window. For example, you can open up the mongo shell in this split window and can see if the commands have any impact on the running server.


2 Answers

In case of terminal toolbar status, you can do one of these options enter image description here

Also after that you can drag them as tabs and let them be side by side.

like image 54
Ahmad Behzadi Avatar answered Sep 20 '22 08:09

Ahmad Behzadi


You can open multiple tabs and then use the mouse drag them out into the editor area. Then you may want to split the editor vertically to have two consoles side by side. Or you could use one terminal in the tool window and the other up in the editor area.

like image 32
Bas Leijdekkers Avatar answered Sep 20 '22 08:09

Bas Leijdekkers