rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
160 stars 46 forks source link

Move function calls to separate diagnostic #1169

Closed TwitchBronBron closed 5 months ago

TwitchBronBron commented 5 months ago

Moves "cannot find name" diagnostics for function calls into their own diagnostic code. This will help dev teams more slowly migrate to "best practices" in their projects by ignoring this specific diagnostic when functions are imported into only some of the scopes the script is used in.

Before: image

After: image