Latest

All the resources in the Guide, starting with most recent.

Introduction

Part of tutorial

Introduction
This tutorial will cover rearranging code at a class and project level.
Rearranging Code in IntelliJ IDEA.

Tutorial

Rearranging Code in IntelliJ IDEA.
How you can rearrange code in your classes and projects
Example of Moving Code Around

Part of tutorial

Example of Moving Code Around
Invoking Rearrange Code on a Class and Viewing the results.
Working with EditorConfigs

Part of tutorial

Working with EditorConfigs
What is a .editorconfig file and how can you use it in IntelliJ IDEA.
Reformatting with Alt + Enter

Part of tutorial

Reformatting with Alt + Enter
Using intention actions on a selection to change the code style settings.
Reformatting code you've changed

Part of tutorial

Reformatting code you've changed
How you can reformat only code you've edited.
Example of Reformatting Code

Part of tutorial

Example of Reformatting Code
Invoking Reformat Code on a class and viewing the results.
Reformatting Code Settings

Part of tutorial

Reformatting Code Settings
What the settings are for reformatting code and where to find them.
Reformatting code before you commit it

Part of tutorial

Reformatting code before you commit it
Ensure your code is always reformatted before you commit it to VCS.
Reformatting a selection of code or class

Part of tutorial

Reformatting a selection of code or class
Use keyboard shortcuts to quickly reformat some code in your project.
Reformatting code in a directory

Part of tutorial

Reformatting code in a directory
How to reformat code directory by directory.
Introduction

Part of tutorial

Introduction
When and why you may want to use code formatting.