supportDocs

Format Your Code Before Asking for Assistance

Code that is not formatted can be very difficult to read.

Never ask for help without formatting your code first

Perhaps more importantly for you, unformatted code is difficult for you yourself to work with.

So professionals always use the IDE keystrokes on a reflexive basis to constantly reformat their code.

link to Eclipse IDE keystrokes

link to IntelliJ IDE keystrokes