This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Code action for replacing deprecated types and callables #237
Open
Description
The compiler gives a warning for types and callables that have been marked as deprecated (via the @deprecated("FullNewName") attribute). It would be nice if the corresponding code action was also provided.