Inlay Hints

Inlay hints provide additional information about your code.

Inlay hints are special markers that provide additional information about your code, like parameter names, annotations, usages, and so on. They appear in light gray text and are highly configurable.


Related Resources

Create an Editor Fold
Create an Editor Fold
Create an editor fold to hide parts of your class which can make it more readable.
Generate Overrides for equals(), hashCode() and toString()
Generate Overrides for equals(), hashCode() and toString()
We can generate the code to override the equals and hashCode methods.
Surround With
Surround With
Surround your code with common programming constructs.