rokucommunity / brighterscript

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

Wrong completion type for variable of type interface #1133

Closed TwitchBronBron closed 4 months ago

TwitchBronBron commented 4 months ago

Variables should never be of type interface. In the below example, runResult is a local variable that is an interface type. So that symbol should show the variable completion type. only actual interface names should show that interface symbol.

image

markwpearce commented 4 months ago

fixed with #1145