manifold icon indicating copy to clipboard operation
manifold copied to clipboard

Hide @Deprecated in linter

Open JorgeCepeda opened this issue 2 years ago • 1 comments

I don't know where the change should be made, is it possible for the IDE to treat @Deprecated methods, etc, as if they didn't exist?

I'd like to see only the stuff that I'm supposed to use instead of being redirected from method to method, and toggle this feature on and off.

JorgeCepeda avatar Sep 28 '23 09:09 JorgeCepeda

If this is done for deprecated methods, could this functionality also be used for getter methods and record field methods, when used in combination with manifold-props? IJ keeps suggesting those preferentially over the property notation.

CC007 avatar Sep 28 '23 23:09 CC007