rokucommunity / brighterscript

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

Combine "Duplicate function implementation" diagnostic into a multi-scope relatedInformation diagnostic #1208

Closed TwitchBronBron closed 1 month ago

TwitchBronBron commented 1 month ago

bsc version: validate-single-scope branch

notice how we have 1 diagnostic per scope? There should be a single diagnostic which leverages the "related information" pattern like several of our other diagnostics.

image