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!
Open Settings
-> Type Inspections
to go to inspection settings -> Type Deprecated
to find out all deprecated related inspection settings -> Check Deprecated API usage
.