In Editor Doc Rendering

You can render Javadocs directly in the editor including HTML tags, images and links.

Press ⌃⌥Q (macOS) / Ctrl+Alt+Q (Windows/Linux) to render documentation in the editor. You can also use the icon in the gutter area. Once you have rendered the documentation you can right-click and select Adjust font size:


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.
New Line
New Line
Start a new line below or above your current line with the correct indentation.
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.