Latest

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

Find Usages

Tip

Find Usages
Use Find Usages to search for references in your code base.
Extract Parameter

Tip

Extract Parameter
Extract code to a parameter.
Extract Field

Tip

Extract Field
Extract code to a field.
Extract Constant

Tip

Extract Constant
Extract a value to a constant.
Exclude a Completion Option

Tip

Exclude a Completion Option
Helps to reduce options that are not relevant for your code.
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.
Convert to Expression Body

Tip

Convert to Expression Body
Use quick intentions to convert to use expression body syntax.
Convert Concatenation To Template

Tip

Convert Concatenation To Template
Use quick intentions to convert to a template string.
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.