Open a new window in PyCharm: Click the "File" menu > "New" > "Window". Select an item to open (optional). A new window will open containing a new editor area and menu bar.
How to open a new window in PyCharm
PyCharm allows you to work on multiple windows simultaneously projects or files to increase your productivity. Here are the steps to open a new window:
-
Click the "File" menu: In the main PyCharm window, click the "File" menu in the upper left corner of the menu bar.
-
Select "New Window:" In the drop-down menu, hover over the "New" submenu and select "Window."
-
Select project (optional): If you want to open a specific project in a new window, select the project in the New Project dialog box and click Open " button. Otherwise, a new window will open with a blank project.
-
New window opens: PyCharm will open a new window containing a new editor area and menu bar. You can now work on different projects or files in new windows.
-
Close new window: To close a new window, click the "Close" button ("x" symbol) on the window title bar.
Tip:
- On Windows and Linux systems, you can also use the keyboard shortcut "Ctrl Shift N" to open a new window .
- On macOS, you can use the keyboard shortcut "Cmd Shift N" to open a new window.
- You can easily switch between multiple windows by using the "Alt Tab" or "Cmd Tab" (macOS) key combination.
The above is the detailed content of How to open a new window in pycharm. For more information, please follow other related articles on the PHP Chinese website!