What does your IntelliJ IDEA look like?
This will be about your working window in Intellij IDEA. How does it look like? I will show how can you set up IDEA to get more comfortable working process.
Let’s start from the worst case…
(Click on a image to see it on full screen)
This is the really nightmare :) Have you seen such working screen? I have. Too many tool windows.. Project structure, terminal, all kinds of bars and these tabs. Even though it’s example screenshot, I really have seen programmers who has a few rows of tabs.
Just imagine you are working on 13’-14’ laptop. It would be like you write code on the smartphone. This can be avoided without any loss since IDEA is quite powerful ide and provides you a large set of Keyboard Shortcuts. You don’t have to know all of them, but let’s just dive into the most important from my point of view.
First of all and most probably the hardest thing for you will be get rid of tabs. At all!
Instead of tabs use Ctrl+E
to find recent files or Ctrl+E+E
to find recent changed files only. It looks better isn’t it?
Now let’s get rid of bars. The only checkmark I left is
Status bar
because branch name is displayed there and I need it.
Navigation bar is replaced by Alt + home
, windows bar like project structure is Alt + 1
and so on.
Spend some time to find and remember your the most used actions from
KeyMap.
Start using shortcuts by a little and you will never come back to all this stuff described above.
The last thing I have to mentioned is Viewing modes.
I personally use Distraction-free mode (View -> Appearance -> Enter Distraction Free Mode
) for every day use.
The editor occupies the entire main window with the source code centered. It lives up to its name - nothing distracts from work.
Here is how my working screen looks like:
(Click on a image to see it on full screen)
See the difference.. What do you think?