Latest

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

Enable Machine Learning for Code Completion

Tip

Enable Machine Learning for Code Completion
Code completion may be enhanced with Machine Learning.
Drag and Dock Editor Tabs

Tip

Drag and Dock Editor Tabs
You can move editor tabs around as required to suit your needs.
Remove Unnecessary Condition

Tip

Remove Unnecessary Condition
Use quick intentions to remove redundant code so it's not cluttering up your codebase.
Change Method Signature

Tip

Change Method Signature
Refactor the signature of a method at any time.
Assert That Import

Tip

Assert That Import
Use quick intentions to manage imports and keep your code compiling.
Adjust Code Style

Tip

Adjust Code Style
Use quick intentions to adjust the style of your code right where your cursor is.
Add Overload Bool

Tip

Add Overload Bool
Refactor a method to change its signature and update your code to reflect the new signature.
Test Assumptions

Part of tutorial

Test Assumptions
Writing your test assumptions.
Shortcuts

Part of tutorial

Shortcuts
Shortcuts used in the tutorial.
Setting up Gradle for JUnit 5

Part of tutorial

Setting up Gradle for JUnit 5
Laying the foundations for Writing JUnit 5 Tests.
Optional Configuration

Part of tutorial

Optional Configuration
Configure parameters and how tests are run.
Multiple Assertions

Part of tutorial

Multiple Assertions
Managing the situation where you have to check more than one assertion.