H
H
hudrogen2016-04-15 13:54:36
Java
hudrogen, 2016-04-15 13:54:36

How to make spaces automatic in Inteliji IDEA?

Entering like this

for(int i=0;i<10;i++)
{
}

want to see it right now
for(int i = 0; i < 10; i++)
{
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Oparin, 2016-04-15
@losse_narmo

Code -> Reformat Code
or
CTRL+ALT+L

V
Vitaly Shkurenko, 2016-04-15
@stuf4ik

There are also wonderful templates

  • fori - creates iteration loop
fori.gifMore templates

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question