Latest

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

Reformatting Code in IntelliJ IDEA.

Tutorial

Reformatting Code in IntelliJ IDEA.
Why and how you can reformat code in your projects
Opening URLs from your terminal window

Part of tutorial

Opening URLs from your terminal window
File names link back to the project and you can click on URLs in the terminal. window
Terminal locations from the command window

Part of tutorial

Terminal locations from the command window
You can open a location from the project window in the terminal window.
Summary and shortcuts

Part of tutorial

Summary and shortcuts
Everything we covered in this tutorial including help links and shortcuts.
Run IDE features from the terminal

Part of tutorial

Run IDE features from the terminal
Running highlighted commands in the terminal.
Pasting code from the editor into your terminal

Part of tutorial

Pasting code from the editor into your terminal
Running command line processes inside the IDE keeps us in the flow of coding.
Opening the IntelliJ IDEA Terminal window

Part of tutorial

Opening the IntelliJ IDEA Terminal window
How to open a new terminal window with keyboard shortcuts.
Naming your IntelliJ IDEA terminal tabs

Part of tutorial

Naming your IntelliJ IDEA terminal tabs
Helpful labels will help you to identify each terminal session at a glance.
Opening more terminal sessions

Part of tutorial

Opening more terminal sessions
You can run more than one terminal inside your IDE.
Introduction

Part of tutorial

Introduction
Let's take a tour of the Terminal Window in IntelliJ IDEA.
Using the Terminal in IntelliJ IDEA

Tutorial

Using the Terminal in IntelliJ IDEA
IntelliJ IDEA has a built-in terminal that you can use to perform a number of functions inside your IDE.
Hello World in IntelliJ IDEA

Tutorial

Hello World in IntelliJ IDEA
Create a new Java application and JAR file that prints `Hello World` to the console.