Latest

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

Surround With

Tip

Surround With
Surround your code with common programming constructs.
Postfix Completion

Tip

Postfix Completion
Postfix completion allows you to keep typing forwards, it minimises the amount of time you spend moving the cursor around while you're coding.
Introduce Variable

Tip

Introduce Variable
Refactor your code and introduce a new variable right when you need it.
Inline Variable

Tip

Inline Variable
Sometimes inlining a variable can make your code more readable.
Generate a Test Class

Tip

Generate a Test Class
Generate a new test class from your Java class.
Extract Method

Tip

Extract Method
Extract code to a new method.
CamelCase in Code Completion

Tip

CamelCase in Code Completion
Use CamelCase in code completion to speed up your workflow.
Using SQL

Tip

Using SQL
Using language injection to work with SQL.
Related Problems

Tip

Related Problems
Use IntelliJ IDEA's inlay hints to navigate to Related Problems.
Using regex

Tip

Using regex
Using language injection to work with Regex.
Live Templates

Tip

Live Templates
Use Live Templates to auto-complete common code structures for you.
Creating Code

Tip

Creating Code
IntelliJ IDEA can help create code for you saving your fingers.