Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deprecated methods are not struck through in IntelliJ IDEA

Methods annotated as @Deprecated do not show with a strikethrough in editor panes. It doesn't show up in the preview pane of the color scheme settings either (the lines "Deprecated symbol" and "Deprecated symbol marked for removal" are normal, even though Strikeout effect is selected).

screenshot

Deprecation inspections are turned on as well, and show up when running Analyze over a Java file. I've already tried changing the font from Fira Code to something else, and disabling font ligatures, but that didn't work.

This is on IntelliJ IDEA Ultimate 2018.2.4

like image 842
James Hiew Avatar asked Sep 06 '25 09:09

James Hiew


1 Answers

It seems to be a bug when rendering texts. See IDEA-198539

like image 185
tgeng Avatar answered Sep 09 '25 04:09

tgeng