Home » IntelliJ IDEA Window Elements

IntelliJ IDEA Window Elements

by Online Tutorials Library

IntelliJ Window Elements

To improve the performance on the IntelliJ IDE we need to understand and identify the visual elements present in the main window of Editor. The following screenshot shows the IntelliJ main Editor Window.

IntelliJ IDEA Window Elements

The main window can be divided into the following part:

1. Menu Bar

The main menu bar provides the option which we can use to do a task like Creating New Projects, managing files, refactoring code, build, run, debug option and so on.

2. Tool Bar

The tool bar contains the shortcut options to do some acts like compile, debug, run and so on. We can also customize this toolbar according to our needs.

3. Navigation Bar

This bar is a quick and good alternative to navigate easy and fast through the project files.

4. Tool Tabs

It is shown on the both sides of the screen and at the bottom of the IntelliJ IDE. Here, we can access some tools directly such as Databases, Maven Projects, Ant Builds and so on.

5. Project Structure

It shows the various elements of project such as packages, classes, modules, workspace, libraries etc.

6. Editor Window

Editor is a place where we can writes our code. Here developers spend their most of the time to develop the code according to the requirements of the projects.

7. Status Bar

Status bar shows the information about the current opening File and the current Project status. It also gives the information about the recent compilation of the projects. We can show the status bar at the bottom of the Editor window.

You may also like