IntelliJ shows deprecated classes with strikethrough in the `go to class` dialog. Is it possible to ...
w
IntelliJ shows deprecated classes with strikethrough in the
go to class
dialog. Is it possible to have a structural search inspection also apply this behavior in the
go to class
dialog? Essentially I’d like a
@MyDeprecated
class with structural search-based inspection, and I’d like classes annotated with it to be shown with strikethrough in the
go to class
window as well
111 Views