usethesource / rascal

The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
407 stars 77 forks source link

Missing a "info" or "warning" message at the call-site of @deprecated functions #2055

Closed jurgenvinju closed 1 month ago

jurgenvinju commented 1 month ago
image

It would be nice to have a info squiggly when we call deprecated functions.

Next to this the documentation hover is showing the function's @deprecated and @synopsis tags literally. Perhaps we could typeset this a bit. It's possible to reuse rascal-tutor code for this when we merged it into the rascal project.

PaulKlint commented 1 month ago

The good news:

Other news: