PyCharm Edu 2019.2 Help

Overview of the user interface

When you first run PyCharm Edu or have no project open, PyCharm Edu displays the Welcome screen. When you open a project, PyCharm Edu displays the main window.

The Main window

This is the default (out-of-the-box) IDE interface layout. Depending on the set of plugins that you install and enable, the way your IDE looks and behaves may be different.

  1. Main menu and toolbar : contain commands that affect the entire project or parts of the project, such as opening, creating a project, refactoring the code, running and debugging applications, managing files under version control and so on.

    The main toolbar duplicates the main menu's essential commands for quicker access. By default, the main toolbar is hidden. To show it, select View | Appearance | Toolbar from the main menu.

  2. Navigation bar : a quick alternative to the Project Tool Window. Use it to navigate your project and open files for editing .

    Use View | Appearance | Navigation Bar to hide or show the navigation bar. Press Alt+Home to change the focus to the navigation bar.

  3. Status bar : indicates the status of your project, the entire IDE, and shows various warning and information messages.

  4. Editor : read, create, and modify your code.

  5. Tool windows : secondary windows that provide access to project management, search, running and debugging, integration with version control systems, task description and progress, and other tasks.

Last modified: 22 January 2020