About rendering issues in JetBrains IDEs

Some users on on newer versions of JetBrains IDEs have reported that the Augment panel is white or blank. This issue can be resolved by disabling out-of-process rendering in your JetBrains IDE.

Disable out-of-process rendering

1

Open the Custom Properties editor

From the menu bar, go to Help > Edit Custom Properties.... If the idea.properties file doesn’t exist yet, you’ll be prompted to create it.
2

Add the out-of-process rendering property

Add the following line to the properties file:
ide.browser.jcef.out-of-process.enabled=false
3

Save and restart your IDE

Save the file and restart your JetBrains IDE for the changes to take effect.
After restarting, the Augment panel should render more consistently.