[Feature] - Use standard denotation for deprecated functions + offer alternatives #349
Labels
backlog
Something that is not a priority and will be addressed in a future release
enhancement
Small improvements
Currently the renpy extension reports deprecations, however it does so in a way nonstandard to other languages, for example in Javascript/Typescript/C# will use strikeout and an additional line flagging it as deprecated which also shows in intellisense:
I think it'd be great to use this format to standardize.
Likewise I think it'd go a long way to link docs to what the best way to replace deprecated functions or simply suggest right in the hover docs
The text was updated successfully, but these errors were encountered: