Intellij idea deprecated no strikeout/strikethrough

Awakening picture Awakening · Nov 13, 2013 · Viewed 19.2k times · Source

I'm using IntelliJ idea v12. When I import a project, there shows the strikeout/strikethrough line on the method which has the annotation @Deprecated, but I use alt+enter and disable. So, how can I re-active this feature? Thanks! I want to display that strikethrough!

Answer

longhua picture longhua · Nov 13, 2013

Open Settings -> Type Inspections to go to inspection settings -> Type Deprecated to find out all deprecated related inspection settings -> Check Deprecated API usage.

enter image description here