We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
= problem = When using the REPL, deprecated methods/classes can only be noticed after using them.
warning: there were 1 deprecation warnings; re-run with -deprecation for details
= analysis = It would be better if deprecated methods would be recognizable in tab-completion and in usage/while typing.
= enhancement recommendation = Options to display deprecated methods/classes more clearly could be:
If that would work, it might be possible to consider dropping the "warning after usage" when running scala without "-deprecation"
The text was updated successfully, but these errors were encountered:
Imported From: https://issues.scala-lang.org/browse/SI-4229?orig=1 Reporter: @soc Attachments:
Sorry, something went wrong.
@soc said: Now
@soc said: Proposal (Option 1)
as of Scala 2.13.3, deprecated methods have a "(deprecated)" after them in tab completion:
Ideally, deprecated methods would be presented last, in their own group. That may yet happen under #12272
SethTisue
No branches or pull requests
= problem =
When using the REPL, deprecated methods/classes can only be noticed after using them.
= analysis =
It would be better if deprecated methods would be recognizable in tab-completion and in usage/while typing.
= enhancement recommendation =
Options to display deprecated methods/classes more clearly could be:
If that would work, it might be possible to consider dropping the "warning after usage" when running scala without "-deprecation"
The text was updated successfully, but these errors were encountered: