Recognizing Imports of deprecated classes in JSPs
I just noticed today that Intellij is not telling me when I import a deprecated class on a JSP. Is this possibly a configuration issue on my side, or would this be a feature request to submit to the Intellij team?
Please sign in to leave a comment.
I don't think it is a configuration. Very recently some strike-through (meaning deprecated) support was added with this feature request:
http://www.jetbrains.net/jira/browse/IDEADEV-18870
Another request was made recently for strike-through support:
http://www.jetbrains.net/jira/browse/IDEA-13727
So it looks like you should file a feature request. Go here and select IDEA:Feedback for Project:
http://www.jetbrains.net/jira/secure/CreateIssue!default.jspa
Jon