Error squigglies not visible
Answered
When I use my font of choice, Input Mono, the red error squiggly lines don't appear unless I set the size to 14+. Is there a way to fix it without switching to a different font?
Please sign in to leave a comment.
This issue is fixed for IntelliJ IDEA 2018.3: https://youtrack.jetbrains.com/issue/IDEA-198539.
As a workaround for the older versions you can add -Dide.text.effect.new.metrics=false in Help | Edit Custom VM Options and restart IntelliJ IDEA.
Thanks, Serge!