CLion 2018.2 Help

Guided Tour Around CLion User Interface

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

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

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

cl 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. Editor  — here you can read, create, and modify your code.

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

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

Last modified: 27 November 2018