PyCharm 2018.2 Help

Guided Tour Around PyCharm User Interface

Here you can learn how the PyCharm user interface is organized to help you find your way through your working environment.

When you first run PyCharm, or have no open project, PyCharm displays the Welcome screen which enables quick access to the major entry points. When a project is opened, PyCharm displays the main window.

PyCharm's main window consists of logical areas, which are shown on the picture below, marked with numeric labels:

py mainWindow
  1. Main menu and toolbar — contain commands that affect the entire project or large portions of it, such as opening, creating project, refactoring the code, running and debugging applications, keeping files under version control and more.

    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 | 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 | Navigation Bar to hide or show the navigation bar; press Alt+Home to bring the application 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  — here you can read, create, and modify your code.

  5. Tool windows — secondary windows that provide access to various specific tasks (project management, search, running and debugging, integration with version control systems, etc.).

Last modified: 21 November 2018

See Also