rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
152 stars 47 forks source link

Visualize deprecated items in editor #1213

Closed TwitchBronBron closed 1 month ago

TwitchBronBron commented 1 month ago

Shows deprecated items in the editor as deprecated (strikethrough in vscode). This works by sending a Hint diagnostic with DiagnosticTag.Deprecated in the diagnostic tags.

image